move to shade 2.1 plugin version to fix some random failing builds.
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/533e252e Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/533e252e Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/533e252e Branch: refs/heads/activemq-5.9 Commit: 533e252ed7869be6b4c83f31c74e262fc4385694 Parents: f2e58dc Author: Timothy Bish <[email protected]> Authored: Mon Nov 4 14:58:19 2013 -0500 Committer: Hadrian Zbarcea <[email protected]> Committed: Wed Mar 12 09:00:46 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/533e252e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c477d4..fb31529 100755 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ <maven-source-plugin-version>2.2.1</maven-source-plugin-version> <maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version> <maven-install-plugin-version>2.4</maven-install-plugin-version> - <maven-shade-plugin-version>2.0</maven-shade-plugin-version> + <maven-shade-plugin-version>2.1</maven-shade-plugin-version> <maven-jaxb2-plugin-version>0.8.3</maven-jaxb2-plugin-version> <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version> <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
