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:25:05 UTC

svn commit: r412549 - /myfaces/shared/branches/2_0_2/pom.xml

Author: schof
Date: Wed Jun  7 14:25:04 2006
New Revision: 412549

URL: http://svn.apache.org/viewvc?rev=412549&view=rev
Log:
changed master pom reference to newly final 1.0.3 version

Modified:
    myfaces/shared/branches/2_0_2/pom.xml

Modified: myfaces/shared/branches/2_0_2/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_2/pom.xml?rev=412549&r1=412548&r2=412549&view=diff
==============================================================================
--- myfaces/shared/branches/2_0_2/pom.xml (original)
+++ myfaces/shared/branches/2_0_2/pom.xml Wed Jun  7 14:25:04 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.shared</groupId>
@@ -27,18 +27,6 @@
     <module>shared-impl</module>
     <module>shared-tomahawk</module>
   </modules>
-  <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>
   <dependencies>
     <dependency>
       <groupId>easymock</groupId>