Skip to content

Commit 6c97872

Browse files
committed
[maven-release-plugin] prepare release agql-project-0.1.7
1 parent 18f9671 commit 6c97872

File tree

9 files changed

+12
-11
lines changed

9 files changed

+12
-11
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.7-SNAPSHOT</version>
32+
<version>0.1.7</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.7-SNAPSHOT</version>
32+
<version>0.1.7</version>
3333
</parent>
3434

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

pom.xml

Lines changed: 4 additions & 3 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.7-SNAPSHOT</version>
45+
<version>0.1.7</version>
4646
<inceptionYear>2016</inceptionYear>
4747
<url>https://ribasco.github.io/async-gamequery-lib</url>
4848
<packaging>pom</packaging>
@@ -56,7 +56,8 @@
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-
</scm>
59+
<tag>agql-project-0.1.7</tag>
60+
</scm>
6061

6162
<developers>
6263
<developer>
@@ -368,7 +369,7 @@
368369
<id>enforce</id>
369370
<configuration>
370371
<rules>
371-
<dependencyConvergence/>
372+
<dependencyConvergence />
372373
</rules>
373374
</configuration>
374375
<goals>

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.7-SNAPSHOT</version>
33+
<version>0.1.7</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.7-SNAPSHOT</version>
33+
<version>0.1.7</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.7-SNAPSHOT</version>
33+
<version>0.1.7</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.7-SNAPSHOT</version>
33+
<version>0.1.7</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.7-SNAPSHOT</version>
33+
<version>0.1.7</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.7-SNAPSHOT</version>
33+
<version>0.1.7</version>
3434
</parent>
3535

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

0 commit comments

Comments
 (0)