Skip to content

Commit bd809bd

Browse files
committed
update version.
1 parent b4839de commit bd809bd

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

angel-ps/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.tencent.angel</groupId>
2424
<artifactId>angel-ps</artifactId>
25-
<version>3.1.0</version>
25+
<version>3.2.0</version>
2626
</parent>
2727
<artifactId>angel-ps-core</artifactId>
2828
<name>angel-ps-core</name>

angel-ps/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.tencent.angel</groupId>
2525
<artifactId>angel-ps</artifactId>
26-
<version>3.1.0</version>
26+
<version>3.2.0</version>
2727
</parent>
2828

2929
<artifactId>angel-ps-examples</artifactId>

angel-ps/graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>angel-ps</artifactId>
77
<groupId>com.tencent.angel</groupId>
8-
<version>3.1.0</version>
8+
<version>3.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

angel-ps/mllib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.tencent.angel</groupId>
2424
<artifactId>angel-ps</artifactId>
25-
<version>3.1.0</version>
25+
<version>3.2.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>angel-ps-mllib</artifactId>

angel-ps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.tencent.angel</groupId>
2424
<artifactId>angel</artifactId>
25-
<version>3.1.0</version>
25+
<version>3.2.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

angel-ps/psf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.tencent.angel</groupId>
2525
<artifactId>angel-ps</artifactId>
26-
<version>3.1.0</version>
26+
<version>3.2.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>angel-ps-psf</artifactId>

angel-ps/tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.tencent.angel</groupId>
2525
<artifactId>angel-ps</artifactId>
26-
<version>3.1.0</version>
26+
<version>3.2.0</version>
2727
</parent>
2828

2929
<artifactId>angel-ps-tools</artifactId>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.tencent.angel</groupId>
2626
<artifactId>angel</artifactId>
27-
<version>3.1.0</version>
27+
<version>3.2.0</version>
2828
</parent>
2929

3030
<artifactId>angel-dist</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.tencent.angel</groupId>
2222
<artifactId>angel</artifactId>
2323
<packaging>pom</packaging>
24-
<version>3.1.0</version>
24+
<version>3.2.0</version>
2525
<name>angel</name>
2626
<properties>
2727
<hadoop-version>2.7.3</hadoop-version>

spark-on-angel/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.tencent.angel</groupId>
2626
<artifactId>spark-on-angel</artifactId>
27-
<version>3.1.0</version>
27+
<version>3.2.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)