You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/10/15 16:17:28 UTC

svn commit: r1022930 - in /sling/trunk: launchpad/builder/pom.xml maven/archetypes/initial-content/ maven/archetypes/initial-content/pom.xml maven/archetypes/resources/ pom.xml

Author: justin
Date: Fri Oct 15 14:17:28 2010
New Revision: 1022930

URL: http://svn.apache.org/viewvc?rev=1022930&view=rev
Log:
SLING-1844 - renaming resources archetype to initial-content

Added:
    sling/trunk/maven/archetypes/initial-content/
      - copied from r1022922, sling/trunk/maven/archetypes/resources/
Removed:
    sling/trunk/maven/archetypes/resources/
Modified:
    sling/trunk/launchpad/builder/pom.xml
    sling/trunk/maven/archetypes/initial-content/pom.xml
    sling/trunk/pom.xml

Modified: sling/trunk/launchpad/builder/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1022930&r1=1022929&r2=1022930&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Fri Oct 15 14:17:28 2010
@@ -74,6 +74,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>maven-launchpad-plugin</artifactId>
+                <version>2.0.5-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>prepare-package-war</id>

Modified: sling/trunk/maven/archetypes/initial-content/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/initial-content/pom.xml?rev=1022930&r1=1022922&r2=1022930&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/initial-content/pom.xml (original)
+++ sling/trunk/maven/archetypes/initial-content/pom.xml Fri Oct 15 14:17:28 2010
@@ -26,11 +26,11 @@
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling-resources-archetype</artifactId>
+    <artifactId>sling-initial-content-archetype</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
-    <name>Sling Resources Archetype</name>
-    <description>Maven archetype for Sling Resources</description>
+    <name>Sling Initial Content Archetype</name>
+    <description>Maven archetype for initial content</description>
     <build>
         <extensions>
             <extension>

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1022930&r1=1022929&r2=1022930&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Fri Oct 15 14:17:28 2010
@@ -72,7 +72,7 @@
         <module>maven/maven-launchpad-plugin</module>
         <module>maven/archetypes/launchpad-standalone</module>
         <module>maven/archetypes/launchpad-webapp</module>
-        <module>maven/archetypes/resources</module>
+        <module>maven/archetypes/initial-content</module>
         <module>maven/archetypes/servlet</module>
 
         <!-- The Sling API -->