ashokmca07 commented on a change in pull request #1: URL: https://github.com/apache/sling-org-apache-sling-commons-cache-api/pull/1#discussion_r839430169
########## File path: pom.xml ########## @@ -22,38 +22,37 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.sling</groupId> - <artifactId>sling</artifactId> - <version>16</version> - <relativePath/> + <artifactId>sling-bundle-parent</artifactId> + <version>47</version> + <relativePath /> </parent> <artifactId>org.apache.sling.commons.cache.api</artifactId> <version>0.1-SNAPSHOT</version> - <packaging>bundle</packaging> <name>Apache Sling Commons Cache API</name> <description> - This bundle porvides a Cache API for Sling applications to use. + This bundle provides a Cache API for Sling applications to use. </description> + <properties> + <sling.java.version>8</sling.java.version> + <project.build.outputTimestamp>1</project.build.outputTimestamp> + <bnd.baseline.skip>true</bnd.baseline.skip> Review comment: seems like baseline version was not found from repository. therefore after the next release, we can take out this skip param [INFO] --- bnd-baseline-maven-plugin:6.1.0:baseline (bnd-baseline) @ org.apache.sling.commons.cache.api --- [INFO] Determining the baseline version for org.apache.sling:org.apache.sling.commons.cache.api:jar:(,0.1-SNAPSHOT) using repositories [apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)] [INFO] `The baseline version was found to be null` `org.apache.sling.commons.cache.api`: An error occurred while calculating the baseline: Unable to locate a previous version of the artifact -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org