You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/09/11 14:22:08 UTC

svn commit: r574565 - in /myfaces/shared/trunk: core/pom.xml pom.xml shared-impl/pom.xml shared-orchestra/pom.xml shared-tomahawk/pom.xml

Author: imario
Date: Tue Sep 11 05:22:07 2007
New Revision: 574565

URL: http://svn.apache.org/viewvc?rev=574565&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    myfaces/shared/trunk/core/pom.xml
    myfaces/shared/trunk/pom.xml
    myfaces/shared/trunk/shared-impl/pom.xml
    myfaces/shared/trunk/shared-orchestra/pom.xml
    myfaces/shared/trunk/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/pom.xml?rev=574565&r1=574564&r2=574565&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Tue Sep 11 05:22:07 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.7</version>
+    <version>2.0.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
@@ -12,9 +12,9 @@
     needed by shared-impl and shared-tomahawk</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shared/trunk/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/core</url>
   </scm>
   <build>
     <plugins>

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=574565&r1=574564&r2=574565&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Tue Sep 11 05:22:07 2007
@@ -9,7 +9,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Shared Project</name>
-  <version>2.0.7</version>
+  <version>2.0.8-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
@@ -19,9 +19,9 @@
     myfaces-orchestra: org.apache.myfaces.shared_orchestra.* instead of org.apache.myfaces.shared.*</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shared/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk</url>
   </scm>
   <modules>
     <module>core</module>

Modified: myfaces/shared/trunk/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-impl/pom.xml?rev=574565&r1=574564&r2=574565&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-impl/pom.xml (original)
+++ myfaces/shared/trunk/shared-impl/pom.xml Tue Sep 11 05:22:07 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.7</version>
+    <version>2.0.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-impl</artifactId>
@@ -10,9 +10,9 @@
   <description>This is the MyFaces Shared Impl Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/shared-impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/shared/trunk/shared-orchestra/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-orchestra/pom.xml?rev=574565&r1=574564&r2=574565&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-orchestra/pom.xml (original)
+++ myfaces/shared/trunk/shared-orchestra/pom.xml Tue Sep 11 05:22:07 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.7</version>
+    <version>2.0.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-orchestra</artifactId>
@@ -10,9 +10,9 @@
   <description>This is the MyFaces Shared Orchestra Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-orchestra</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-orchestra</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/shared-orchestra</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/shared/trunk/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-tomahawk/pom.xml?rev=574565&r1=574564&r2=574565&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk/shared-tomahawk/pom.xml Tue Sep 11 05:22:07 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>2.0.7</version>
+    <version>2.0.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-tomahawk</artifactId>
@@ -10,9 +10,9 @@
   <description>This is the MyFaces Shared Tomahawk Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</developerConnection>
-    <url>https://svn.apache.org/repos/asf/myfaces/shared/branches/2_0_7</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk/shared-tomahawk</url>
   </scm>
   <build>
     <resources>