Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Oct 28, 2016
1 parent 5f873e8 commit c3b95b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Beta1</version>
<packaging>jar</packaging>

<name>lettuce</name>
Expand Down Expand Up @@ -64,7 +64,8 @@
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
<url>http://github.com/mp911de/lettuce</url>
</scm>
<tag>5.0.0.Beta1</tag>
</scm>

<prerequisites>
<maven>3.0</maven>
Expand Down Expand Up @@ -436,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 c3b95b8

Please sign in to comment.