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/05/26 01:21:56 UTC

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

Author: schof
Date: Thu May 25 16:21:56 2006
New Revision: 409505

URL: http://svn.apache.org/viewvc?rev=409505&view=rev
Log:
incremented version to 1.0.4

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?rev=409505&r1=409504&r2=409505&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Thu May 25 16:21:56 2006
@@ -20,11 +20,7 @@
          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>
-  <!--parent>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>maven-project</artifactIdi-->
-    <version>1.0.0-SNAPSHOT</version>
-  <!--/parent-->
+  <version>1.0.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>MyFaces Build Tools</name>
   <groupId>org.apache.myfaces.maven</groupId>

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?rev=409505&r1=409504&r2=409505&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Thu May 25 16:21:56 2006
@@ -4,7 +4,7 @@
   <artifactId>myfaces-master</artifactId>
   <packaging>pom</packaging>
   <name>Master POM</name>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-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>

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/pom.xml?rev=409505&r1=409504&r2=409505&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Thu May 25 16:21:56 2006
@@ -4,7 +4,7 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <description>Artifacts used in the M2 build of MyFaces and its subprojects.</description>
   <url>http://myfaces.apache.org</url>
   <scm>

Modified: myfaces/maven/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?rev=409505&r1=409504&r2=409505&view=diff
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Thu May 25 16:21:56 2006
@@ -4,7 +4,7 @@
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
   <scm>
     <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>