diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-06-12 14:35:34 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-06-12 14:39:30 +0000 |
commit | 6f1ea8783b9f9d4bf0f6bb97b3454963d5a64223 (patch) | |
tree | 6e80caf0c6b81d6ce1508391da0b4f3a90ad3b4c /mso-api-handlers | |
parent | 2d87bee4d6b1ce0407180415e0a883ffde1903e7 (diff) |
Bump version to 1.13.0-SNAPSHOT
Issue-ID: SO-4084
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I6d63f41967b1e43e54f2431b1c6afccee4354b97
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/pom.xml | 2 | ||||
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 2 | ||||
-rw-r--r-- | mso-api-handlers/mso-requests-db-repositories/pom.xml | 2 | ||||
-rw-r--r-- | mso-api-handlers/mso-requests-db/pom.xml | 2 | ||||
-rw-r--r-- | mso-api-handlers/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index 4b532ee438..d870639bf9 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>mso-api-handlers</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>mso-api-handler-common</artifactId> <name>mso-api-handler-common</name> diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 08edb711bc..be1f58379b 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>mso-api-handlers</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>mso-api-handler-infra</artifactId> <name>mso-api-handler-infra</name> diff --git a/mso-api-handlers/mso-requests-db-repositories/pom.xml b/mso-api-handlers/mso-requests-db-repositories/pom.xml index 8f206f063a..3111568bd5 100644 --- a/mso-api-handlers/mso-requests-db-repositories/pom.xml +++ b/mso-api-handlers/mso-requests-db-repositories/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>mso-api-handlers</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>mso-requests-db-repositories</artifactId> <name>mso-requests-db-repositories</name> diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index d603253142..95f5f81a8e 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>mso-api-handlers</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>mso-requests-db</artifactId> <name>mso-requests-db</name> diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index 238a7e95cd..1445d3f10a 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.so</groupId> <artifactId>so</artifactId> - <version>1.12.1-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>mso-api-handlers</artifactId> |