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/06/07 23:51:27 UTC

svn commit: r412570 - in /myfaces/tomahawk/branches/1_1_3: assembly/pom.xml core/pom.xml pom.xml sandbox/core/pom.xml

Author: schof
Date: Wed Jun  7 14:51:27 2006
New Revision: 412570

URL: http://svn.apache.org/viewvc?rev=412570&view=rev
Log:
finalized myfaces-related dependencies

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

Modified: myfaces/tomahawk/branches/1_1_3/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/assembly/pom.xml?rev=412570&r1=412569&r2=412570&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/assembly/pom.xml Wed Jun  7 14:51:27 2006
@@ -122,7 +122,7 @@
        <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>

Modified: myfaces/tomahawk/branches/1_1_3/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/core/pom.xml?rev=412570&r1=412569&r2=412570&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/core/pom.xml Wed Jun  7 14:51:27 2006
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-tomahawk</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>2.0.2</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>
 
@@ -224,7 +224,7 @@
                 <artifactItem>
                    <groupId>org.apache.myfaces.shared</groupId>
                    <artifactId>myfaces-shared-tomahawk</artifactId>
-                   <version>2.0.2-SNAPSHOT</version>
+                   <version>2.0.2</version>
                  </artifactItem>
                </artifactItems>
                <outputDirectory>${project.build.directory}/classes</outputDirectory>

Modified: myfaces/tomahawk/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/pom.xml?rev=412570&r1=412569&r2=412570&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/pom.xml Wed Jun  7 14:51:27 2006
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-		<version>1.0.3-SNAPSHOT</version>	  
+		<version>1.0.3</version>	  
   </parent>
 
   <scm>
@@ -29,19 +29,6 @@
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/TOMAHAWK</url>
   </issueManagement>
-
-  <repositories>
-    <repository>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-      <id>apache-maven-snapshots</id>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-  </repositories>
 
   <modules>
     <module>core</module>

Modified: myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml?rev=412570&r1=412569&r2=412570&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_3/sandbox/core/pom.xml Wed Jun  7 14:51:27 2006
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.3</version>
       <scope>provided</scope>
     </dependency>
 
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.4-SNAPSHOT</version>
+      <version>1.1.3</version>
       <scope>test</scope>
     </dependency>