diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2016-09-02 11:57:49 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2016-09-02 11:57:49 -0700 |
commit | 6e11540b329c363b614afe9dbfd92d6d1f8ba674 (patch) | |
tree | 8f84bf13c5d22e8a0bfac58609016b2afe2e4191 /java | |
parent | a098e809336c5fbad7a8ff8f1210e5e0ac8d29b2 (diff) |
Bump version number to 3.0.2
Diffstat (limited to 'java')
-rw-r--r-- | java/core/pom.xml | 2 | ||||
-rw-r--r-- | java/pom.xml | 2 | ||||
-rw-r--r-- | java/util/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/core/pom.xml b/java/core/pom.xml index 39d67818..28bc99a0 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> </parent> <artifactId>protobuf-java</artifactId> diff --git a/java/pom.xml b/java/pom.xml index 3a91a0ba..ccfb229e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> <packaging>pom</packaging> <name>Protocol Buffers [Parent]</name> diff --git a/java/util/pom.xml b/java/util/pom.xml index 0d5e8e37..58cc4b30 100644 --- a/java/util/pom.xml +++ b/java/util/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> </parent> <artifactId>protobuf-java-util</artifactId> |