Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Schütze committed Dec 27, 2014
1 parent f4e25e8 commit 7631c4a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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>1.5.3</version>
<version>1.5.4</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>1.5.3</version>
<version>1.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>1.5.3</version>
<version>1.5.4</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>1.5.3</version>
<version>1.5.4</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>1.5.3</version>
<version>1.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>1.5.3</version>
<version>1.5.4</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>1.5.3</version>
<version>1.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>

<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.loginqueue</artifactId>
<version>1.5.3</version>
<version>1.5.4</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>1.5.3</version>
<version>1.5.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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>1.5.3</version>
<version>1.5.4</version>
</parent>

<artifactId>riotapi.xmpp</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.domain</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>


Expand Down

0 comments on commit 7631c4a

Please sign in to comment.