diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-07-01 16:27:45 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-07-02 17:07:19 +0200 |
commit | d13aa32284c54b8932b74dafd57cfa2e81f29159 (patch) | |
tree | a9205e5ce68705fe87ae38d75721c8433223d03f /dcaedt_catalog | |
parent | 825cfeb8ac150c8b7cd18549052879267b9a00bd (diff) |
Update pom
Update pom to 1.3.2.1 for el alto maintenance
Issue-ID: SDC-3174
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ibd651ecc352fdc24c3a27f39fd93ea6dd9ad60e9
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..23a3d67 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.2.1-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..c8da26f 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.2.1-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..6ec5bd8 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.2.1-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..f351033 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.2.1-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..986a9e7 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.2.1-SNAPSHOT</version> </parent> <modules> <module>commons</module> diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml index c4332ab..40716f5 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.2.1-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-Service</artifactId> <packaging>jar</packaging> |