Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Aug 23, 2009
1 parent 6bd34c4 commit 8dc10c1
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cuke4duke-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>cuke4duke</groupId>
<artifactId>parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>cuke4duke-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cuke4duke/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>cuke4duke</groupId>
<artifactId>parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>cuke4duke</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/groovy/ivy.xml
@@ -1,7 +1,7 @@
<ivy-module version="2.0">
<info organisation="cukes.info" module="simple-example"/>
<dependencies>
<dependency org="cuke4duke" name="cuke4duke" rev="0.1.0"/>
<dependency org="cuke4duke" name="cuke4duke" rev="0.1.1"/>
<dependency org="org.jruby" name="jruby-complete" rev="1.3.1" transitive="false"/>
<dependency org="org.picocontainer" name="picocontainer" rev="2.8.3"/>
<dependency org="junit" name="junit" rev="4.7"/>
Expand Down
4 changes: 2 additions & 2 deletions examples/groovy/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>cuke4duke</groupId>
<artifactId>cuke4duke</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.picocontainer</groupId>
Expand Down Expand Up @@ -77,7 +77,7 @@
<arg>--strict</arg>
</args>
<gems>
<gem>cucumber:0.3.96</gem>
<gem>cucumber:0.3.97</gem>
</gems>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/ivy.xml
@@ -1,7 +1,7 @@
<ivy-module version="2.0">
<info organisation="cukes.info" module="simple-example"/>
<dependencies>
<dependency org="cuke4duke" name="cuke4duke" rev="0.1.0"/>
<dependency org="cuke4duke" name="cuke4duke" rev="0.1.1"/>
<dependency org="org.jruby" name="jruby-complete" rev="1.3.1" transitive="false"/>
<dependency org="org.picocontainer" name="picocontainer" rev="2.8.3"/>
<dependency org="junit" name="junit" rev="4.7"/>
Expand Down
4 changes: 2 additions & 2 deletions examples/simple/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>cuke4duke</groupId>
<artifactId>cuke4duke</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.picocontainer</groupId>
Expand Down Expand Up @@ -77,7 +77,7 @@
<arg>${basedir}/src/test/java</arg>
</args>
<gems>
<gem>cucumber:0.3.96</gem>
<gem>cucumber:0.3.97</gem>
</gems>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>cuke4duke</groupId>
<artifactId>cuke4duke</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/webtest/pom.xml
Expand Up @@ -43,7 +43,7 @@
<artifactId>cuke4duke-maven-plugin</artifactId>
<configuration>
<gems>
<gem>cucumber:0.3.96</gem>
<gem>cucumber:0.3.97</gem>
<gem>jarib-celerity:0.0.6.12:github</gem>
<gem>rspec:1.2.8</gem>
</gems>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>cuke4duke</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version>
<version>0.1.1</version>
<name>Cuke4Duke Main Project</name>
<url>http://cukes.info/</url>

Expand Down

0 comments on commit 8dc10c1

Please sign in to comment.