diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-19 10:44:02 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-03-19 10:44:02 +0200 |
commit | f1faed4254c76b188c10a9a2cfd50cc4799f17d8 (patch) | |
tree | f27f45a7c6507aabe9a31d7d520520f127dd5544 /dcaedt_catalog | |
parent | 70325cecbc0830d5f42c64d277273134263164fb (diff) |
Change-Id: I50a74ac36b1ad3a52abc31fb2a7e7e5f746111d4
Issue-ID: SDC-2798
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'dcaedt_catalog')
-rw-r--r-- | dcaedt_catalog/api/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/asdc/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/commons/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/db/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/service/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml index a8e10c0..93bc8c2 100644 --- a/dcaedt_catalog/api/pom.xml +++ b/dcaedt_catalog/api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-API</artifactId> <packaging>jar</packaging> diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml index aa8826b..83c57eb 100644 --- a/dcaedt_catalog/asdc/pom.xml +++ b/dcaedt_catalog/asdc/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-ASDC</artifactId> <packaging>jar</packaging> diff --git a/dcaedt_catalog/commons/pom.xml b/dcaedt_catalog/commons/pom.xml index cfb8cf6..3423a12 100644 --- a/dcaedt_catalog/commons/pom.xml +++ b/dcaedt_catalog/commons/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-Commons</artifactId> <packaging>jar</packaging> diff --git a/dcaedt_catalog/db/pom.xml b/dcaedt_catalog/db/pom.xml index f643b9d..68aed27 100644 --- a/dcaedt_catalog/db/pom.xml +++ b/dcaedt_catalog/db/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-DB</artifactId> <packaging>jar</packaging> diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml index ad4a32e..e795149 100644 --- a/dcaedt_catalog/pom.xml +++ b/dcaedt_catalog/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>dcae_dt_be_main</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <modules> <module>commons</module> diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml index c4332ab..f153e2b 100644 --- a/dcaedt_catalog/service/pom.xml +++ b/dcaedt_catalog/service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-Service</artifactId> <packaging>jar</packaging> |