diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:27:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 13:27:55 -0500 |
commit | c7f305c156a573207409545eda8f84a2fae8c5b6 (patch) | |
tree | f8c1cb64bb97ac68f45397830c4e6ad67b5e304b /optical-service | |
parent | 62e0e8d9e0d1ce5231430bb3e69b97d45da783b3 (diff) |
Update for Guilin mtce release versions
Update parent pom to pick up correct version of CCSDK dependencies
for Guilin mtce release
Change-Id: I561acfb2a6d3d952d27d4c4feef9b904d382ddcd
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'optical-service')
-rw-r--r-- | optical-service/features/features-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/sdnc-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/installer/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/model/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index 1b269e8b..ecb0d222 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 6c170c24..6a23ccc5 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 066a62a0..e2272e19 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index 11b26d23..1203d85d 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/model/pom.xml b/optical-service/model/pom.xml index c6042a8d..c7610898 100644 --- a/optical-service/model/pom.xml +++ b/optical-service/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/pom.xml b/optical-service/pom.xml index c3b572fb..5996e341 100644 --- a/optical-service/pom.xml +++ b/optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index c1c8ffd0..cc002595 100644 --- a/optical-service/provider/pom.xml +++ b/optical-service/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.2</version> + <version>2.0.5-SNAPSHOT</version> <relativePath/> </parent> |