diff options
author | 2024-12-17 10:32:14 -0500 | |
---|---|---|
committer | 2024-12-17 10:32:14 -0500 | |
commit | eea803e7803153faf037abbeaa96ee4d34d73a99 (patch) | |
tree | 9404231d677fb7f02e64fdd9bff495b6245aa4d5 /ms | |
parent | eb4f62a3c666362bcf5695214a556c4d2806d153 (diff) |
Update versions for Paris release
Issue-ID: CCSDK-4069
Change-Id: Ida0a036d8878f631a26a16cbc207aedaa066e900
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 4 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 3ce7dd50..8af3dfd1 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -25,12 +25,12 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> <name>Naming Generation</name> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index c79b27c2..44f7bdb4 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: sliboot :: ${project.artifactId}</name> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 8d42b296..5b84f2f7 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId> <artifactId>vlantag-api</artifactId> - <version>2.0.1-SNAPSHOT.yaml</version> + <version>2.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Vlantag API</name> |