Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1304 committed May 10, 2024
1 parent 39e60d2 commit 4ac6405
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<artifactId>jdash-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<artifactId>jdash-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<artifactId>jdash-events</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<artifactId>jdash-graphics</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:git://github.com/Alex1304/jdash.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Alex1304/jdash.git</developerConnection>
<url>https://github.com/Alex1304/jdash/tree/master</url>
<tag>v4.0.5</tag>
<tag>v5.0.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4ac6405

Please sign in to comment.