File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 -->
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 >
You can’t perform that action at this time.
0 commit comments