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

[sling-org-apache-sling-distribution-core] branch master updated (4919d77 -> f67f97f)

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

npeltier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git.


    from 4919d77  [maven-release-plugin] prepare for next development iteration
     new 346f2da  Revert "SLING-7798 update pkg info"
     new f67f97f  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.3.4

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                                                               | 4 ++--
 .../java/org/apache/sling/distribution/packaging/package-info.java    | 2 +-
 .../org/apache/sling/distribution/serialization/package-info.java     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[sling-org-apache-sling-distribution-core] 02/02: [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.3.4

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git

commit f67f97f214d07b438f91cac7ddd2794f4f82df38
Author: Nicolas Peltier <np...@adobe.com>
AuthorDate: Mon Sep 17 14:01:26 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.3.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 061d32b..e98c93f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.core</artifactId>
-    <version>0.3.3-SNAPSHOT</version>
+    <version>0.3.4</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Distribution Core</name>
@@ -45,7 +45,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-core.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.distribution.core-0.3.4</tag>
   </scm>
 
     <!-- ======================================================================= -->


[sling-org-apache-sling-distribution-core] 01/02: Revert "SLING-7798 update pkg info"

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git

commit 346f2daa9927451ff8f50a1dd7f91f213c57c838
Author: Nicolas Peltier <np...@adobe.com>
AuthorDate: Mon Sep 17 13:29:43 2018 +0200

    Revert "SLING-7798 update pkg info"
    
    This reverts commit 32ae0eb6a580e97384ce404831057c524cd04e34.
---
 src/main/java/org/apache/sling/distribution/packaging/package-info.java | 2 +-
 .../java/org/apache/sling/distribution/serialization/package-info.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/distribution/packaging/package-info.java b/src/main/java/org/apache/sling/distribution/packaging/package-info.java
index 45fb720..8f378be 100644
--- a/src/main/java/org/apache/sling/distribution/packaging/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/packaging/package-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-@Version("1.0.0")
+@Version("0.0.1")
 package org.apache.sling.distribution.packaging;
 
 import aQute.bnd.annotation.Version;
diff --git a/src/main/java/org/apache/sling/distribution/serialization/package-info.java b/src/main/java/org/apache/sling/distribution/serialization/package-info.java
index a6c2d1c..6832ef7 100644
--- a/src/main/java/org/apache/sling/distribution/serialization/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/serialization/package-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-@Version("2.0.0")
+@Version("0.1.1")
 package org.apache.sling.distribution.serialization;
 
 import aQute.bnd.annotation.Version;