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:14:39 UTC

[sling-jcrinstall-bundle-archetype] annotated tag sling-jcrinstall-bundle-archetype-1.0.4 created (now 58141db)

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

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


      at 58141db  (tag)
 tagging 506677612156c35c33e8841231f30036cdada2e0 (commit)
      by Robert Munteanu
      on Fri Oct 16 19:46:43 2015 +0000

- Log -----------------------------------------------------------------
sling-jcrinstall-bundle-archetype-1.0.4
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5dd261f  SLING-2146 - adding second bundle archetype - this one installs via JCR Install
     new cef8134  Update to recent snapshot
     new ce09600  Using latest released parent pom
     new 6d4c320  fixing typo in bundle archetype
     new e06a246  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new eb44667  temporarily using snapshots during release vote
     new f2fbe5e  using latest releases
     new 9900174  bit of pom cleanup
     new 9e9937a  [maven-release-plugin] prepare release sling-jcrinstall-bundle-archetype-1.0.0
     new 1db3043  [maven-release-plugin] prepare for next development iteration
     new 995c18c  svn:ignore eclipse project files
     new 5de932a  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 94419a3  Update to latest parent pom
     new 463c4f4  Use released versions
     new 0912a0d  Use latest releases and update to new parent pom
     new 68effd5  Update to latest parent pom and use latest releases in launchpad
     new 83ff761  Correct reactor pom and update to parent pom 16
     new 9d4feff  Update to latest parent pom
     new 16c2ffd  SLING-2978 - Create tooling top-level directory and move maven and ide under it
     new 3a37599  Update to parent pom 18
     new e3fcec2  Update to parent pom v19
     new b47cb9f  SLING-3538 - Maven archetypes should use the same port as the default launchpad port
     new e1b8e25  SLING-3539 - SimpleDSComponent from archetypes does nothing by default
     new a98ea18  SLING-3520 - Consolidate archetype plugin versions in a parent pom
     new eeac875  SLING-3532 - Move sling plugin configuration out of the autoInstallBundle profile
     new bcaa638  [maven-release-plugin] prepare release sling-jcrinstall-bundle-archetype-1.0.2
     new 34606e0  [maven-release-plugin] prepare for next development iteration
     new 9243ed9  SLING-4698 - Set parent.relativePath to empty for all modules
     new f0e5107  Maven archetypes: use parent version 3
     new f0a344c  archetypes: move to archetype parent 4-SNAPSHOT and fix rat checks
     new a7d16bf  sling-bundle-for-jcrinstall-archetype: use sling-archetype-parent 4
     new 5c49259  [maven-release-plugin] prepare release sling-jcrinstall-bundle-archetype-1.0.4
     new 5066776  [maven-release-plugin] copy for tag sling-jcrinstall-bundle-archetype-1.0.4

The 33 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-jcrinstall-bundle-archetype] 04/07: archetypes: move to archetype parent 4-SNAPSHOT and fix rat checks

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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit f0a344ce3e6e4ec35484724d2d35f50719746301
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 19:38:55 2015 +0000

    archetypes: move to archetype parent 4-SNAPSHOT and fix rat checks
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall@1709070 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                |  2 +-
 .../resources/projects/normal/archetype.properties     | 18 ++++++++++++++++++
 src/test/resources/projects/normal/verify.groovy       | 16 ++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 357104a..4d95705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
-        <version>3</version>
+        <version>4-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
diff --git a/src/test/resources/projects/normal/archetype.properties b/src/test/resources/projects/normal/archetype.properties
index df6bac1..5af45c4 100644
--- a/src/test/resources/projects/normal/archetype.properties
+++ b/src/test/resources/projects/normal/archetype.properties
@@ -1,3 +1,21 @@
+#####################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#####################################################################
 groupId=org.apache.sling
 artifactId=test-jcrinstall-bundle-archetype-project
 version=0.0.1-SNAPSHOT
diff --git a/src/test/resources/projects/normal/verify.groovy b/src/test/resources/projects/normal/verify.groovy
index 8e4bc97..dda5e44 100644
--- a/src/test/resources/projects/normal/verify.groovy
+++ b/src/test/resources/projects/normal/verify.groovy
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 new File(basedir, '.').eachFileRecurse(groovy.io.FileType.FILES) { logFile ->
 	if ( logFile.name == "build.log" ) {
 		logFile.eachLine { line ->

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

[sling-jcrinstall-bundle-archetype] 05/07: sling-bundle-for-jcrinstall-archetype: use sling-archetype-parent 4

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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

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

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

diff --git a/pom.xml b/pom.xml
index 4d95705..6110949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
-        <version>4-SNAPSHOT</version>
+        <version>4</version>
         <relativePath/>
     </parent>
 

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

[sling-jcrinstall-bundle-archetype] 02/07: SLING-4698 - Set parent.relativePath to empty for all modules

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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit 9243ed95cbac992b35d77621f57fc02090f615f8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu May 7 10:14:40 2015 +0000

    SLING-4698 - Set parent.relativePath to empty for all modules
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall@1678154 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e62ea6e..d31b2b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
         <version>1</version>
-        <relativePath>../parent/pom.xml</relativePath>
+        <relativePath/>
     </parent>
 
     <artifactId>sling-jcrinstall-bundle-archetype</artifactId>

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

[sling-jcrinstall-bundle-archetype] 07/07: [maven-release-plugin] copy for tag sling-jcrinstall-bundle-archetype-1.0.4

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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit 506677612156c35c33e8841231f30036cdada2e0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 19:46:43 2015 +0000

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

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

[sling-jcrinstall-bundle-archetype] 06/07: [maven-release-plugin] prepare release sling-jcrinstall-bundle-archetype-1.0.4

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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit 5c49259587d2831084541eabd870a646f878fb9c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 19:46:30 2015 +0000

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

diff --git a/pom.xml b/pom.xml
index 6110949..f6377d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,20 +23,20 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
         <version>4</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>sling-jcrinstall-bundle-archetype</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <packaging>maven-archetype</packaging>
 
     <name>Sling JCRInstall Bundle Archetype</name>
     <description>Maven archetype for a generic OSGi bundle installed via JCR Install.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.4</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-jcrinstall-bundle-archetype-1.0.4</url>
     </scm>
 
     <build>

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

[sling-jcrinstall-bundle-archetype] 03/07: Maven archetypes: use parent version 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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit f0e51078fd0bb27e813e8b3b6f9e03dc025649e8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Oct 16 15:11:21 2015 +0000

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

diff --git a/pom.xml b/pom.xml
index d31b2b4..357104a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
-        <version>1</version>
+        <version>3</version>
         <relativePath/>
     </parent>
 

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

[sling-jcrinstall-bundle-archetype] 01/07: [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-jcrinstall-bundle-archetype-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit 34606e0643e0ef225893e0d42a41a921ae1cbfd2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu May 15 08:56:24 2014 +0000

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

diff --git a/pom.xml b/pom.xml
index b84e3c7..e62ea6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,16 +27,16 @@
     </parent>
 
     <artifactId>sling-jcrinstall-bundle-archetype</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Sling JCRInstall Bundle Archetype</name>
     <description>Maven archetype for a generic OSGi bundle installed via JCR Install.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-jcrinstall-bundle-archetype-1.0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</url>
     </scm>
 
     <build>

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