Skip to content

Commit 17d71d7

Browse files
committed
[maven-release-plugin] prepare release agql-project-0.1.3
1 parent 637c62d commit 17d71d7

File tree

9 files changed

+12
-13
lines changed

9 files changed

+12
-13
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.3-SNAPSHOT</version>
32+
<version>0.1.3</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.3-SNAPSHOT</version>
32+
<version>0.1.3</version>
3333
</parent>
3434

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

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
~ SOFTWARE.
2424
-->
2525

26-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2827
<modelVersion>4.0.0</modelVersion>
2928

3029
<!-- Properties -->
@@ -43,7 +42,7 @@
4342
<groupId>com.ibasco.agql</groupId>
4443
<artifactId>async-gamequery-lib</artifactId>
4544
<name>Asynchronous Game Query Library</name>
46-
<version>0.1.3-SNAPSHOT</version>
45+
<version>0.1.3</version>
4746
<inceptionYear>2016</inceptionYear>
4847
<url>https://ribasco.github.io/async-gamequery-lib</url>
4948
<packaging>pom</packaging>
@@ -57,7 +56,7 @@
5756
<url>https://github.com/ribasco/async-gamequery-lib</url>
5857
<connection>scm:git:git://github.com/ribasco/async-gamequery-lib.git</connection>
5958
<developerConnection>scm:git:[email protected]:ribasco/async-gamequery-lib.git</developerConnection>
60-
<tag>HEAD</tag>
59+
<tag>agql-project-0.1.3</tag>
6160
</scm>
6261

6362
<developers>
@@ -384,7 +383,7 @@
384383
<id>enforce</id>
385384
<configuration>
386385
<rules>
387-
<dependencyConvergence/>
386+
<dependencyConvergence />
388387
</rules>
389388
</configuration>
390389
<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.3-SNAPSHOT</version>
33+
<version>0.1.3</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.3-SNAPSHOT</version>
33+
<version>0.1.3</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.3-SNAPSHOT</version>
33+
<version>0.1.3</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.3-SNAPSHOT</version>
33+
<version>0.1.3</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.3-SNAPSHOT</version>
33+
<version>0.1.3</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.3-SNAPSHOT</version>
33+
<version>0.1.3</version>
3434
</parent>
3535

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

0 commit comments

Comments
 (0)