Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.3.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Apr 28, 2017
1 parent 63fa64f commit 7d7f1d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,7 +9,7 @@

<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.2.Final</version>
<packaging>jar</packaging>

<name>lettuce</name>
Expand Down Expand Up @@ -65,7 +64,8 @@
<connection>scm:git:https://github.com/lettuce-io/lettuce-core.git</connection>
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git</developerConnection>
<url>http://github.com/lettuce-io/lettuce-core</url>
</scm>
<tag>4.3.2.Final</tag>
</scm>

<prerequisites>
<maven>3.0</maven>
Expand Down Expand Up @@ -437,7 +437,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument>
</arguments>
Expand Down

0 comments on commit 7d7f1d1

Please sign in to comment.