Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 6f0ee951e -> 8939ebc9b
Prepare for release: Upgrade to maven-release-plugin 2.5 (cherry picked from commit 7432d645c5dce45873913f6d3bb6b9aa70f5a802) Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/8939ebc9 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/8939ebc9 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/8939ebc9 Branch: refs/heads/servicemix-5.1.x Commit: 8939ebc9b0f4190d7bde7ecdf6264c9ae9a4138a Parents: 6f0ee95 Author: Gert Vanthienen <[email protected]> Authored: Wed May 14 16:19:59 2014 +0200 Committer: Gert Vanthienen <[email protected]> Committed: Wed May 28 13:16:27 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/8939ebc9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0b4a72b..1ec8db2 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version> <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version> <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> + <maven-release-plugin.version>2.5</maven-release-plugin.version> <!-- Other Dependencies --> <commons-lang.version>2.6</commons-lang.version> @@ -237,6 +238,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>
