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 22:53:04 UTC

svn commit: r375729 - in /myfaces: commons/trunk/ core/trunk/ core/trunk/assembly/ maven/trunk/ maven/trunk/master-pom/ maven/trunk/wagon-maven-plugin/ site/trunk/ tomahawk/trunk/ tomahawk/trunk/assembly/ tomahawk/trunk/examples/assembly/

Author: schof
Date: Tue Feb  7 13:53:01 2006
New Revision: 375729

URL: http://svn.apache.org/viewcvs?rev=375729&view=rev
Log:
rolled back version changes since release plugin will do it for us; also changed wagon plugin version to 1.0.0 to match other stuff in maven project

Modified:
    myfaces/commons/trunk/pom.xml
    myfaces/core/trunk/assembly/pom.xml
    myfaces/core/trunk/pom.xml
    myfaces/maven/trunk/master-pom/pom.xml
    myfaces/maven/trunk/pom.xml
    myfaces/maven/trunk/wagon-maven-plugin/pom.xml
    myfaces/site/trunk/pom.xml
    myfaces/tomahawk/trunk/assembly/pom.xml
    myfaces/tomahawk/trunk/examples/assembly/pom.xml
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Tue Feb  7 13:53:01 2006
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-    <version>1.0.1-SNAPSHOT</version>	  
+    <version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
   <scm>

Modified: myfaces/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/assembly/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/core/trunk/assembly/pom.xml (original)
+++ myfaces/core/trunk/assembly/pom.xml Tue Feb  7 13:53:01 2006
@@ -127,7 +127,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Tue Feb  7 13:53:01 2006
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.1-SNAPSHOT</version>	  
+		<version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
   <scm>

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Feb  7 13:53:01 2006
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>maven-project</artifactId>
-		<version>1.0.1-SNAPSHOT</version>	  
+		<version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
   <scm>

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Tue Feb  7 13:53:01 2006
@@ -7,7 +7,7 @@
   <packaging>pom</packaging>
   <name>Maven Project</name>
   <url>http://myfaces.apache.org</url>
-  <version>1.0.1-SNAPSHOT</version>  
+  <version>1.0.0-SNAPSHOT</version>  
   <description>
     Artifacts used in the M2 build of MyFaces and its subprojects.
   </description>
@@ -20,6 +20,7 @@
 
   <modules>
     <module>master-pom</module>
+    <module>wagon-maven-plugin</module>
   </modules>
 
 </project>

Modified: myfaces/maven/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Tue Feb  7 13:53:01 2006
@@ -22,9 +22,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>wagon-maven-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
+
+  <parent>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>maven-project</artifactId>
+		<version>1.0.0-SNAPSHOT</version>	  
+  </parent>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</connection>

Modified: myfaces/site/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/site/trunk/pom.xml (original)
+++ myfaces/site/trunk/pom.xml Tue Feb  7 13:53:01 2006
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <build>

Modified: myfaces/tomahawk/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/assembly/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/assembly/pom.xml Tue Feb  7 13:53:01 2006
@@ -116,7 +116,7 @@
        <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/tomahawk/trunk/examples/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/assembly/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/assembly/pom.xml Tue Feb  7 13:53:01 2006
@@ -80,7 +80,7 @@
        <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/pom.xml?rev=375729&r1=375728&r2=375729&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Tue Feb  7 13:53:01 2006
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.1-SNAPSHOT</version>	  
+		<version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
   <scm>