summaryrefslogtreecommitdiffstats
path: root/java/das/distribution
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-09 08:24:59 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-09 08:24:59 +0000
commit7e2cc13ab517a95d77171b2bb096c845c436bdec (patch)
treec858ceb7c3440142e1bf4892593c61038a00fbd1 /java/das/distribution
parentf77f7f5fb1e46dcde1a1779a8a70855f153e3746 (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')
-rw-r--r--java/das/distribution/binary/pom.xml2
-rw-r--r--java/das/distribution/source/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/das/distribution/binary/pom.xml b/java/das/distribution/binary/pom.xml
index 0d308b3b39..6fec609dac 100644
--- a/java/das/distribution/binary/pom.xml
+++ b/java/das/distribution/binary/pom.xml
@@ -78,7 +78,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>
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>