This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git
commit 6cee307d3c2782b1c6de4cf5a7525a6a22a078f7 Author: Ashok Pelluru <[email protected]> AuthorDate: Thu May 12 17:23:39 2022 +0200 SLING-11316: Update to parent 47 (#2) --- pom.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index fd48b70..a453864 100644 --- a/pom.xml +++ b/pom.xml @@ -22,13 +22,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.sling</groupId> - <artifactId>sling</artifactId> - <version>30</version> + <artifactId>sling-bundle-parent</artifactId> + <version>47</version> <relativePath /> </parent> <artifactId>org.apache.sling.event.api</artifactId> - <packaging>bundle</packaging> <version>1.0.1-SNAPSHOT</version> <name>Apache Sling Event API</name> @@ -40,19 +39,27 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-event-api.git</url> + <tag>HEAD</tag> </scm> <properties> + <project.build.outputTimestamp>1</project.build.outputTimestamp> <site.jira.version.id>12340350</site.jira.version.id> </properties> <build> <plugins> <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> + <groupId>biz.aQute.bnd</groupId> + <artifactId>bnd-maven-plugin</artifactId> </plugin> </plugins> </build> + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> + </dependency> + </dependencies> </project>
