diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/distribution/features/all/src/main/assembly/bin.xml | 2 | ||||
-rw-r--r-- | branches/sca-java-1.x/distribution/features/all/src/main/assembly/src.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/distribution/features/all/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/features/all/src/main/assembly/bin.xml index 5e21cc7a0f..872edf36f3 100644 --- a/branches/sca-java-1.x/distribution/features/all/src/main/assembly/bin.xml +++ b/branches/sca-java-1.x/distribution/features/all/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-SNAPSHOT</baseDirectory> + <baseDirectory>tuscany-sca-1.5-SNAPSHOT</baseDirectory> <formats> <!-- <format>dir</format> diff --git a/branches/sca-java-1.x/distribution/features/all/src/main/assembly/src.xml b/branches/sca-java-1.x/distribution/features/all/src/main/assembly/src.xml index 7a57773572..7189c59451 100644 --- a/branches/sca-java-1.x/distribution/features/all/src/main/assembly/src.xml +++ b/branches/sca-java-1.x/distribution/features/all/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-SNAPSHOT-src</baseDirectory> + <baseDirectory>tuscany-sca-1.5-SNAPSHOT-src</baseDirectory> <formats> <!-- <format>dir</format> |