Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1304 committed May 6, 2024
1 parent 0889bbe commit 07ac1f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.6-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>jdash-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.6-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>jdash-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.6-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>jdash-events</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.6-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>jdash-graphics</artifactId>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>

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

<modules>
Expand Down Expand Up @@ -38,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.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 07ac1f6

Please sign in to comment.