Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman committed Mar 20, 2013
1 parent 24e469f commit 3ce599f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions platform/android/functional-test-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>in.uncod.android.bypass</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>in.uncod.android.bypass</groupId>
<artifactId>functional-test</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<type>apk</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/android/functional-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>in.uncod.android.bypass</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<groupId>in.uncod.android.bypass</groupId>
<artifactId>bypass</artifactId>
<type>apklib</type>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion platform/android/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>in.uncod.android.bypass</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions platform/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>in.uncod.android.bypass</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Bypass (Parent)</name>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/Uncodin/bypass/</url>
<connection>scm:git:git://github.com/Uncodin/bypass.git</connection>
<developerConnection>scm:git:git@github.com:Uncodin/bypass.git</developerConnection>
<tag>parent-1.1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 3ce599f

Please sign in to comment.