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/24 21:14:08 UTC

svn commit: r396657 - /myfaces/core/branches/1_1_3/pom.xml

Author: schof
Date: Mon Apr 24 12:14:06 2006
New Revision: 396657

URL: http://svn.apache.org/viewcvs?rev=396657&view=rev
Log:
revereted last commit by manfred; changed to released version of myfaces-master

Modified:
    myfaces/core/branches/1_1_3/pom.xml

Modified: myfaces/core/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=396657&r1=396656&r2=396657&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/pom.xml (original)
+++ myfaces/core/branches/1_1_3/pom.xml Mon Apr 24 12:14:06 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -26,14 +26,9 @@
   </modules>
   <repositories>
     <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
+      <snapshots />
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
   </repositories>
-</project>
+</project>
\ No newline at end of file