Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Boreeas committed Oct 6, 2014
1 parent 0f4cb84 commit e00f815
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>riotapi</artifactId>
<groupId>net.boreeas</groupId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions loginqueue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>riotapi</artifactId>
<groupId>net.boreeas</groupId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<description>A general purpose library for interfacing with various LoL services. This artifact is an aggregator for all submodules</description>
<url>https://github.com/loldevs/riotapi</url>
<packaging>pom</packaging>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>riotapi</artifactId>
<groupId>net.boreeas</groupId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions rtmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>riotapi</artifactId>
<groupId>net.boreeas</groupId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.loginqueue</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions spectator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>riotapi</artifactId>
<groupId>net.boreeas</groupId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.boreeas</groupId>
<artifactId>riotapi</artifactId>
<version>v1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<artifactId>riotapi.xmpp</artifactId>
Expand Down

0 comments on commit e00f815

Please sign in to comment.