Skip to content

Commit 79c3161

Browse files
committed
Update version for release 3.20.3
1 parent b8c83c7 commit 79c3161

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

ninbot-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.nincodedo</groupId>
66
<artifactId>ninbot-shared-parent</artifactId>
7-
<version>3.21.0-SNAPSHOT</version>
7+
<version>3.20.3</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>ninbot-app</artifactId>

ninbot-shared-parent/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
</parent>
1010
<groupId>dev.nincodedo</groupId>
1111
<artifactId>ninbot-shared-parent</artifactId>
12-
<version>3.21.0-SNAPSHOT</version>
12+
<version>3.20.3</version>
1313
<packaging>pom</packaging>
1414
<name>Ninbot Shared Parent Pom</name>
15+
<scm>
16+
<tag>3.20.3</tag>
17+
</scm>
1518
<properties>
1619
<JDA.version>5.1.2</JDA.version>
1720
<annotations.version>26.0.1</annotations.version>

ninbot-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.nincodedo</groupId>
66
<artifactId>ninbot-shared-parent</artifactId>
7-
<version>3.21.0-SNAPSHOT</version>
7+
<version>3.20.3</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>ninbot-test-coverage</artifactId>

nincord-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.nincodedo</groupId>
66
<artifactId>ninbot-shared-parent</artifactId>
7-
<version>3.21.0-SNAPSHOT</version>
7+
<version>3.20.3</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>nincord-common</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.nincodedo</groupId>
66
<artifactId>ninbot-shared-parent</artifactId>
7-
<version>3.21.0-SNAPSHOT</version>
7+
<version>3.20.3</version>
88
<relativePath>ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>ninbot</artifactId>
@@ -34,7 +34,7 @@
3434
<scm>
3535
<connection>scm:git:https://github.com/Nincodedo/Ninbot.git</connection>
3636
<developerConnection>scm:git:ssh://github.com:Nincodedo/Ninbot.git</developerConnection>
37-
<tag>HEAD</tag>
37+
<tag>3.20.3</tag>
3838
<url>https://github.com/Nincodedo/Ninbot</url>
3939
</scm>
4040
<properties>

0 commit comments

Comments
 (0)