Skip to content

Commit

Permalink
Update version for release 3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Dec 17, 2024
1 parent b8c83c7 commit 79c3161
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ninbot-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.nincodedo</groupId>
<artifactId>ninbot-shared-parent</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.20.3</version>
<relativePath>../ninbot-shared-parent</relativePath>
</parent>
<artifactId>ninbot-app</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion ninbot-shared-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
</parent>
<groupId>dev.nincodedo</groupId>
<artifactId>ninbot-shared-parent</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.20.3</version>
<packaging>pom</packaging>
<name>Ninbot Shared Parent Pom</name>
<scm>
<tag>3.20.3</tag>
</scm>
<properties>
<JDA.version>5.1.2</JDA.version>
<annotations.version>26.0.1</annotations.version>
Expand Down
2 changes: 1 addition & 1 deletion ninbot-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.nincodedo</groupId>
<artifactId>ninbot-shared-parent</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.20.3</version>
<relativePath>../ninbot-shared-parent</relativePath>
</parent>
<artifactId>ninbot-test-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nincord-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.nincodedo</groupId>
<artifactId>ninbot-shared-parent</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.20.3</version>
<relativePath>../ninbot-shared-parent</relativePath>
</parent>
<artifactId>nincord-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.nincodedo</groupId>
<artifactId>ninbot-shared-parent</artifactId>
<version>3.21.0-SNAPSHOT</version>
<version>3.20.3</version>
<relativePath>ninbot-shared-parent</relativePath>
</parent>
<artifactId>ninbot</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<scm>
<connection>scm:git:https://github.com/Nincodedo/Ninbot.git</connection>
<developerConnection>scm:git:ssh://github.com:Nincodedo/Ninbot.git</developerConnection>
<tag>HEAD</tag>
<tag>3.20.3</tag>
<url>https://github.com/Nincodedo/Ninbot</url>
</scm>
<properties>
Expand Down

0 comments on commit 79c3161

Please sign in to comment.