Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
Updated poms to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdadkins committed May 14, 2016
1 parent 5274cd4 commit 2f546c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VanityGenerator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>vanitygenerator-parent</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
</parent>

<artifactId>VanityGenerator-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>vanitygenerator-parent</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>VanityGenerator-core</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>vanitygenerator-parent</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
</parent>

<artifactId>examples</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>VanityGenerator-core</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>co.bitsquared.vanitygenerator</groupId>
<artifactId>vanitygenerator-parent</artifactId>
<version>v1.3.0</version>
<version>v1.4.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 2f546c8

Please sign in to comment.