Skip to content

Commit fb1d3e1

Browse files
committed
[maven-release-plugin] prepare release 4.2.0.Final
1 parent 841112f commit fb1d3e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>biz.paluch.redis</groupId>
1111
<artifactId>lettuce</artifactId>
12-
<version>4.2.0-SNAPSHOT</version>
12+
<version>4.2.0.Final</version>
1313
<packaging>jar</packaging>
1414

1515
<name>lettuce</name>
@@ -64,7 +64,8 @@
6464
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
6565
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
6666
<url>http://github.com/mp911de/lettuce</url>
67-
</scm>
67+
<tag>4.2.0.Final</tag>
68+
</scm>
6869

6970
<prerequisites>
7071
<maven>3.0</maven>
@@ -420,7 +421,7 @@
420421
<classpathScope>test</classpathScope>
421422
<arguments>
422423
<argument>-classpath</argument>
423-
<classpath/>
424+
<classpath />
424425
<argument>org.openjdk.jmh.Main</argument>
425426
<argument>.*</argument>
426427
</arguments>

0 commit comments

Comments
 (0)