- Revision
- 990
- Author
- mauro
- Date
- 2008-10-25 07:17:51 -0500 (Sat, 25 Oct 2008)
Log Message
Updated trunk version to 2.2-SNAPSHOT.
Modified Paths
- trunk/build.xml
- trunk/distribution/pom.xml
- trunk/examples/gameoflife/pom.xml
- trunk/examples/gameoflife/scenarios/pom.xml
- trunk/examples/noughtsandcrosses/pom.xml
- trunk/examples/noughtsandcrosses/scenarios/pom.xml
- trunk/examples/pom.xml
- trunk/examples/trader/pom.xml
- trunk/jbehave-ant/pom.xml
- trunk/jbehave-core/pom.xml
- trunk/jbehave-maven-plugin/pom.xml
- trunk/pom.xml
Diff
Modified: trunk/build.xml (989 => 990)
--- trunk/build.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/build.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -1,5 +1,5 @@ <project name="jbehave" default="good-distribution"> - <property name="version" value="2.0-SNAPSHOT" /> + <property name="version" value="2.2-SNAPSHOT" /> <echo message="Building version ${version}..." /> <!-- modules -->
Modified: trunk/distribution/pom.xml (989 => 990)
--- trunk/distribution/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/distribution/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/examples/gameoflife/pom.xml (989 => 990)
--- trunk/examples/gameoflife/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/gameoflife/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-gameoflife-example</artifactId> <name>JBehave Game of Life Example</name>
Modified: trunk/examples/gameoflife/scenarios/pom.xml (989 => 990)
--- trunk/examples/gameoflife/scenarios/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/gameoflife/scenarios/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-gameoflife-example-scenarios</artifactId> <name>JBehave Game of Life Example Scenarios</name>
Modified: trunk/examples/noughtsandcrosses/pom.xml (989 => 990)
--- trunk/examples/noughtsandcrosses/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/noughtsandcrosses/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-noughtsandcrosses-example</artifactId> <name>JBehave Noughts And Crosses Example</name>
Modified: trunk/examples/noughtsandcrosses/scenarios/pom.xml (989 => 990)
--- trunk/examples/noughtsandcrosses/scenarios/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/noughtsandcrosses/scenarios/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-noughtsandcrosses-example-scenarios</artifactId> <name>JBehave Noughts And Crosses Example Scenarios</name>
Modified: trunk/examples/pom.xml (989 => 990)
--- trunk/examples/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-examples</artifactId> <packaging>pom</packaging>
Modified: trunk/examples/trader/pom.xml (989 => 990)
--- trunk/examples/trader/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/examples/trader/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-trader-example</artifactId> <name>JBehave Trader Example</name>
Modified: trunk/jbehave-ant/pom.xml (989 => 990)
--- trunk/jbehave-ant/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/jbehave-ant/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-ant</artifactId> <name>JBehave Ant</name>
Modified: trunk/jbehave-core/pom.xml (989 => 990)
--- trunk/jbehave-core/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/jbehave-core/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>jbehave-core</artifactId>
Modified: trunk/jbehave-maven-plugin/pom.xml (989 => 990)
--- trunk/jbehave-maven-plugin/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/jbehave-maven-plugin/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>jbehave-maven-plugin</artifactId> <packaging>maven-plugin</packaging>
Modified: trunk/pom.xml (989 => 990)
--- trunk/pom.xml 2008-10-25 12:11:37 UTC (rev 989) +++ trunk/pom.xml 2008-10-25 12:17:51 UTC (rev 990) @@ -4,7 +4,7 @@ <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> <packaging>pom</packaging> - <version>2.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> <name>JBehave</name> <inceptionYear>2003</inceptionYear> <description />
To unsubscribe from this list please visit:
