Skip to content

Commit

Permalink
[maven-release-plugin] prepare release agql-project-0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco committed Feb 17, 2017
1 parent 637c62d commit 17d71d7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-lib-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-lib-examples</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
~ SOFTWARE.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<!-- Properties -->
Expand All @@ -43,7 +42,7 @@
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<name>Asynchronous Game Query Library</name>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<inceptionYear>2016</inceptionYear>
<url>https://ribasco.github.io/async-gamequery-lib</url>
<packaging>pom</packaging>
Expand All @@ -57,7 +56,7 @@
<url>https://github.com/ribasco/async-gamequery-lib</url>
<connection>scm:git:git://github.com/ribasco/async-gamequery-lib.git</connection>
<developerConnection>scm:git:[email protected]:ribasco/async-gamequery-lib.git</developerConnection>
<tag>HEAD</tag>
<tag>agql-project-0.1.3</tag>
</scm>

<developers>
Expand Down Expand Up @@ -384,7 +383,7 @@
<id>enforce</id>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion protocols/supercell/clashofclans/webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-coc-webapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocols/valve/csgo/webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-csgo-webapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocols/valve/dota2/webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-dota2-webapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocols/valve/source/query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-source-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocols/valve/steam/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-steam-master</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocols/valve/steam/webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../../../../pom.xml</relativePath>
<groupId>com.ibasco.agql</groupId>
<artifactId>async-gamequery-lib</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>

<artifactId>agql-steam-webapi</artifactId>
Expand Down

0 comments on commit 17d71d7

Please sign in to comment.