Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 6, 2015
1 parent 4c76ef0 commit b164f5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.0-SNAPSHOT</version>
<version>4.0.Beta1</version>
<packaging>jar</packaging>

<name>lettuce</name>
Expand Down Expand Up @@ -61,7 +60,7 @@
<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>
<tag>4.0</tag>
<tag>4.0.Beta1</tag>
</scm>

<prerequisites>
Expand Down

0 comments on commit b164f5f

Please sign in to comment.