Repository: activemq-artemis Updated Branches: refs/heads/master d1b317b97 -> 085437161
Bump Maven Assembly Plugin Version to 2.4 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8e0594de Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8e0594de Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8e0594de Branch: refs/heads/master Commit: 8e0594de058b42d930cc7261f96f0da96e1e3295 Parents: d1b317b Author: Martyn Taylor <[email protected]> Authored: Wed May 13 10:24:08 2015 +0100 Committer: Martyn Taylor <[email protected]> Committed: Wed May 13 11:52:29 2015 +0100 ---------------------------------------------------------------------- artemis-distribution/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8e0594de/artemis-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 0e9b22a..9fd69ff 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -192,7 +192,7 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2</version> + <version>${maven.assembly.plugin.version}</version> <executions> <execution> <id>source</id> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8e0594de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7058376..8674572 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ <!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging --> <staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL> <netty.version>4.0.20.Final</netty.version> + <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version> <activemq.version.versionName>${project.version}</activemq.version.versionName> <activemq.version.majorVersion>1</activemq.version.majorVersion> <activemq.version.minorVersion>0</activemq.version.minorVersion>
