Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkatachalam committed Sep 15, 2023
1 parent cc10742 commit 446f4a1
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion gosu-ant-tools/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-core-api-precompiled/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-core-api/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-core/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-doc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-lab/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-maven-compiler/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions gosu-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<packaging>pom</packaging>

<name>Gosu :: Parent POM</name>
Expand All @@ -30,7 +30,7 @@
<connection>${scm.root}/gosu-lang.git</connection>
<developerConnection>${scm.root}/gosu-lang.git</developerConnection>
<url>https://github.com/gosu-lang/gosu-lang</url>
<tag>rel/1.17.3</tag>
<tag>v1.17.3</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gosu-process/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-test-api/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu-test/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gosu/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>../gosu-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gosu-lang.gosu</groupId>
<artifactId>gosu-parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<relativePath>gosu-parent</relativePath>
</parent>
<artifactId>gosu-proj</artifactId>
Expand All @@ -14,7 +14,7 @@

<scm>
<developerConnection>${scm.root}/gosu-lang.git</developerConnection>
<tag>rel/1.17.3</tag>
<tag>v1.17.3</tag>
</scm>

<modules>
Expand Down

0 comments on commit 446f4a1

Please sign in to comment.