Skip to content

Commit 82c092c

Browse files
author
huangliling
committed
[maven-release-plugin] prepare release leancloud-sdk-8.2.24
1 parent 37f825c commit 82c092c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<groupId>cn.leancloud</groupId>
44
<artifactId>leancloud-sdk</artifactId>
5-
<version>8.2.24-SNAPSHOT</version>
5+
<version>8.2.24</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>cn.leancloud</groupId>
99
<artifactId>storage-core</artifactId>
1010
<packaging>jar</packaging>
11-
<version>8.2.24-SNAPSHOT</version>
11+
<version>8.2.24</version>
1212
<name>storage core library</name>
1313
<url>http://maven.apache.org</url>
1414

@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:leancloud/java-unified-sdk.git</connection>
3434
<developerConnection>scm:git:git@github.com:leancloud/java-unified-sdk.git</developerConnection>
3535
<url>http://github.com/leancloud/java-unified-sdk/tree/master</url>
36-
<tag>HEAD</tag>
36+
<tag>leancloud-sdk-8.2.24</tag>
3737
</scm>
3838

3939
<distributionManagement>

leanengine/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<groupId>cn.leancloud</groupId>
44
<artifactId>leancloud-sdk</artifactId>
5-
<version>8.2.24-SNAPSHOT</version>
5+
<version>8.2.24</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>cn.leancloud</groupId>
99
<artifactId>engine-core</artifactId>
1010
<packaging>jar</packaging>
11-
<version>8.2.24-SNAPSHOT</version>
11+
<version>8.2.24</version>
1212
<name>leanengine library</name>
1313
<url>http://maven.apache.org</url>
1414

@@ -32,7 +32,7 @@
3232
<connection>scm:git:git@github.com:leancloud/java-unified-sdk.git</connection>
3333
<developerConnection>scm:git:git@github.com:leancloud/java-unified-sdk.git</developerConnection>
3434
<url>http://github.com/leancloud/java-unified-sdk/tree/master</url>
35-
<tag>HEAD</tag>
35+
<tag>leancloud-sdk-8.2.24</tag>
3636
</scm>
3737

3838
<distributionManagement>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>cn.leancloud</groupId>
6262
<artifactId>storage-core</artifactId>
63-
<version>8.2.24-SNAPSHOT</version>
63+
<version>8.2.24</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>cn.leancloud</groupId>
55
<artifactId>leancloud-sdk</artifactId>
66
<packaging>pom</packaging>
7-
<version>8.2.24-SNAPSHOT</version>
7+
<version>8.2.24</version>
88
<name>leancloud sdk</name>
99
<url>http://maven.apache.org</url>
1010
<description>LeanCloud Java Unified SDK</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:git@github.com:leancloud/java-unified-sdk.git</connection>
3737
<developerConnection>scm:git:git@github.com:leancloud/java-unified-sdk.git</developerConnection>
3838
<url>http://github.com/leancloud/java-unified-sdk/tree/master</url>
39-
<tag>HEAD</tag>
39+
<tag>leancloud-sdk-8.2.24</tag>
4040
</scm>
4141

4242
<distributionManagement>

realtime/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<groupId>cn.leancloud</groupId>
44
<artifactId>leancloud-sdk</artifactId>
5-
<version>8.2.24-SNAPSHOT</version>
5+
<version>8.2.24</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>cn.leancloud</groupId>
99
<artifactId>realtime-core</artifactId>
1010
<packaging>jar</packaging>
11-
<version>8.2.24-SNAPSHOT</version>
11+
<version>8.2.24</version>
1212
<name>realtime core library</name>
1313
<url>http://maven.apache.org</url>
1414

@@ -37,7 +37,7 @@
3737
<connection>scm:git:git@github.com:leancloud/java-unified-sdk.git</connection>
3838
<developerConnection>scm:git:git@github.com:leancloud/java-unified-sdk.git</developerConnection>
3939
<url>http://github.com/leancloud/java-unified-sdk/tree/master</url>
40-
<tag>HEAD</tag>
40+
<tag>leancloud-sdk-8.2.24</tag>
4141
</scm>
4242

4343
<distributionManagement>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>cn.leancloud</groupId>
5757
<artifactId>storage-core</artifactId>
58-
<version>8.2.24-SNAPSHOT</version>
58+
<version>8.2.24</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)