diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-12-10 11:16:48 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-12-10 11:21:50 +0100 |
commit | dab10446ac799c5b997e093b06fa527a09f28fa0 (patch) | |
tree | e22166e6dddca0f5b7b71812b3180555542cc033 /services | |
parent | ff9cee1bb68f9865a75778ce3860af56e0da5a2e (diff) |
Top up version after release
SDK current version is set to 1.3.4
Change-Id: Ie5cedab539fb01d3ca9bdd55450cb73256c203da
Issue-ID: DCAEGEN2-1552
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'services')
-rw-r--r-- | services/hv-ves-client/pom.xml | 2 | ||||
-rw-r--r-- | services/hv-ves-client/producer/api/pom.xml | 2 | ||||
-rw-r--r-- | services/hv-ves-client/producer/ct/pom.xml | 2 | ||||
-rw-r--r-- | services/hv-ves-client/producer/impl/pom.xml | 2 | ||||
-rw-r--r-- | services/hv-ves-client/producer/pom.xml | 2 | ||||
-rw-r--r-- | services/hv-ves-client/protobuf/pom.xml | 2 | ||||
-rw-r--r-- | services/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/services/hv-ves-client/pom.xml b/services/hv-ves-client/pom.xml index 20129bcb..9ce992c1 100644 --- a/services/hv-ves-client/pom.xml +++ b/services/hv-ves-client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-services</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>dcaegen2-services-sdk-services-hvvesclient</artifactId> diff --git a/services/hv-ves-client/producer/api/pom.xml b/services/hv-ves-client/producer/api/pom.xml index cde2f657..b63a43c6 100644 --- a/services/hv-ves-client/producer/api/pom.xml +++ b/services/hv-ves-client/producer/api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>hvvesclient-producer-api</artifactId> diff --git a/services/hv-ves-client/producer/ct/pom.xml b/services/hv-ves-client/producer/ct/pom.xml index af25bd8e..2332880f 100644 --- a/services/hv-ves-client/producer/ct/pom.xml +++ b/services/hv-ves-client/producer/ct/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>hvvesclient-producer-ct</artifactId> diff --git a/services/hv-ves-client/producer/impl/pom.xml b/services/hv-ves-client/producer/impl/pom.xml index 422a1cb7..b7bd91f8 100644 --- a/services/hv-ves-client/producer/impl/pom.xml +++ b/services/hv-ves-client/producer/impl/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>hvvesclient-producer</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>hvvesclient-producer-impl</artifactId> diff --git a/services/hv-ves-client/producer/pom.xml b/services/hv-ves-client/producer/pom.xml index bb907cca..17690197 100644 --- a/services/hv-ves-client/producer/pom.xml +++ b/services/hv-ves-client/producer/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-services-hvvesclient</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>hvvesclient-producer</artifactId> diff --git a/services/hv-ves-client/protobuf/pom.xml b/services/hv-ves-client/protobuf/pom.xml index 6b892ec7..7f91493c 100644 --- a/services/hv-ves-client/protobuf/pom.xml +++ b/services/hv-ves-client/protobuf/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>dcaegen2-services-sdk-services-hvvesclient</artifactId> <groupId>org.onap.dcaegen2.services.sdk</groupId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <name>High Volume VES Collector Client :: Protobuf</name> diff --git a/services/pom.xml b/services/pom.xml index 51351eac..a2ef6d7e 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> |