Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 12, 2020
1 parent 79f2e58 commit 4120094
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>memeforcehunt</artifactId>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,14 +37,14 @@
<dependency>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memforcehunt-lib</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memforcehunt-common-sprites</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common/sprites/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt-common</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt-common-value</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion common/value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt-common</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>memeforcehunt</artifactId>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>Memeforce Hunt :: parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.github.alttpj.memeforcehunt</groupId>
<artifactId>memeforcehunt-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4120094

Please sign in to comment.