Author: edwardyoon
Date: Wed Feb 12 05:36:57 2014
New Revision: 1567529
URL: http://svn.apache.org/r1567529
Log:
make protobuf version a maven property
Modified:
hama/trunk/pom.xml
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1567529&r1=1567528&r2=1567529&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Wed Feb 12 05:36:57 2014
@@ -92,6 +92,7 @@
<commons-lang>2.6</commons-lang>
<commons-httpclient>3.0.1</commons-httpclient>
<hadoop.version>1.2.0</hadoop.version>
+ <protobuf.version>2.5.0</protobuf.version>
<jetty.version>6.1.14</jetty.version>
<junit.version>4.8.1</junit.version>
<slf4j.version>1.5.8</slf4j.version>
@@ -177,7 +178,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.5.0</version>
+ <version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>