Skip to content

Commit 7efb846

Browse files
committed
Set version to 2.2.1-SNAPSHOT
1 parent 529fae3 commit 7efb846

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.commonjava.util</groupId>
2323
<artifactId>http-testserver-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.2.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.commonjava.util</groupId>
2323
<artifactId>http-testserver-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.2.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.commonjava.util</groupId>
2323
<artifactId>http-testserver-parent</artifactId>
24-
<version>2.3.1-SNAPSHOT</version>
24+
<version>2.2.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

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

2626
<groupId>org.commonjava.util</groupId>
2727
<artifactId>http-testserver-parent</artifactId>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.2.1-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030

3131
<name>http-testserver</name>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.commonjava.util</groupId>
9898
<artifactId>http-testserver-core</artifactId>
99-
<version>2.3.1-SNAPSHOT</version>
99+
<version>2.2.1-SNAPSHOT</version>
100100
</dependency>
101101
</dependencies>
102102
</dependencyManagement>

quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.commonjava.util</groupId>
2222
<artifactId>http-testserver-parent</artifactId>
23-
<version>2.3.1-SNAPSHOT</version>
23+
<version>2.2.1-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)