Skip to content

Commit

Permalink
trying to fix deploy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Schütze committed May 27, 2015
1 parent af83423 commit 52c92bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>


<properties>
Expand Down
2 changes: 1 addition & 1 deletion 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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>2.0.1-SNAPSHOT-5</version>
<version>2.0.2</version>
</parent>

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

0 comments on commit 52c92bb

Please sign in to comment.