Skip to content

Commit 32d0c0b

Browse files
committed
chore: begin v3.7.3
1 parent abb71e3 commit 32d0c0b

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

pojos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2</version>
8+
<version>3.7.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
2020
</developerConnection>
2121
<url>https://github.com/qixils/java-crowd-control.git</url>
22-
<tag>v3.7.2</tag>
22+
<tag>v3.7.3</tag>
2323
</scm>
2424
<licenses>
2525
<license>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>dev.qixils.crowdcontrol</groupId>
99
<artifactId>java-crowd-control</artifactId>
10-
<version>3.7.2</version> <!-- don't forget to update scm tags & submodule versions -->
10+
<version>3.7.3-SNAPSHOT</version> <!-- don't forget to update scm tags & submodule versions -->
1111
<packaging>pom</packaging>
1212

1313
<modules>
@@ -25,7 +25,7 @@
2525
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
2626
</developerConnection>
2727
<url>https://github.com/qixils/java-crowd-control.git</url>
28-
<tag>v3.7.2</tag>
28+
<tag>v3.7.3</tag>
2929
</scm>
3030
<licenses>
3131
<license>

receiver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2</version>
8+
<version>3.7.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
2121
</developerConnection>
2222
<url>https://github.com/qixils/java-crowd-control.git</url>
23-
<tag>v3.7.2</tag>
23+
<tag>v3.7.3</tag>
2424
</scm>
2525
<licenses>
2626
<license>

sender/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2</version>
8+
<version>3.7.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
2121
</developerConnection>
2222
<url>https://github.com/qixils/java-crowd-control.git</url>
23-
<tag>v3.7.2</tag>
23+
<tag>v3.7.3</tag>
2424
</scm>
2525
<licenses>
2626
<license>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2</version>
8+
<version>3.7.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
2121
</developerConnection>
2222
<url>https://github.com/qixils/java-crowd-control.git</url>
23-
<tag>v3.7.2</tag>
23+
<tag>v3.7.3</tag>
2424
</scm>
2525
<licenses>
2626
<license>

0 commit comments

Comments
 (0)