Skip to content

Commit ae1bcaa

Browse files
authored
Merge pull request #6621 from rafi-kamal/3.10.x-201909051012
Update protobuf version for Java and PHP
2 parents 4e07b63 + 63fc281 commit ae1bcaa

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

java/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.9.1</version>
7+
<version>3.10.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

java/lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.9.1</version>
7+
<version>3.10.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-javalite</artifactId>

java/util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.9.1</version>
7+
<version>3.10.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-java-util</artifactId>

php/ext/google/protobuf/package.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2019-09-04</date>
14-
<time>13:24:25</time>
13+
<date>2019-09-05</date>
14+
<time>10:12:46</time>
1515
<version>
1616
<release>3.10.0RC1</release>
1717
<api>3.10.0</api>
@@ -403,5 +403,19 @@ G A release.
403403
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
404404
<notes>GA release.</notes>
405405
</release>
406+
<release>
407+
<version>
408+
<release>3.10.0RC1</release>
409+
<api>3.10.0</api>
410+
</version>
411+
<stability>
412+
<release>beta</release>
413+
<api>beta</api>
414+
</stability>
415+
<date>2019-09-05</date>
416+
<time>10:12:46</time>
417+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
418+
<notes>GA release.</notes>
419+
</release>
406420
</changelog>
407421
</package>

0 commit comments

Comments
 (0)