[picocontainer-scm] [5698] java/2.x/trunk/web: [maven-release-plugin] prepare for next development iteration
paul-yCVjj/[email protected]
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision 5698 Author paul Date 2010-06-27 15:13:42 -0500 (Sun, 27 Jun 2010) Log Message [maven-release-plugin] prepare for next development iteration Modified Paths - java/2.x/trunk/web/pom.xml - java/2.x/trunk/web/web-axis/pom.xml - java/2.x/trunk/web/web-core/pom.xml - java/2.x/trunk/web/web-jsf/pom.xml - java/2.x/trunk/web/web-remoting/pom.xml - java/2.x/trunk/web/web-struts/pom.xml - java/2.x/trunk/web/web-struts2/pom.xml - java/2.x/trunk/web/web-webwork/pom.xml - java/2.x/trunk/web/web-webwork2/pom.xml Diff Modified: java/2.x/trunk/web/pom.xml (5697 => 5698) --- java/2.x/trunk/web/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> <name>PicoContainer Web</name> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> <packaging>pom</packaging> <url>http://www.picocontainer.org/web</url> <modules> @@ -25,9 +25,9 @@ <url>http://jira.codehaus.org/browse/NANOWAR</url> </issueManagement> <scm> - <connection>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/tags/picocontainer-web-2.5</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/tags/picocontainer-web-2.5</developerConnection> - <url>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/tags/picocontainer-web-2.5</url> + <connection>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/trunk/web</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/scm/picocontainer/java/2.x/trunk/web</developerConnection> + <url>https://svn.codehaus.org/picocontainer/java/2.x/trunk/web</url> </scm> <distributionManagement> <repository> Modified: java/2.x/trunk/web/web-axis/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-axis/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-axis/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-axis</artifactId> <name>PicoContainer Web Axis</name> Modified: java/2.x/trunk/web/web-core/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-core/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-core/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-core</artifactId> <name>PicoContainer Web Core</name> Modified: java/2.x/trunk/web/web-jsf/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-jsf/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-jsf/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-jsf</artifactId> <name>PicoContainer Web JSF</name> Modified: java/2.x/trunk/web/web-remoting/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-remoting/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-remoting/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-remoting</artifactId> <name>PicoContainer Web Remoting</name> Modified: java/2.x/trunk/web/web-struts/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-struts/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-struts/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-struts</artifactId> <name>PicoContainer Web Struts</name> Modified: java/2.x/trunk/web/web-struts2/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-struts2/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-struts2/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-struts2</artifactId> <name>PicoContainer Web Struts2</name> Modified: java/2.x/trunk/web/web-webwork/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-webwork/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-webwork/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-webwork</artifactId> <name>PicoContainer Web WebWork</name> Modified: java/2.x/trunk/web/web-webwork2/pom.xml (5697 => 5698) --- java/2.x/trunk/web/web-webwork2/pom.xml 2010-06-27 20:13:37 UTC (rev 5697) +++ java/2.x/trunk/web/web-webwork2/pom.xml 2010-06-27 20:13:42 UTC (rev 5698) @@ -4,7 +4,7 @@ <parent> <groupId>org.picocontainer.web</groupId> <artifactId>picocontainer-web</artifactId> - <version>2.5</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>picocontainer-web-webwork2</artifactId> <name>PicoContainer Web WebWork2</name> ---------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email