Skip to content

Commit b2cebae

Browse files
[maven-release-plugin] prepare release http-testserver-parent-2.2
1 parent 979c533 commit b2cebae

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
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.2-SNAPSHOT</version>
24+
<version>2.2</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.2-SNAPSHOT</version>
24+
<version>2.2</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.2-SNAPSHOT</version>
24+
<version>2.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.commonjava</groupId>
@@ -26,7 +25,7 @@
2625

2726
<groupId>org.commonjava.util</groupId>
2827
<artifactId>http-testserver-parent</artifactId>
29-
<version>2.2-SNAPSHOT</version>
28+
<version>2.2</version>
3029
<packaging>pom</packaging>
3130

3231
<name>http-testserver</name>
@@ -36,7 +35,7 @@
3635
<connection>scm:git:https://github.com/Commonjava/http-testserver</connection>
3736
<developerConnection>scm:git:https://github.com/Commonjava/http-testserver</developerConnection>
3837
<url>https://github.com/Commonjava/http-testserver</url>
39-
<tag>HEAD</tag>
38+
<tag>http-testserver-parent-2.2</tag>
4039
</scm>
4140

4241
<properties>
@@ -97,7 +96,7 @@
9796
<dependency>
9897
<groupId>org.commonjava.util</groupId>
9998
<artifactId>http-testserver-core</artifactId>
100-
<version>2.2-SNAPSHOT</version>
99+
<version>2.2</version>
101100
</dependency>
102101
</dependencies>
103102
</dependencyManagement>

quarkus/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.commonjava.util</groupId>
2422
<artifactId>http-testserver-parent</artifactId>
25-
<version>2.2-SNAPSHOT</version>
23+
<version>2.2</version>
2624
<relativePath>../pom.xml</relativePath>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)