[maven-scm] copy for tag cocoon-commons-modules-1
git-svn-id: https://svn.apache.org/repos/asf/cocoon/tags/cocoon-commons-modules-1@427312 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/legal/pom.xml b/legal/pom.xml
index 7b30c09..484edb4 100644
--- a/legal/pom.xml
+++ b/legal/pom.xml
@@ -26,16 +26,17 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
- <groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-licenses</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0-M2-SNAPSHOT</version>
<name>Cocoon Licenses</name>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/commons/legal</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/cocoon-licenses</developerConnection>
+ <url>http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-licenses</url>
</scm>
</project>
diff --git a/pom.xml b/pom.xml
index ed23b95..75643c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,19 +26,21 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1</version>
</parent>
<groupId>org.apache.cocoon</groupId>
- <artifactId>cocoon-commons</artifactId>
- <version>1-SNAPSHOT</version>
+ <artifactId>cocoon-commons-modules</artifactId>
+ <version>1</version>
- <name>Cocoon Commons</name>
+ <name>Cocoon Commons [modules]</name>
<modules>
<module>legal</module>
</modules>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/commons</connection>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-commons-modules-1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-commons-modules-1</developerConnection>
+ <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-commons-modules-1</url>
</scm>
</project>