Updated Branches: refs/heads/trunk 42bc88cc3 -> 278c85d9f
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/278c85d9 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/278c85d9 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/278c85d9 Branch: refs/heads/trunk Commit: 278c85d9f93d545924e5d09068e0fcd7eb8b587a Parents: 42bc88c 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:11 2012 -0600 ---------------------------------------------------------------------- pom.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/278c85d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index abfa4ec..b934c1d 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> @@ -688,19 +690,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>
