You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/02/02 16:42:59 UTC

svn commit: r502634 - in /myfaces/maven/trunk: build-tools/pom.xml master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: manolito
Date: Fri Feb  2 07:42:57 2007
New Revision: 502634

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

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

Modified: myfaces/maven/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/pom.xml?view=diff&rev=502634&r1=502633&r2=502634
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Fri Feb  2 07:42:57 2007
@@ -1,15 +1,15 @@
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <version>1.0.5</version>
+  <version>1.0.6-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>MyFaces Build Tools</name>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>build-tools</artifactId>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/build-tools</url>
   </scm>
 
   <build>

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=502634&r1=502633&r2=502634
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Fri Feb  2 07:42:57 2007
@@ -4,7 +4,7 @@
     <artifactId>myfaces-master</artifactId>
     <packaging>pom</packaging>
     <name>Master POM</name>
-    <version>1.0.5</version>
+    <version>1.0.6-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>
@@ -405,9 +405,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</developerConnection>
-        <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</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>
@@ -423,7 +423,7 @@
             <extension>
                 <groupId>org.apache.myfaces.maven</groupId>
                 <artifactId>build-tools</artifactId>
-                <version>1.0.5</version>
+                <version>1.0.6-SNAPSHOT</version>
             </extension>
         </extensions>
         <defaultGoal>install</defaultGoal>

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/pom.xml?view=diff&rev=502634&r1=502633&r2=502634
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Fri Feb  2 07:42:57 2007
@@ -4,13 +4,13 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.5</version>
+  <version>1.0.6-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:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</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>
     <extensions>

Modified: myfaces/maven/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?view=diff&rev=502634&r1=502633&r2=502634
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Fri Feb  2 07:42:57 2007
@@ -4,11 +4,11 @@
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.5</version>
+  <version>1.0.6-SNAPSHOT</version>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_5</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>