Skip to content

Commit d30aae6

Browse files
committed
[maven-release-plugin] prepare release 4.4.0.Final
1 parent d22c850 commit d30aae6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 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.4.0-SNAPSHOT</version>
12+
<version>4.4.0.Final</version>
1413
<packaging>jar</packaging>
1514

1615
<name>lettuce</name>
@@ -68,7 +67,7 @@
6867
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
6968
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
7069
<url>http://github.com/lettuce-io/lettuce-core</url>
71-
<tag>HEAD</tag>
70+
<tag>4.4.0.Final</tag>
7271
</scm>
7372

7473
<!-- Required for Spring RC artifacts -->
@@ -563,7 +562,7 @@
563562
<arguments>
564563
<argument>-Xmx2G</argument>
565564
<argument>-classpath</argument>
566-
<classpath/>
565+
<classpath />
567566
<argument>org.openjdk.jmh.Main</argument>
568567
<argument>.*</argument>
569568
<argument>-tu</argument>

0 commit comments

Comments
 (0)