Skip to content

Commit 52b7fe2

Browse files
committed
[maven-release-plugin] prepare release failsafe-parent-3.2.2
1 parent 55573f8 commit 52b7fe2

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>dev.failsafe</groupId>
87
<artifactId>failsafe-parent</artifactId>
9-
<version>3.2.2-SNAPSHOT</version>
8+
<version>3.2.2</version>
109
</parent>
1110

1211
<artifactId>failsafe</artifactId>

modules/okhttp/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>dev.failsafe</groupId>
87
<artifactId>failsafe-parent</artifactId>
9-
<version>3.2.2-SNAPSHOT</version>
8+
<version>3.2.2</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

modules/retrofit/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>dev.failsafe</groupId>
87
<artifactId>failsafe-parent</artifactId>
9-
<version>3.2.2-SNAPSHOT</version>
8+
<version>3.2.2</version>
109
<relativePath>../../pom.xml</relativePath>
1110
</parent>
1211

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>pom</packaging>
66
<groupId>dev.failsafe</groupId>
77
<artifactId>failsafe-parent</artifactId>
8-
<version>3.2.2-SNAPSHOT</version>
8+
<version>3.2.2</version>
99
<name>Failsafe Parent</name>
1010
<description>Fault tolerance and resilience patterns</description>
1111
<url>https://failsafe.dev</url>
@@ -29,6 +29,7 @@
2929
<connection>scm:git:git@github.com:failsafe-lib/failsafe.git</connection>
3030
<developerConnection>scm:git:git@github.com:failsafe-lib/failsafe.git</developerConnection>
3131
<url>https://github.com/failsafe-lib/failsafe</url>
32+
<tag>failsafe-parent-3.2.2</tag>
3233
</scm>
3334

3435
<modules>

0 commit comments

Comments
 (0)