summaryrefslogtreecommitdiff
path: root/java/lite/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/lite/pom.xml')
-rw-r--r--java/lite/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/lite/pom.xml b/java/lite/pom.xml
index c403dc09..eb98ec5f 100644
--- a/java/lite/pom.xml
+++ b/java/lite/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
- <version>3.0.0-beta-3</version>
+ <version>3.0.0</version>
</parent>
<artifactId>protobuf-lite</artifactId>
@@ -33,6 +33,7 @@
<properties>
<core.root>../core</core.root>
<test.proto.dir>${core.root}/src/test/proto</test.proto.dir>
+ <protoc-gen-javalite>${protobuf.source.dir}/protoc-gen-javalite</protoc-gen-javalite>
</properties>
<build>