You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/07 23:05:50 UTC

svn commit: r375739 - in /myfaces/maven/trunk: master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: schof
Date: Tue Feb  7 14:05:49 2006
New Revision: 375739

URL: http://svn.apache.org/viewcvs?rev=375739&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    myfaces/maven/trunk/master-pom/pom.xml
    myfaces/maven/trunk/pom.xml
    myfaces/maven/trunk/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=375739&r1=375738&r2=375739&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Feb  7 14:05:49 2006
@@ -2,14 +2,14 @@
   <parent>
     <artifactId>maven-project</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>myfaces-master</artifactId>
   <packaging>pom</packaging>
   <name>Master POM</name>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <description>This is a master POM that is meant to be used by the various MyFaces modules.  It contains information that is 
      common to all projects.</description>
   <url>http://myfaces.apache.org/projects</url>
@@ -317,9 +317,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/master-pom</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/pom.xml?rev=375739&r1=375738&r2=375739&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Tue Feb  7 14:05:49 2006
@@ -4,13 +4,13 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <description>Artifacts used in the M2 build of MyFaces and its subprojects.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk</url>
   </scm>
   <build>
     <plugins>

Modified: myfaces/maven/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?rev=375739&r1=375738&r2=375739&view=diff
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Tue Feb  7 14:05:49 2006
@@ -2,18 +2,18 @@
   <parent>
     <artifactId>maven-project</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/tags/1_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/wagon-maven-plugin</url>
   </scm>
   <build>
     <extensions>