diff options
Diffstat (limited to '')
-rw-r--r-- | sandbox/event/modules/monitor-logging/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/event/modules/monitor-logging/pom.xml b/sandbox/event/modules/monitor-logging/pom.xml index 32dd2fc235..df3cbfea2b 100644 --- a/sandbox/event/modules/monitor-logging/pom.xml +++ b/sandbox/event/modules/monitor-logging/pom.xml @@ -23,7 +23,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> @@ -35,13 +35,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-monitor</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EVENT-SNAPSHOT</version> </dependency> </dependencies> |