aboutsummaryrefslogtreecommitdiff
path: root/java/pom.xml
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
commit742e40975aeba15cf596eefbabe26642ea74d83c (patch)
treefcf43096335b40e16d77e4fcaa158142359415e9 /java/pom.xml
parentdd681ad786ced133e69dc36f8cebef9b392ebab4 (diff)
downloadprotobuf-742e40975aeba15cf596eefbabe26642ea74d83c.tar.gz
protobuf-742e40975aeba15cf596eefbabe26642ea74d83c.tar.bz2
protobuf-742e40975aeba15cf596eefbabe26642ea74d83c.zip
2.0.1 release.
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 1bb26b2e..82f45bdc 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>