Skip to content

Commit 9dd32f8

Browse files
committed
[maven-release-plugin] prepare release agql-project-0.1.6
1 parent f89dc0a commit 9dd32f8

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.ibasco.agql</groupId>
3131
<artifactId>async-gamequery-lib</artifactId>
32-
<version>0.1.6-SNAPSHOT</version>
32+
<version>0.1.6</version>
3333
</parent>
3434

3535
<artifactId>agql-lib-core</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.ibasco.agql</groupId>
3131
<artifactId>async-gamequery-lib</artifactId>
32-
<version>0.1.6-SNAPSHOT</version>
32+
<version>0.1.6</version>
3333
</parent>
3434

3535
<artifactId>agql-lib-examples</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>com.ibasco.agql</groupId>
4343
<artifactId>async-gamequery-lib</artifactId>
4444
<name>Asynchronous Game Query Library</name>
45-
<version>0.1.6-SNAPSHOT</version>
45+
<version>0.1.6</version>
4646
<inceptionYear>2016</inceptionYear>
4747
<url>https://ribasco.github.io/async-gamequery-lib</url>
4848
<packaging>pom</packaging>
@@ -56,7 +56,7 @@
5656
<url>https://github.com/ribasco/async-gamequery-lib</url>
5757
<connection>scm:git:git://github.com/ribasco/async-gamequery-lib.git</connection>
5858
<developerConnection>scm:git:[email protected]:ribasco/async-gamequery-lib.git</developerConnection>
59-
<tag>agql-project-0.1.5</tag>
59+
<tag>agql-project-0.1.6</tag>
6060
</scm>
6161

6262
<developers>

protocols/supercell/clashofclans/webapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-coc-webapi</artifactId>

protocols/valve/csgo/webapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-csgo-webapi</artifactId>

protocols/valve/dota2/webapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-dota2-webapi</artifactId>

protocols/valve/source/query/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-source-query</artifactId>

protocols/valve/steam/master/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-steam-master</artifactId>

protocols/valve/steam/webapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../../../../pom.xml</relativePath>
3131
<groupId>com.ibasco.agql</groupId>
3232
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.6-SNAPSHOT</version>
33+
<version>0.1.6</version>
3434
</parent>
3535

3636
<artifactId>agql-steam-webapi</artifactId>

0 commit comments

Comments
 (0)