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:18:31 UTC

svn commit: r396717 - 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:18:29 2006
New Revision: 396717

URL: http://svn.apache.org/viewcvs?rev=396717&view=rev
Log:
more last minute changes to the pom

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=396717&r1=396716&r2=396717&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:18:29 2006
@@ -4,7 +4,7 @@
   <artifactId>myfaces-master</artifactId>
   <packaging>pom</packaging>
   <name>Master POM</name>
-  <version>1.0.2</version>
+  <version>1.0.2-SNAPSHOT</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,13 +388,24 @@
   </build>
   <repositories>
     <repository>
-      <snapshots />
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </repository>
     <repository>
       <id>myfaces-repo</id>
       <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </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=396717&r1=396716&r2=396717&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_2/pom.xml (original)
+++ myfaces/maven/branches/1_0_2/pom.xml Mon Apr 24 16:18:29 2006
@@ -4,7 +4,7 @@
   <artifactId>maven-project</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>1.0.2</version>
+  <version>1.0.2-SNAPSHOT</version>
   <description>Artifacts used in the M2 build of MyFaces and its subprojects.</description>
   <url>http://myfaces.apache.org</url>
   <scm>

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=396717&r1=396716&r2=396717&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:18:29 2006
@@ -4,7 +4,7 @@
   <artifactId>wagon-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Wagon Maven Plugin</name>
-  <version>1.0.2</version>
+  <version>1.0.2-SNAPSHOT</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>