Skip to content

Commit

Permalink
Merge pull request #6621 from rafi-kamal/3.10.x-201909051012
Browse files Browse the repository at this point in the history
Update protobuf version for Java and PHP
  • Loading branch information
rafi-kamal authored Sep 5, 2019
2 parents 4e07b63 + 63fc281 commit ae1bcaa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.9.1</version>
<version>3.10.0-rc-1</version>
</parent>

<artifactId>protobuf-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.9.1</version>
<version>3.10.0-rc-1</version>
</parent>

<artifactId>protobuf-javalite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.9.1</version>
<version>3.10.0-rc-1</version>
</parent>

<artifactId>protobuf-java-util</artifactId>
Expand Down
18 changes: 16 additions & 2 deletions php/ext/google/protobuf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
<date>2019-09-04</date>
<time>13:24:25</time>
<date>2019-09-05</date>
<time>10:12:46</time>
<version>
<release>3.10.0RC1</release>
<api>3.10.0</api>
Expand Down Expand Up @@ -403,5 +403,19 @@ G A release.
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
</release>
<release>
<version>
<release>3.10.0RC1</release>
<api>3.10.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2019-09-05</date>
<time>10:12:46</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>GA release.</notes>
</release>
</changelog>
</package>

0 comments on commit ae1bcaa

Please sign in to comment.