diff options
Diffstat (limited to 'branches/sca-java-1.5.1/modules/host-http')
-rw-r--r-- | branches/sca-java-1.5.1/modules/host-http/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/modules/host-http/pom.xml b/branches/sca-java-1.5.1/modules/host-http/pom.xml index f4f79e729f..9fd7ae0389 100644 --- a/branches/sca-java-1.5.1/modules/host-http/pom.xml +++ b/branches/sca-java-1.5.1/modules/host-http/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-host-http</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </dependency> <dependency> |