- Revision
- 673
- Author
- mauro
- Date
- 2007-01-22 06:00:53 -0600 (Mon, 22 Jan 2007)
Log Message
Set maven version=1.0-SNAPSHOT
Modified Paths
Diff
Modified: trunk/core/pom.xml (672 => 673)
--- trunk/core/pom.xml 2007-01-22 11:58:12 UTC (rev 672) +++ trunk/core/pom.xml 2007-01-22 12:00:53 UTC (rev 673) @@ -5,7 +5,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-parent</artifactId> - <version>0.9.0</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jbehave</artifactId> <packaging>jar</packaging> @@ -25,15 +25,15 @@ </goals> <configuration> <tasks> - <!-- Use with current snapshot/version + <!-- Use with current snapshot/version --> <ant antfile="build.xml" dir="../" target="build"/> <copy todir="${project.build.directory}/classes"> <fileset dir="../delete_me/classes"/> </copy> - --> - <!-- Use with previously built version --> + <!-- Use with previously built version <unzip src="" dest="${project.build.directory}/classes"/> + --> </tasks> </configuration> </execution>
Modified: trunk/plugins/maven/pom.xml (672 => 673)
--- trunk/plugins/maven/pom.xml 2007-01-22 11:58:12 UTC (rev 672) +++ trunk/plugins/maven/pom.xml 2007-01-22 12:00:53 UTC (rev 673) @@ -5,7 +5,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-parent</artifactId> - <version>0.9.0</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>jbehave-maven-plugin</artifactId> <packaging>maven-plugin</packaging>
Modified: trunk/pom.xml (672 => 673)
--- trunk/pom.xml 2007-01-22 11:58:12 UTC (rev 672) +++ trunk/pom.xml 2007-01-22 12:00:53 UTC (rev 673) @@ -5,7 +5,7 @@ <groupId>org.jbehave</groupId> <artifactId>jbehave-parent</artifactId> <packaging>pom</packaging> - <version>0.9.0</version> + <version>1.0-SNAPSHOT</version> <name>jBehave Parent</name> <inceptionYear>2003</inceptionYear>
To unsubscribe from this list please visit:
