Merge pull request #6621 from rafi-kamal/3.10.x-201909051012

Update protobuf version for Java and PHP
pull/6643/head v3.10.0-rc1
Rafi Kamal 5 years ago committed by GitHub
commit ae1bcaad6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      java/core/pom.xml
  2. 2
      java/lite/pom.xml
  3. 2
      java/util/pom.xml
  4. 18
      php/ext/google/protobuf/package.xml

@ -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>

@ -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>

@ -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>

@ -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>
@ -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>

Loading…
Cancel
Save