- Revision
- 1159
- Author
- mauro
- Date
- 2009-08-02 17:42:22 -0500 (Sun, 02 Aug 2009)
Log Message
Reverted release plugin commit, again. Some issue with version of svn is blocking process
Modified Paths
Diff
Modified: trunk/web/distribution/pom.xml (1158 => 1159)
--- trunk/web/distribution/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/distribution/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>jbehave-web-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/web/pom.xml (1158 => 1159)
--- trunk/web/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>JBehave Web</name> <description>JBehave Web aims to provide a web integration layer for Behaviour-Driven Development</description> @@ -344,9 +344,9 @@ <contributors /> <scm> - <connection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-web-2.0-rc1</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-web-2.0-rc1</developerConnection> - <url>http://svn.codehaus.org/jbehave/tags/jbehave-web-2.0-rc1</url> + <connection>scm:svn:https://svn.codehaus.org/jbehave/trunk</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/trunk</developerConnection> + <url>http://svn.codehaus.org/jbehave/trunk</url> </scm> <distributionManagement>
Modified: trunk/web/web-io/pom.xml (1158 => 1159)
--- trunk/web/web-io/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/web-io/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>jbehave-web-io</artifactId> <packaging>jar</packaging>
Modified: trunk/web/web-resources/pom.xml (1158 => 1159)
--- trunk/web/web-resources/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/web-resources/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>jbehave-web-resources</artifactId> <packaging>jar</packaging>
Modified: trunk/web/web-selenium/pom.xml (1158 => 1159)
--- trunk/web/web-selenium/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/web-selenium/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>jbehave-web-selenium</artifactId> <packaging>jar</packaging>
Modified: trunk/web/web-waffle/pom.xml (1158 => 1159)
--- trunk/web/web-waffle/pom.xml 2009-08-02 22:31:50 UTC (rev 1158) +++ trunk/web/web-waffle/pom.xml 2009-08-02 22:42:22 UTC (rev 1159) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web</artifactId> - <version>2.0-rc1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>jbehave-web-waffle</artifactId> <packaging>jar</packaging> <!-- NOTE: Change to war to run with jetty -->
To unsubscribe from this list please visit:
