diff options
Diffstat (limited to 'message-router/publisher')
-rwxr-xr-x | message-router/publisher/api/pom.xml | 2 | ||||
-rw-r--r-- | message-router/publisher/installer/pom.xml | 4 | ||||
-rwxr-xr-x | message-router/publisher/pom.xml | 2 | ||||
-rwxr-xr-x | message-router/publisher/provider/pom.xml | 2 | ||||
-rwxr-xr-x | message-router/publisher/sample.client/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/message-router/publisher/api/pom.xml b/message-router/publisher/api/pom.xml index 0c8cc20e..6287c3d9 100755 --- a/message-router/publisher/api/pom.xml +++ b/message-router/publisher/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> </parent> <artifactId>publisher.api</artifactId> diff --git a/message-router/publisher/installer/pom.xml b/message-router/publisher/installer/pom.xml index b83af436..9c0438db 100644 --- a/message-router/publisher/installer/pom.xml +++ b/message-router/publisher/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.installer</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/message-router/publisher/pom.xml b/message-router/publisher/pom.xml index 9eec943d..64a9dc67 100755 --- a/message-router/publisher/pom.xml +++ b/message-router/publisher/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> </parent> <artifactId>publisher.aggregate</artifactId> diff --git a/message-router/publisher/provider/pom.xml b/message-router/publisher/provider/pom.xml index f17bfc21..5528fccf 100755 --- a/message-router/publisher/provider/pom.xml +++ b/message-router/publisher/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> </parent> <artifactId>publisher.provider</artifactId> diff --git a/message-router/publisher/sample.client/pom.xml b/message-router/publisher/sample.client/pom.xml index 730c89ad..bf51752a 100755 --- a/message-router/publisher/sample.client/pom.xml +++ b/message-router/publisher/sample.client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> </parent> <artifactId>sample.client</artifactId> |