You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:13:17 UTC

[sling-archetype-parent] annotated tag sling-archetype-parent-3 created (now 75c2f78)

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

rombert pushed a change to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git.


      at 75c2f78  (tag)
 tagging 26550017a59ec3b6f963b8e341f0f6a973eb1372 (commit)
      by Robert Munteanu
      on Fri Oct 16 15:07:44 2015 +0000

- Log -----------------------------------------------------------------
sling-archetype-parent-3
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 0a580e7  SLING-3520 - Consolidate archetype plugin versions in a parent pom
     new dff61ff  Update svn:ignore for tooling/maven/archetypes/parent
     new 15e4718  [maven-release-plugin] prepare release sling-archetype-parent-1
     new 9426443  [maven-release-plugin] prepare for next development iteration
     new 55a2fcb  SLING-3520 - Consolidate archetype plugin versions in a parent pom
     new 4e0ffad  SLING-3530 - Update plugin versions used by the Maven archetypes
     new fc871fd  [maven-release-plugin] prepare release sling-archetype-parent-1
     new bc80900  [maven-release-plugin] prepare for next development iteration
     new 1c7f61b  SLING-3531 - Update java version used by archetypes to 6
     new e5b2d31  Re-revert version to 1-SNAPSHOT, in preparation for proper release
     new a167f12  [maven-release-plugin] prepare release sling-archetype-parent-1
     new 5aa826e  [maven-release-plugin] prepare for next development iteration
     new 8dd2982  Re-revert version to 1-SNAPSHOT, in preparation for proper release
     new a006de8  [maven-release-plugin] prepare release sling-archetype-parent-1
     new bb52f64  [maven-release-plugin] prepare for next development iteration
     new 7740fdc  Use latest parent pom
     new 5a817ec  SLING-4698 - Set parent.relativePath to empty for all modules
     new c85b854  SLING-5154 - Update plugin versions
     new f9cf982  SLING-5155 - Update dependency versions to Sling 8 baseline
     new d5004ad  [maven-release-plugin] prepare release sling-archetype-parent-2
     new 19e913b  [maven-release-plugin] rollback the release of sling-archetype-parent-2
     new de58a38  archetype parent: use latest parent pom
     new b3b0d38  [maven-release-plugin] prepare release sling-archetype-parent-2
     new b2f462d  [maven-release-plugin] prepare for next development iteration
     new bab5cd1  [maven-release-plugin] rollback the release of sling-archetype-parent-2
     new 2f91c81  [maven-release-plugin] prepare release sling-archetype-parent-2
     new 73cec09  [maven-release-plugin] prepare for next development iteration
     new eff4f5d  [maven-release-plugin] prepare release sling-archetype-parent-3
     new 2655001  [maven-release-plugin] copy for tag sling-archetype-parent-3

The 29 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-archetype-parent] 03/10: archetype parent: use latest parent pom

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit de58a38d0c208f198f6e59af0680b0be703617d1
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:46:03 2015 +0000

    archetype parent: use latest parent pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709023 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 970a22e..f883e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>22</version>
+        <version>25</version>
         <relativePath/>
     </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 07/10: [maven-release-plugin] prepare release sling-archetype-parent-2

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit 2f91c8164cb4aa165f650e8de9f5ce749489ea26
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 15:06:09 2015 +0000

    [maven-release-plugin] prepare release sling-archetype-parent-2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709028 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f883e8f..a10a701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>25</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 08/10: [maven-release-plugin] prepare for next development iteration

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit 73cec092a0e59aa9fea894aa9c047cc15d9e0fb6
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 15:06:26 2015 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709030 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a10a701..9f9fac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 06/10: [maven-release-plugin] rollback the release of sling-archetype-parent-2

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit bab5cd1f6b3f6286a836dbb99f312045ae7102d0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:51:09 2015 +0000

    [maven-release-plugin] rollback the release of sling-archetype-parent-2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709027 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f9fac8..f883e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>25</version>
-        <relativePath />
+        <relativePath/>
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>3-SNAPSHOT</version>
+    <version>2-SNAPSHOT</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 01/10: [maven-release-plugin] prepare release sling-archetype-parent-2

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit d5004adaa4b32afcbdb10402cb7b4ccdb3073ae3
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:44:22 2015 +0000

    [maven-release-plugin] prepare release sling-archetype-parent-2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709020 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 970a22e..af220fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 02/10: [maven-release-plugin] rollback the release of sling-archetype-parent-2

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit 19e913b2f8a4ad6b4dfe59fe8a39f81cf63f384c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:44:35 2015 +0000

    [maven-release-plugin] rollback the release of sling-archetype-parent-2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709021 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index af220fd..970a22e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>22</version>
-        <relativePath />
+        <relativePath/>
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>2-SNAPSHOT</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 05/10: [maven-release-plugin] prepare for next development iteration

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit b2f462de976c94610690d4d2d8990c632763bb62
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:47:21 2015 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709026 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a10a701..9f9fac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 09/10: [maven-release-plugin] prepare release sling-archetype-parent-3

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit eff4f5dfb16ae7d05f9b642fd697a7b49f39006c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 15:07:31 2015 +0000

    [maven-release-plugin] prepare release sling-archetype-parent-3
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709031 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f9fac8..58973c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>3-SNAPSHOT</version>
+    <version>3</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-3</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-3</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 04/10: [maven-release-plugin] prepare release sling-archetype-parent-2

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit b3b0d38dda43c43da4c3ebda3333a4415db4055e
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 14:46:46 2015 +0000

    [maven-release-plugin] prepare release sling-archetype-parent-2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent@1709024 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f883e8f..a10a701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>25</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
     </scm>
     
     <build>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-archetype-parent] 10/10: [maven-release-plugin] copy for tag sling-archetype-parent-3

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

rombert pushed a commit to annotated tag sling-archetype-parent-3
in repository https://gitbox.apache.org/repos/asf/sling-archetype-parent.git

commit 26550017a59ec3b6f963b8e341f0f6a973eb1372
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 15:07:44 2015 +0000

    [maven-release-plugin] copy for tag sling-archetype-parent-3
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-3@1709032 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.