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 01:44:08 UTC

svn commit: r396727 - in /myfaces/maven/branches/1_0_2: master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: schof
Date: Mon Apr 24 16:44:07 2006
New Revision: 396727

URL: http://svn.apache.org/viewcvs?rev=396727&view=rev
Log:
[maven-release-plugin] prepare release 1_0_2

Modified:
    myfaces/maven/branches/1_0_2/master-pom/pom.xml
    myfaces/maven/branches/1_0_2/pom.xml
    myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/branches/1_0_2/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/master-pom/pom.xml?rev=396727&r1=396726&r2=396727&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/master-pom/pom.xml Mon Apr 24 16:44:07 2006
@@ -4,7 +4,7 @@
   <artifactId>myfaces-master</artifactId>
   <packaging>pom</packaging>
   <name>Master POM</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>This is a master POM that is meant to be used by the various MyFaces modules.  It contains information that is 
      common to all projects.</description>
   <url>http://myfaces.apache.org/projects</url>
@@ -388,24 +388,20 @@
   </build>
   <repositories>
     <repository>
-      <id>apache-maven-snapshots</id>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
       <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>
     <repository>
-      <id>myfaces-repo</id>
-      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
+      <releases />
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
+      <id>myfaces-repo</id>
+      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
     </repository>
   </repositories>
   <dependencies>

Modified: myfaces/maven/branches/1_0_2/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/pom.xml?rev=396727&r1=396726&r2=396727&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/pom.xml Mon Apr 24 16:44:07 2006
@@ -4,7 +4,7 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <description>Artifacts used in the M2 build of MyFaces and its subprojects.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
@@ -31,7 +31,7 @@
       <id>myfaces-repo</id>
       <name>Apache Maven Repository</name>
       <url>file:///var/apache2/htdocs/dist/maven-repository</url>
-    </repository>  
+    </repository>
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>
       <id>apache-maven-snapshots</id>

Modified: myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml?rev=396727&r1=396726&r2=396727&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/wagon-maven-plugin/pom.xml Mon Apr 24 16:44:07 2006
@@ -4,7 +4,7 @@
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/tags/1_0_2</developerConnection>