summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-http
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/host-http')
-rw-r--r--java/sca/modules/host-http/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/host-http/pom.xml b/java/sca/modules/host-http/pom.xml
index 50b1843d53..cc725d24d5 100644
--- a/java/sca/modules/host-http/pom.xml
+++ b/java/sca/modules/host-http/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-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>2.0-M2-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>