Skip to content

Commit 1530b5f

Browse files
committed
[maven-release-plugin] prepare release leancloud-sdk-6.4.5
1 parent cdc6802 commit 1530b5f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
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>6.4.5-SNAPSHOT</version>
5+
<version>6.4.5</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>6.4.5-SNAPSHOT</version>
11+
<version>6.4.5</version>
1212
<name>storage core library</name>
1313
<url>http://maven.apache.org</url>
1414

leanengine/pom.xml

Lines changed: 3 additions & 3 deletions
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>6.4.5-SNAPSHOT</version>
5+
<version>6.4.5</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>6.4.5-SNAPSHOT</version>
11+
<version>6.4.5</version>
1212
<name>leanengine library</name>
1313
<url>http://maven.apache.org</url>
1414

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>cn.leancloud</groupId>
44
<artifactId>leancloud-sdk</artifactId>
55
<packaging>pom</packaging>
6-
<version>6.4.5-SNAPSHOT</version>
6+
<version>6.4.5</version>
77
<name>leancloud sdk</name>
88
<url>http://maven.apache.org</url>
99
<description>LeanCloud Java Unified SDK</description>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/leancloud/java-unified-sdk.git</connection>
3434
<developerConnection>scm:git:https://github.com/leancloud/java-unified-sdk.git</developerConnection>
3535
<url>http://github.com/leancloud/java-unified-sdk/tree/master</url>
36-
<tag>leancloud-sdk-6.4.4</tag>
36+
<tag>leancloud-sdk-6.4.5</tag>
3737
</scm>
3838

3939
<distributionManagement>

realtime/pom.xml

Lines changed: 3 additions & 3 deletions
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>6.4.5-SNAPSHOT</version>
5+
<version>6.4.5</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>6.4.5-SNAPSHOT</version>
11+
<version>6.4.5</version>
1212
<name>realtime core library</name>
1313
<url>http://maven.apache.org</url>
1414

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

0 commit comments

Comments
 (0)