- Revision
- 974
- Author
- mauro
- Date
- 2008-10-07 15:51:37 -0500 (Tue, 07 Oct 2008)
Log Message
Updated examples to latest snapshot version.
Modified Paths
- branches/jbehave-2.0.x/examples/gameoflife/pom.xml
- branches/jbehave-2.0.x/examples/gameoflife/scenarios/pom.xml
- branches/jbehave-2.0.x/examples/noughtsandcrosses/install-file.sh
- branches/jbehave-2.0.x/examples/noughtsandcrosses/pom.xml
- branches/jbehave-2.0.x/examples/noughtsandcrosses/scenarios/pom.xml
- branches/jbehave-2.0.x/examples/pom.xml
- branches/jbehave-2.0.x/examples/trader/pom.xml
Diff
Modified: branches/jbehave-2.0.x/examples/gameoflife/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/gameoflife/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/gameoflife/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-gameoflife-example</artifactId> <name>JBehave Game of Life Example</name>
Modified: branches/jbehave-2.0.x/examples/gameoflife/scenarios/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/gameoflife/scenarios/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/gameoflife/scenarios/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-gameoflife-example-scenarios</artifactId> <name>JBehave Game of Life Example Scenarios</name>
Modified: branches/jbehave-2.0.x/examples/noughtsandcrosses/install-file.sh (973 => 974)
--- branches/jbehave-2.0.x/examples/noughtsandcrosses/install-file.sh 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/noughtsandcrosses/install-file.sh 2008-10-07 20:51:37 UTC (rev 974) @@ -12,4 +12,4 @@ ARTIFACT_ID=$2 VERSION=$3 FILE=$4 -$MVN_GOAL -DgroupId=$GROUP_ID -DartifactId=$ARTIFACT_ID -Dversion=$VERSION -Dfile=$FILE -Dpackaging=jar -DgeneratePom=true \ No newline at end of file +echo $MVN_GOAL -DgroupId=$GROUP_ID -DartifactId=$ARTIFACT_ID -Dversion=$VERSION -Dfile=$FILE -Dpackaging=jar -DgeneratePom=true
Modified: branches/jbehave-2.0.x/examples/noughtsandcrosses/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/noughtsandcrosses/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/noughtsandcrosses/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-noughtsandcrosses-example</artifactId> <name>JBehave Noughts And Crosses Example</name>
Modified: branches/jbehave-2.0.x/examples/noughtsandcrosses/scenarios/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/noughtsandcrosses/scenarios/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/noughtsandcrosses/scenarios/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-noughtsandcrosses-example-scenarios</artifactId> <name>JBehave Noughts And Crosses Example Scenarios</name>
Modified: branches/jbehave-2.0.x/examples/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-examples</artifactId> <packaging>pom</packaging>
Modified: branches/jbehave-2.0.x/examples/trader/pom.xml (973 => 974)
--- branches/jbehave-2.0.x/examples/trader/pom.xml 2008-10-07 20:27:35 UTC (rev 973) +++ branches/jbehave-2.0.x/examples/trader/pom.xml 2008-10-07 20:51:37 UTC (rev 974) @@ -4,7 +4,7 @@ <parent> <groupId>org.jbehave</groupId> <artifactId>jbehave-examples</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>jbehave-trader-example</artifactId> <name>JBehave Trader Example</name>
To unsubscribe from this list please visit:
