Updated Branches: refs/heads/flume-1.4 79cef6950 -> 7781f887d
FLUME-1778: Upgrade Flume to use Avro 1.7.3 (Hari Shreedharan via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7781f887 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7781f887 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7781f887 Branch: refs/heads/flume-1.4 Commit: 7781f887dbeb86f8c9cfe9cf5cc30e671c6e52d9 Parents: 79cef69 Author: Brock Noland <[email protected]> Authored: Fri Dec 14 14:17:11 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Fri Dec 14 14:17:24 2012 -0600 ---------------------------------------------------------------------- pom.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7781f887/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d8d106c..89678f0 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,8 @@ limitations under the License. <siteUrlDeployment>file://people.apache.org/www/incubator.apache.org/flume</siteUrlDeployment> <stagingDirectory>${project.basedir}/target/docs</stagingDirectory> + <avro.version>1.7.3</avro.version> + </properties> <modules> @@ -557,7 +559,7 @@ limitations under the License. <stringType>String</stringType> </configuration> --> - <version>1.7.1</version> + <version>${avro.version}</version> </plugin> <plugin> @@ -681,19 +683,19 @@ limitations under the License. <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> - <version>1.7.2</version> + <version>${avro.version}</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro-compiler</artifactId> - <version>1.7.2</version> + <version>${avro.version}</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro-ipc</artifactId> - <version>1.7.2</version> + <version>${avro.version}</version> <exclusions> <exclusion> <groupId>org.mortbay.jetty</groupId>
