You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/27 17:03:35 UTC

svn commit: r928221 - in /maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles: ./ maven-archetype-archetype/ maven-archetype-j2ee-simple/ maven-archetype-mojo/ maven-archetype-plugin-site/ maven-archetype-plugin/ maven-archetype-portlet/ m...

Author: hboutemy
Date: Sat Mar 27 16:03:35 2010
New Revision: 928221

URL: http://svn.apache.org/viewvc?rev=928221&view=rev
Log:
updated pom scm sections since every module is released separately

Modified:
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-archetype</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample archetype.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-j2ee-simple</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a simplified sample J2EE application.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-mojo</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample a sample Maven plugin.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-plugin-site</artifactId>
@@ -38,4 +37,10 @@ under the License.
     An archetype which contains a sample Maven plugin site. This archetype can be layered upon an
     existing Maven plugin project.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-plugin</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample Maven plugin.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,13 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-portlet</artifactId>
@@ -35,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample JSR-268 Portlet.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>1</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-profiles</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample Maven project which demonstrates the use of profiles.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-quickstart</artifactId>
@@ -38,6 +37,12 @@ under the License.
     An archetype which contains a sample Maven project.
   </description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml Sat Mar 27 16:03:35 2010
@@ -27,7 +27,7 @@ under the License.
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-simple</artifactId>
@@ -38,6 +38,12 @@ under the License.
     An archetype which contains a simple Maven project.
   </description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-site-simple</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample Maven site.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-site</artifactId>
@@ -39,4 +38,10 @@ under the License.
     APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered
     upon an existing Maven project.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml Sat Mar 27 16:03:35 2010
@@ -19,15 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-webapp</artifactId>
@@ -37,4 +36,10 @@ under the License.
   <description>
     An archetype which contains a sample Maven Webapp project.
   </description>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp</url>
+  </scm>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml?rev=928221&r1=928220&r2=928221&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml Sat Mar 27 16:03:35 2010
@@ -37,17 +37,23 @@ under the License.
   <name>Maven Archetypes</name>
 
   <modules>
-    <module>maven-archetype-mojo</module>
-    <module>maven-archetype-site</module>
-    <module>maven-archetype-quickstart</module>
-    <module>maven-archetype-simple</module>
-    <module>maven-archetype-site-simple</module>
-    <module>maven-archetype-webapp</module>
     <module>maven-archetype-archetype</module>
     <module>maven-archetype-j2ee-simple</module>
-    <module>maven-archetype-portlet</module>
+    <module>maven-archetype-mojo</module>
     <module>maven-archetype-plugin</module>
     <module>maven-archetype-plugin-site</module>
+    <module>maven-archetype-portlet</module>
     <module>maven-archetype-profiles</module>
+    <module>maven-archetype-quickstart</module>
+    <module>maven-archetype-simple</module>
+    <module>maven-archetype-site</module>
+    <module>maven-archetype-site-simple</module>
+    <module>maven-archetype-webapp</module>
   </modules>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles</url>
+  </scm>
 </project>