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/04/25 20:07:45 UTC

svn commit: r396943 - in /myfaces/tomahawk/branches/1_1_2: core/pom.xml pom.xml sandbox/pom.xml

Author: schof
Date: Tue Apr 25 11:07:37 2006
New Revision: 396943

URL: http://svn.apache.org/viewcvs?rev=396943&view=rev
Log:
changes to pom so we can try releasing tomahawk artifacts again

Modified:
    myfaces/tomahawk/branches/1_1_2/core/pom.xml
    myfaces/tomahawk/branches/1_1_2/pom.xml
    myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml

Modified: myfaces/tomahawk/branches/1_1_2/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/core/pom.xml?rev=396943&r1=396942&r2=396943&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/core/pom.xml Tue Apr 25 11:07:37 2006
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-tomahawk</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.0</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>
 
@@ -210,7 +210,7 @@
                 <artifactItem>
                    <groupId>org.apache.myfaces.shared</groupId>
                    <artifactId>myfaces-shared-tomahawk</artifactId>
-                   <version>2.0.1-SNAPSHOT</version>
+                   <version>2.0.0</version>
                  </artifactItem>
                </artifactItems>
                <outputDirectory>${project.build.directory}/classes</outputDirectory>

Modified: myfaces/tomahawk/branches/1_1_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/pom.xml?rev=396943&r1=396942&r2=396943&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/pom.xml Tue Apr 25 11:07:37 2006
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.2-SNAPSHOT</version>	  
+		<version>1.0.2</version>	  
   </parent>
 
   <scm>

Modified: myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml?rev=396943&r1=396942&r2=396943&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_2/sandbox/pom.xml Tue Apr 25 11:07:37 2006
@@ -8,7 +8,6 @@
   <name>Sandbox Project</name>
   <url>http://myfaces.apache.org</url>
   <!-- TODO which url has sandbox? -->
-  <version>1.1.2-SNAPSHOT</version>	 
   <description>
     This is the MyFaces Sandbox Subproject Description [INSERT MORE STUFF HERE]
   </description>