summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/distribution/features/process
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/distribution/features/process/pom.xml10
-rw-r--r--branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml2
-rw-r--r--branches/sca-java-1.4/distribution/features/process/src/main/assembly/src.xml2
3 files changed, 7 insertions, 7 deletions
diff --git a/branches/sca-java-1.4/distribution/features/process/pom.xml b/branches/sca-java-1.4/distribution/features/process/pom.xml
index e621e0c0cd..e1bb69a219 100644
--- a/branches/sca-java-1.4/distribution/features/process/pom.xml
+++ b/branches/sca-java-1.4/distribution/features/process/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-features</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,19 +37,19 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-core</artifactId>
<type>pom</type>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<!-- Implementations -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-ode</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-xquery</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -79,7 +79,7 @@
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
- <finalName>apache-tuscany-sca-process-1.4</finalName>
+ <finalName>apache-tuscany-sca-process-1.4.1-SNAPSHOT</finalName>
</configuration>
</execution>
</executions>
diff --git a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml
index 3ff66d7968..6927db4e72 100644
--- a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml
+++ b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml
@@ -21,7 +21,7 @@
<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
<id></id>
<includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-1.4</baseDirectory>
+ <baseDirectory>tuscany-sca-1.4.1-SNAPSHOT</baseDirectory>
<formats>
<!--
<format>dir</format>
diff --git a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/src.xml b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/src.xml
index b56d774bfb..5d096f67e6 100644
--- a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/src.xml
+++ b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/src.xml
@@ -21,7 +21,7 @@
<!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
<id>src</id>
<includeBaseDirectory>true</includeBaseDirectory>
- <baseDirectory>tuscany-sca-1.4-src</baseDirectory>
+ <baseDirectory>tuscany-sca-1.4.1-SNAPSHOT-src</baseDirectory>
<formats>
<!--
<format>dir</format>