Skip to content

Commit

Permalink
bumped missed versions to 1.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraGolf committed Sep 21, 2013
1 parent d5f1019 commit 293508c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.1.5" package="cucumber.api.android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.1.6-SNAPSHOT" package="cucumber.api.android">
</manifest> </manifest>
2 changes: 1 addition & 1 deletion examples/android/android-test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>info.cukes.android-examples</groupId> <groupId>info.cukes.android-examples</groupId>
<artifactId>android-examples</artifactId> <artifactId>android-examples</artifactId>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
<version>1.1.5-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
</parent> </parent>


<artifactId>cucumber-android-test</artifactId> <artifactId>cucumber-android-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/android/cukeulator-test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>info.cukes.android-examples</groupId> <groupId>info.cukes.android-examples</groupId>
<artifactId>android-examples</artifactId> <artifactId>android-examples</artifactId>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
<version>1.1.5-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
</parent> </parent>


<artifactId>cukelator-test</artifactId> <artifactId>cukelator-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/android/cukeulator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>info.cukes.android-examples</groupId> <groupId>info.cukes.android-examples</groupId>
<artifactId>android-examples</artifactId> <artifactId>android-examples</artifactId>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
<version>1.1.5-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
</parent> </parent>


<artifactId>cukelator</artifactId> <artifactId>cukelator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/android/pom.xml
Expand Up @@ -7,12 +7,12 @@
<groupId>info.cukes</groupId> <groupId>info.cukes</groupId>
<artifactId>cucumber-jvm</artifactId> <artifactId>cucumber-jvm</artifactId>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
<version>1.1.5-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
</parent> </parent>


<groupId>info.cukes.android-examples</groupId> <groupId>info.cukes.android-examples</groupId>
<artifactId>android-examples</artifactId> <artifactId>android-examples</artifactId>
<version>1.1.5-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Examples: Android</name> <name>Examples: Android</name>


Expand Down
2 changes: 1 addition & 1 deletion examples/java-no-features/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>info.cukes</groupId> <groupId>info.cukes</groupId>
<artifactId>cucumber-jvm</artifactId> <artifactId>cucumber-jvm</artifactId>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
<version>1.1.4-SNAPSHOT</version> <version>1.1.6-SNAPSHOT</version>
</parent> </parent>


<artifactId>java-no-features</artifactId> <artifactId>java-no-features</artifactId>
Expand Down

0 comments on commit 293508c

Please sign in to comment.