Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Mar 22, 2016
1 parent f8deff5 commit 7333ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.hronom</groupId>
<artifactId>scrape-dat-rooms</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<modules>
<module>scrape-dat-rooms-core</module>
<module>scrape-dat-rooms-view</module>
Expand Down
2 changes: 1 addition & 1 deletion scrape-dat-rooms-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>scrape-dat-rooms</artifactId>
<groupId>com.github.hronom</groupId>
<version>3.0.0</version>
<version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions scrape-dat-rooms-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>scrape-dat-rooms</artifactId>
<groupId>com.github.hronom</groupId>
<version>3.0.0</version>
<version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.hronom</groupId>
<artifactId>scrape-dat-rooms-core</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<!-- Jackson -->
<dependency>
Expand Down

0 comments on commit 7333ffc

Please sign in to comment.