Skip to content

Commit 94a3b12

Browse files
committed
[maven-release-plugin] prepare release 4.1.Final
1 parent ffb36f3 commit 94a3b12

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-v4_0_0.xsd">
1+
<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-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>biz.paluch.redis</groupId>
1211
<artifactId>lettuce</artifactId>
13-
<version>4.1-SNAPSHOT</version>
12+
<version>4.1.Final</version>
1413
<packaging>jar</packaging>
1514

1615
<name>lettuce</name>
@@ -64,7 +63,7 @@
6463
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
6564
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
6665
<url>http://github.com/mp911de/lettuce</url>
67-
<tag>4.1</tag>
66+
<tag>4.1.Final</tag>
6867
</scm>
6968

7069
<prerequisites>

0 commit comments

Comments
 (0)