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/09 20:52:49 UTC

svn commit: r376404 - /myfaces/commons/trunk/pom.xml

Author: schof
Date: Thu Feb  9 11:52:48 2006
New Revision: 376404

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

Modified:
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=376404&r1=376403&r2=376404&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Thu Feb  9 11:52:48 2006
@@ -8,16 +8,16 @@
   <groupId>org.apache.myfaces.commons</groupId>
   <artifactId>myfaces-commons</artifactId>
   <name>Commons</name>
-  <version>1.1.2</version>
+  <version>1.1.3-SNAPSHOT</version>
   <description>The MyFaces Commons Subproject provides base classes for usage in both the
     MyFaces implementation and the MyFaces Tomahawk components. This is also
     a general set of utility classes for usage in your JSF projects independent
     of the implementation you might be deciding upon.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/tags/1_1_2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/tags/1_1_2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/tags/1_1_2</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/trunk</url>
   </scm>
   <build>
     <plugins>