diff options
author | rsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-16 13:50:40 +0000 |
---|---|---|
committer | rsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-16 13:50:40 +0000 |
commit | fdaae3ffaa2f06063d0afe27b38aa05af398835f (patch) | |
tree | 47e4ec4bafafbef9e792cdda37330bbc46ccf99c /sandbox/event/modules/implementation-node-runtime | |
parent | 99a63d6cbed9e5ec00f6ac414a6d2ed3baabef12 (diff) |
Event prototype: subset modules and change version to 1.4-EVENT-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/event/modules/implementation-node-runtime')
-rw-r--r-- | sandbox/event/modules/implementation-node-runtime/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sandbox/event/modules/implementation-node-runtime/pom.xml b/sandbox/event/modules/implementation-node-runtime/pom.xml index 7d61a1b972..60213a56d9 100644 --- a/sandbox/event/modules/implementation-node-runtime/pom.xml +++ b/sandbox/event/modules/implementation-node-runtime/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-modules</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -33,37 +33,37 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-node</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-api</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-launcher</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-http</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> <scope>runtime</scope> </dependency> |