Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x 7c5207d25 -> 7432d645c
Prepare for release: Upgrade to maven-release-plugin 2.5 Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/7432d645 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/7432d645 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/7432d645 Branch: refs/heads/servicemix-5.0.x Commit: 7432d645c5dce45873913f6d3bb6b9aa70f5a802 Parents: 7c5207d Author: Gert Vanthienen <[email protected]> Authored: Wed May 14 16:19:59 2014 +0200 Committer: Gert Vanthienen <[email protected]> Committed: Wed May 14 16:20:27 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/7432d645/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b50f1a0..a3ba194 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ <maven-jxr-plugin.version>2.4</maven-jxr-plugin.version> <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version> <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> + <maven-release-plugin.version>2.5</maven-release-plugin.version> <!-- Other Dependencies --> <commons-lang.version>2.6</commons-lang.version> @@ -235,6 +236,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <version>${maven-release-plugin.version}</version> <configuration> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals>
