You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/01 17:28:18 UTC

[sling-org-apache-sling-validation-api] branch feature/upgrade-to-parent46 updated: SLING-10957 update to Parent 46

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/upgrade-to-parent46
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-api.git


The following commit(s) were added to refs/heads/feature/upgrade-to-parent46 by this push:
     new bdc88c3  SLING-10957 update to Parent 46
bdc88c3 is described below

commit bdc88c331a2cb2049c47730db7c33a2fba6392fb
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Dec 1 18:28:14 2021 +0100

    SLING-10957 update to Parent 46
---
 bnd.bnd |  0
 pom.xml | 22 ++++++++--------------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..e69de29
diff --git a/pom.xml b/pom.xml
index 60cbf21..f4b451b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,20 +21,20 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
-        <artifactId>sling</artifactId>
-        <version>30</version>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>46</version>
         <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.validation.api</artifactId>
     <version>1.0.1-SNAPSHOT</version>
-    <packaging>bundle</packaging>
 
     <name>Apache Sling Validation Framework API</name>
     <description>The Apache Sling Validation Framework API</description>
 
     <properties>
         <sling.java.version>8</sling.java.version>
+        <project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
@@ -43,18 +43,13 @@
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-validation-api.git</url>
     </scm>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-        </plugins>
-    </build>
-
     <dependencies>
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <version>2.4.2</version>
@@ -64,7 +59,6 @@
         <dependency>
             <groupId>org.jetbrains</groupId>
             <artifactId>annotations</artifactId>
-            <version>16.0.2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>