diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-09 08:24:59 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-09 08:24:59 +0000 |
commit | 7e2cc13ab517a95d77171b2bb096c845c436bdec (patch) | |
tree | c858ceb7c3440142e1bf4892593c61038a00fbd1 /java/das/distribution/source | |
parent | f77f7f5fb1e46dcde1a1779a8a70855f153e3746 (diff) |
Moving to latest maven-assembly-plugin version to fix build issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/das/distribution/source')
-rw-r--r-- | java/das/distribution/source/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/das/distribution/source/pom.xml b/java/das/distribution/source/pom.xml index 93e06eaa56..d6fe42ce63 100644 --- a/java/das/distribution/source/pom.xml +++ b/java/das/distribution/source/pom.xml @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2-beta-3</version> <executions> <execution> <phase>package</phase> |