Repository: servicemix Updated Branches: refs/heads/master 9fa36afb0 -> 4facc7785
Prepare for release: Upgrade to maven-release-plugin 2.5 (cherry picked from commit 8939ebc9b0f4190d7bde7ecdf6264c9ae9a4138a) Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/4facc778 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/4facc778 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/4facc778 Branch: refs/heads/master Commit: 4facc7785821214c2afbae31a66f00f314f5b3e5 Parents: 9fa36af 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:57 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/4facc778/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d03224..d1648fc 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>
