Skip to content

Commit 27dd090

Browse files
committed
Bump version to 3.1.3
1 parent 0f1330b commit 27dd090

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.pinterest.psc</groupId>
77
<artifactId>psc-java-oss</artifactId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<packaging>pom</packaging>
1010
<name>psc-java-oss</name>
1111
<modules>

psc-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

psc-examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>psc-examples</artifactId>
14-
<version>3.1.3-RC1</version>
14+
<version>3.1.3</version>
1515
<name>psc-examples</name>
1616

1717
<properties>

psc-flink-logging/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>psc-flink-logging</artifactId>
14-
<version>3.1.3-RC1</version>
14+
<version>3.1.3</version>
1515

1616
<dependencies>
1717
<dependency>

psc-flink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.pinterest.psc</groupId>
77
<artifactId>psc-java-oss</artifactId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>psc-flink</artifactId>

psc-integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

psc-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

psc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>psc-java-oss</artifactId>
77
<groupId>com.pinterest.psc</groupId>
8-
<version>3.1.3-RC1</version>
8+
<version>3.1.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)