Skip to content

Commit 0de2a9e

Browse files
committed
Update version for dev
1 parent 4f10cb4 commit 0de2a9e

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

ninbot-app/pom.xml

+1-1
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</version>
7+
<version>3.22.0-SNAPSHOT</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>ninbot-app</artifactId>

ninbot-shared-parent/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99
</parent>
1010
<groupId>dev.nincodedo</groupId>
1111
<artifactId>ninbot-shared-parent</artifactId>
12-
<version>3.21.0</version>
12+
<version>3.22.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Ninbot Shared Parent Pom</name>
15-
<scm>
16-
<tag>3.21.0</tag>
17-
</scm>
1815
<properties>
1916
<JDA.version>5.3.0</JDA.version>
2017
<annotations.version>26.0.1</annotations.version>

ninbot-test-coverage/pom.xml

+1-1
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</version>
7+
<version>3.22.0-SNAPSHOT</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>ninbot-test-coverage</artifactId>

nincord-common/pom.xml

+1-1
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</version>
7+
<version>3.22.0-SNAPSHOT</version>
88
<relativePath>../ninbot-shared-parent</relativePath>
99
</parent>
1010
<artifactId>nincord-common</artifactId>

pom.xml

+2-2
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</version>
7+
<version>3.22.0-SNAPSHOT</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>3.21.0</tag>
37+
<tag>HEAD</tag>
3838
<url>https://github.com/Nincodedo/Ninbot</url>
3939
</scm>
4040
<properties>

0 commit comments

Comments
 (0)