Skip to content

Commit d420938

Browse files
committed
[maven-release-plugin] prepare release agql-project-0.1.0
1 parent a3b9750 commit d420938

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
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.0-SNAPSHOT</version>
32+
<version>0.1.0</version>
3333
</parent>
3434

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

examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
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
<parent>
3130
<groupId>com.ibasco.agql</groupId>
3231
<artifactId>async-gamequery-lib</artifactId>
33-
<version>0.1.0-SNAPSHOT</version>
32+
<version>0.1.0</version>
3433
</parent>
3534

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

pom.xml

Lines changed: 4 additions & 4 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 -->
@@ -42,7 +41,7 @@
4241
<groupId>com.ibasco.agql</groupId>
4342
<artifactId>async-gamequery-lib</artifactId>
4443
<name>Asynchronous Game Query Library</name>
45-
<version>0.1.0-SNAPSHOT</version>
44+
<version>0.1.0</version>
4645
<inceptionYear>2016</inceptionYear>
4746
<url>https://ribasco.github.io/async-gamequery-lib</url>
4847
<packaging>pom</packaging>
@@ -56,7 +55,8 @@
5655
<url>https://github.com/ribasco/async-gamequery-lib</url>
5756
<connection>scm:git:git://github.com/ribasco/async-gamequery-lib.git</connection>
5857
<developerConnection>scm:git:[email protected]:ribasco/async-gamequery-lib.git</developerConnection>
59-
</scm>
58+
<tag>agql-project-0.1.0</tag>
59+
</scm>
6060

6161
<developers>
6262
<developer>

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

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

protocols/valve/steam/webapi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@
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
<parent>
3130
<relativePath>../../../../pom.xml</relativePath>
3231
<groupId>com.ibasco.agql</groupId>
3332
<artifactId>async-gamequery-lib</artifactId>
34-
<version>0.1.0-SNAPSHOT</version>
33+
<version>0.1.0</version>
3534
</parent>
3635

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

0 commit comments

Comments
 (0)