You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2022/02/10 13:24:26 UTC

[sling-org-apache-sling-feature-extension-unpack] branch master updated (eedcda4 -> ce0c9eb)

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

davidb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git.


    from eedcda4  Update parent pom and dependencies to latest version
     new b13b26f  Remove biz.aQute.bndlib transitive dependency as this fairly large library is not needed in the distro
     new ce0c9eb  [maven-release-plugin] prepare release org.apache.sling.feature.extension.unpack-0.3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

[sling-org-apache-sling-feature-extension-unpack] 01/02: Remove biz.aQute.bndlib transitive dependency as this fairly large library is not needed in the distro

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git

commit b13b26f49286c4975a4948891a19d0dd1ab3afe3
Author: David Bosschaert <da...@apache.org>
AuthorDate: Thu Feb 10 13:22:16 2022 +0000

    Remove biz.aQute.bndlib transitive dependency as this fairly large library is not needed in the distro
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 008f34d..ccefd83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,12 @@
             <artifactId>org.apache.sling.feature.launcher</artifactId>
             <version>1.2.0</version>
             <scope>provided</scope>
+            <exclusions>
+              <exclusion>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>biz.aQute.bndlib</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

[sling-org-apache-sling-feature-extension-unpack] 02/02: [maven-release-plugin] prepare release org.apache.sling.feature.extension.unpack-0.3.0

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git

commit ce0c9eb98132164203f2294481765b37cd90f6c4
Author: David Bosschaert <da...@apache.org>
AuthorDate: Thu Feb 10 13:24:24 2022 +0000

    [maven-release-plugin] prepare release org.apache.sling.feature.extension.unpack-0.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ccefd83..b456b36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,21 +18,21 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.extension.unpack</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.3.0</version>
     <name>Sling Featuremodel - Unpack Extension</name>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-unpack.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.feature.extension.unpack-0.3.0</tag>
     </scm>
 
     <properties>
         <jdk.version>8</jdk.version>
         <license-maven-plugin.version>1.16</license-maven-plugin.version>
         <appassembler-maven-plugin.version>2.0.0</appassembler-maven-plugin.version>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1644499450</project.build.outputTimestamp>
     </properties>
 
     <build>