diff options
| author | Hao Nguyen <haon@google.com> | 2019-05-21 13:49:06 -0700 |
|---|---|---|
| committer | Hao Nguyen <haon@google.com> | 2019-05-21 13:49:06 -0700 |
| commit | 2352a30e66c0d18071e3120085d101b5ab776ae0 (patch) | |
| tree | 6e89239404bce1935db8910e2a3705faa552a245 /java | |
| parent | 783971e872c210140daaf15a6ce21628106dd210 (diff) | |
| download | platform_external_protobuf-2352a30e66c0d18071e3120085d101b5ab776ae0.tar.gz platform_external_protobuf-2352a30e66c0d18071e3120085d101b5ab776ae0.tar.bz2 platform_external_protobuf-2352a30e66c0d18071e3120085d101b5ab776ae0.zip | |
Revert "Update protobuf version"
This reverts commit 6d96493b3147a0f253f7eef2447785e19361afe3.
Diffstat (limited to 'java')
| -rw-r--r-- | java/bom/pom.xml | 2 | ||||
| -rw-r--r-- | java/core/pom.xml | 2 | ||||
| -rw-r--r-- | java/pom.xml | 2 | ||||
| -rw-r--r-- | java/util/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/java/bom/pom.xml b/java/bom/pom.xml index 9f09b91ab..8c501bf19 100644 --- a/java/bom/pom.xml +++ b/java/bom/pom.xml @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> - <version>3.8.0</version> + <version>3.8.0-rc-1</version> <packaging>pom</packaging> <name>Protocol Buffers [BOM]</name> diff --git a/java/core/pom.xml b/java/core/pom.xml index 5a355b69b..f05c06cc6 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.8.0</version> + <version>3.8.0-rc-1</version> </parent> <artifactId>protobuf-java</artifactId> diff --git a/java/pom.xml b/java/pom.xml index b9b019347..3822179ac 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.8.0</version> + <version>3.8.0-rc-1</version> <packaging>pom</packaging> <name>Protocol Buffers [Parent]</name> diff --git a/java/util/pom.xml b/java/util/pom.xml index b2d457b41..f446485e4 100644 --- a/java/util/pom.xml +++ b/java/util/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.8.0</version> + <version>3.8.0-rc-1</version> </parent> <artifactId>protobuf-java-util</artifactId> |
