File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >dev.failsafe</groupId >
8
7
<artifactId >failsafe-parent</artifactId >
9
- <version >3.2.2-SNAPSHOT </version >
8
+ <version >3.2.2</version >
10
9
</parent >
11
10
12
11
<artifactId >failsafe</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >dev.failsafe</groupId >
8
7
<artifactId >failsafe-parent</artifactId >
9
- <version >3.2.2-SNAPSHOT </version >
8
+ <version >3.2.2</version >
10
9
<relativePath >../../pom.xml</relativePath >
11
10
</parent >
12
11
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >dev.failsafe</groupId >
8
7
<artifactId >failsafe-parent</artifactId >
9
- <version >3.2.2-SNAPSHOT </version >
8
+ <version >3.2.2</version >
10
9
<relativePath >../../pom.xml</relativePath >
11
10
</parent >
12
11
Original file line number Diff line number Diff line change 5
5
<packaging >pom</packaging >
6
6
<groupId >dev.failsafe</groupId >
7
7
<artifactId >failsafe-parent</artifactId >
8
- <version >3.2.2-SNAPSHOT </version >
8
+ <version >3.2.2</version >
9
9
<name >Failsafe Parent</name >
10
10
<description >Fault tolerance and resilience patterns</description >
11
11
<url >https://failsafe.dev</url >
29
29
<connection >scm:git:git@github.com:failsafe-lib/failsafe.git</connection >
30
30
<developerConnection >scm:git:git@github.com:failsafe-lib/failsafe.git</developerConnection >
31
31
<url >https://github.com/failsafe-lib/failsafe</url >
32
+ <tag >failsafe-parent-3.2.2</tag >
32
33
</scm >
33
34
34
35
<modules >
You can’t perform that action at this time.
0 commit comments