Skip to content

Commit 908f3c6

Browse files
committed
[maven-release-plugin] prepare release 3.0.Beta2
1 parent 70b7ed0 commit 908f3c6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-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.Beta2</version>
88
</parent>
99

1010

lettuce/pom.xml

Lines changed: 2 additions & 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.Beta2</version>
88
</parent>
99

1010
<packaging>jar</packaging>
@@ -16,6 +16,7 @@
1616
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
1717
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
1818
<url>http://github.com/mp911de/lettuce</url>
19+
<tag>3.0.Beta2</tag>
1920
</scm>
2021

2122
<dependencies>

pom.xml

Lines changed: 3 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.Beta2</version>
77

88
<packaging>pom</packaging>
99

@@ -206,7 +206,8 @@
206206
<connection>scm:git:https://github.com/mp911de/lettuce.git</connection>
207207
<developerConnection>scm:git:https://github.com/mp911de/lettuce.git</developerConnection>
208208
<url>http://github.com/mp911de/lettuce</url>
209-
</scm>
209+
<tag>3.0.Beta2</tag>
210+
</scm>
210211

211212
<distributionManagement>
212213
<snapshotRepository>

0 commit comments

Comments
 (0)