Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jul 15, 2014
1 parent 36c7223 commit 70b7ed0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lettuce-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>


Expand Down
7 changes: 3 additions & 4 deletions lettuce/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>
<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand All @@ -17,7 +16,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>
</scm>
</scm>

<dependencies>
<dependency>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>

<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -207,7 +206,6 @@
<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>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 70b7ed0

Please sign in to comment.