Skip to content

Commit a2178a5

Browse files
committed
[maven-release-plugin] prepare release 3.0.Beta1
1 parent c57b162 commit a2178a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lettuce-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>biz.paluch.redis</groupId>
66
<artifactId>lettuce-parent</artifactId>
7-
<version>3.0-SNAPSHOT</version>
7+
<version>3.0.Beta1</version>
88
</parent>
99

1010

lettuce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>biz.paluch.redis</groupId>
66
<artifactId>lettuce-parent</artifactId>
7-
<version>3.0-SNAPSHOT</version>
7+
<version>3.0.Beta1</version>
88
</parent>
99

1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>biz.paluch.redis</groupId>
55
<artifactId>lettuce-parent</artifactId>
6-
<version>3.0-SNAPSHOT</version>
6+
<version>3.0.Beta1</version>
77

88
<packaging>pom</packaging>
99

@@ -140,7 +140,7 @@
140140
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
141141
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
142142
<url>http://github.com/mp911de/lettuce</url>
143-
<tag>HEAD</tag>
143+
<tag>3.0.Beta1</tag>
144144
</scm>
145145

146146
<distributionManagement>

0 commit comments

Comments
 (0)