diff options
Diffstat (limited to 'branches/sca-java-1.x/distribution/features/web20/src')
-rw-r--r-- | branches/sca-java-1.x/distribution/features/web20/src/main/assembly/bin.xml | 2 | ||||
-rw-r--r-- | branches/sca-java-1.x/distribution/features/web20/src/main/assembly/src.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/distribution/features/web20/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/features/web20/src/main/assembly/bin.xml index fd49912e91..af2c1fbaab 100644 --- a/branches/sca-java-1.x/distribution/features/web20/src/main/assembly/bin.xml +++ b/branches/sca-java-1.x/distribution/features/web20/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/web20/src/main/assembly/src.xml b/branches/sca-java-1.x/distribution/features/web20/src/main/assembly/src.xml index 0d832271b9..911f5d9483 100644 --- a/branches/sca-java-1.x/distribution/features/web20/src/main/assembly/src.xml +++ b/branches/sca-java-1.x/distribution/features/web20/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> |