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 19:07:40 UTC

svn commit: r396917 - in /myfaces/shared/branches/2_0_1: core/pom.xml pom.xml shared-tomahawk/pom.xml

Author: schof
Date: Tue Apr 25 10:07:37 2006
New Revision: 396917

URL: http://svn.apache.org/viewcvs?rev=396917&view=rev
Log:
changes to pom so we can try releasing shared artifacts again

Modified:
    myfaces/shared/branches/2_0_1/core/pom.xml
    myfaces/shared/branches/2_0_1/pom.xml
    myfaces/shared/branches/2_0_1/shared-tomahawk/pom.xml

Modified: myfaces/shared/branches/2_0_1/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/shared/branches/2_0_1/core/pom.xml?rev=396917&r1=396916&r2=396917&view=diff
==============================================================================
--- myfaces/shared/branches/2_0_1/core/pom.xml (original)
+++ myfaces/shared/branches/2_0_1/core/pom.xml Tue Apr 25 10:07:37 2006
@@ -2,12 +2,11 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.1</version>
+    <version>2.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
   <name>MyFaces Shared Core</name>
-  <version>2.0.1</version>
   <description>The MyFaces Shared Core Subproject build the sources atrifact
     needed by shared-impl and shared-tomahawk</description>
   <url>http://myfaces.apache.org</url>

Modified: myfaces/shared/branches/2_0_1/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/shared/branches/2_0_1/pom.xml?rev=396917&r1=396916&r2=396917&view=diff
==============================================================================
--- myfaces/shared/branches/2_0_1/pom.xml (original)
+++ myfaces/shared/branches/2_0_1/pom.xml Tue Apr 25 10:07:37 2006
@@ -9,7 +9,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Shared Project</name>
-  <version>2.0.1</version>
+  <version>2.0.1-SNAPSHOT</version>
   <description>The MyFaces Shared project provides base classes for usage in both the
     MyFaces Implementation and the MyFaces Tomahawk components.
     Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes
@@ -29,9 +29,24 @@
   </modules>
   <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/shared/branches/2_0_1/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/shared/branches/2_0_1/shared-tomahawk/pom.xml?rev=396917&r1=396916&r2=396917&view=diff
==============================================================================
--- myfaces/shared/branches/2_0_1/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/branches/2_0_1/shared-tomahawk/pom.xml Tue Apr 25 10:07:37 2006
@@ -2,12 +2,11 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.1</version>
+    <version>2.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-tomahawk</artifactId>
   <name>MyFaces Shared Tomahawk</name>
-  <version>2.0.1</version>
   <description>This is the MyFaces Shared Tomahawk Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>