aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authortemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-08-27 19:25:48 +0000
committertemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-08-27 19:25:48 +0000
commitd30ae6f2a2b4013a53a0cf9c6dab9c505489fec3 (patch)
treefcf43096335b40e16d77e4fcaa158142359415e9 /java
parent72e12f4e4af30c3ed17e95a2a008736b8c2fc90d (diff)
downloadprotobuf-d30ae6f2a2b4013a53a0cf9c6dab9c505489fec3.tar.gz
2.0.1 release.
git-svn-id: http://protobuf.googlecode.com/svn/trunk@38 630680e5-0e50-0410-840e-4b1c322b438d
Diffstat (limited to 'java')
-rw-r--r--java/pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 1bb26b2..82f45bd 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -3,17 +3,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!-- This is commented until the parent can be deployed to a repository. -->
- <!--
- <parent>
- <groupId>com</groupId>
+ <parent>
+ <groupId>com.google</groupId>
<artifactId>google</artifactId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- -->
+ <version>1</version>
+ </parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<packaging>jar</packaging>
<name>Protocol Buffer Java API</name>
<description>