diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-06-02 10:04:31 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-02 14:23:58 +0000 |
commit | 38812c3d47f0426f1c4108145b696441da5a5c1f (patch) | |
tree | 95a339721dd1acfffadd9e8a2204c271a1b66151 /catalog-be-plugins | |
parent | af63ad9fa5f1504bfdca5cd499b23e883525dd30 (diff) |
Set version to 1.13.0-SNAPSHOT
Previous commit mistakenly set version to 1.13.0 when should be SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4524
Change-Id: Ie89b5df595a513ccfd30f987acea56d845f58cbb
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r-- | catalog-be-plugins/backend-all-plugins/pom.xml | 2 | ||||
-rw-r--r-- | catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml | 2 | ||||
-rw-r--r-- | catalog-be-plugins/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml index 0d81515f12..1346e55aa6 100644 --- a/catalog-be-plugins/backend-all-plugins/pom.xml +++ b/catalog-be-plugins/backend-all-plugins/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <artifactId>catalog-be-plugins</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.13.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml index c7610a7345..decc6468e5 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>catalog-be-plugins</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.13.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml index 3f06ae88bd..1268e9af6b 100644 --- a/catalog-be-plugins/pom.xml +++ b/catalog-be-plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>sdc-main</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.13.0</version> + <version>1.13.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>catalog-be-plugins</artifactId> |