diff options
author | 2024-11-01 13:33:07 -0400 | |
---|---|---|
committer | 2024-11-01 13:33:07 -0400 | |
commit | a9d103b2d772b98abad859d66fb641b3826572ae (patch) | |
tree | cf31b8d000c20b176009e04471f08a40f1adccc6 /ms/vlantag-api | |
parent | 284426ce6a607bd2848d00645337b98701bcd9cc (diff) |
Update versions for Oslo
Update versions of ccsdk/apps for Oslo release
Issue-ID: CCSDK-4062
Change-Id: Ic808ca6cd3e44643d352255d8f206d70ddaec802
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/vlantag-api')
-rw-r--r-- | ms/vlantag-api/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 8971e6ed..7de7be83 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>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId> <artifactId>vlantag-api</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Vlantag API</name> @@ -74,13 +74,13 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> - <version>${ccsdk.sli.core.version}</version> + <version>${ccsdk.sli.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>resource-assignment-provider</artifactId> - <version>${ccsdk.sli.adaptors.version}</version> + <version>${ccsdk.sli.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |