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/02/07 05:00:49 UTC

svn commit: r375469 - in /myfaces/maven/branches/1_0_0: master-pom/pom.xml pom.xml

Author: schof
Date: Mon Feb  6 20:00:48 2006
New Revision: 375469

URL: http://svn.apache.org/viewcvs?rev=375469&view=rev
Log:
changes necessary for release of maven subproject

Modified:
    myfaces/maven/branches/1_0_0/master-pom/pom.xml
    myfaces/maven/branches/1_0_0/pom.xml

Modified: myfaces/maven/branches/1_0_0/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/master-pom/pom.xml?rev=375469&r1=375468&r2=375469&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/master-pom/pom.xml Mon Feb  6 20:00:48 2006
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>maven-project</artifactId>
-		<version>1.0.0-SNAPSHOT</version>	  
+		<version>1.0.0</version>	  
   </parent>
 
   <scm>
@@ -76,7 +76,7 @@
     <repository>
       <id>apache-maven</id>
       <name>Apache Maven Repository</name>
-      <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+      <url>scpexe://minotaur.apache.org/www/www.apache.org/dist/java-repository/myfaces</url>
     </repository>
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>

Modified: myfaces/maven/branches/1_0_0/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/pom.xml?rev=375469&r1=375468&r2=375469&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/pom.xml Mon Feb  6 20:00:48 2006
@@ -7,7 +7,7 @@
   <packaging>pom</packaging>
   <name>Maven Project</name>
   <url>http://myfaces.apache.org</url>
-  <version>1.0.0-SNAPSHOT</version>  
+  <version>1.0.0</version>  
   <description>
     Artifacts used in the M2 build of MyFaces and its subprojects.
   </description>