Skip to content

Commit 0e2506e

Browse files
committed
[maven-release-plugin] prepare release 3.4.Final
1 parent 7aa84b1 commit 0e2506e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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-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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
@@ -11,7 +9,7 @@
119

1210
<groupId>biz.paluch.redis</groupId>
1311
<artifactId>lettuce</artifactId>
14-
<version>3.4-SNAPSHOT</version>
12+
<version>3.4.Final</version>
1513
<packaging>jar</packaging>
1614

1715
<name>lettuce</name>
@@ -64,7 +62,7 @@
6462
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
6563
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
6664
<url>http://github.com/mp911de/lettuce</url>
67-
<tag>HEAD</tag>
65+
<tag>3.4.Final</tag>
6866
</scm>
6967

7068
<prerequisites>

0 commit comments

Comments
 (0)