aboutsummaryrefslogtreecommitdiff
path: root/ruby/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/pom.xml')
-rw-r--r--ruby/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 01f0e16b..247b243a 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -61,6 +61,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>
@@ -78,7 +86,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-alpha-3-pre</version>
+ <version>3.0.0-alpha-2</version>
</dependency>
</dependencies>
</project>