diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-06 15:28:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-07 09:42:54 -0400 |
commit | 9203709a16787e7581de039a474af64674ea9ceb (patch) | |
tree | 279523ee97fcc1ef7175d6320a89ae674b01348f /sdnr/wt/devicemanager-oran | |
parent | 7688e7f671c1f188ec4a89ac22af2cebc036993c (diff) |
Roll to next snapshot
Roll to snapshot version 1.0.1-SNAPSHOT
Issue-ID: CCSDK-2635
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I657f559c5f1891f7b9e279eb68ccb872c4388e67
Diffstat (limited to 'sdnr/wt/devicemanager-oran')
-rw-r--r-- | sdnr/wt/devicemanager-oran/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/devicemanager-oran/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/devicemanager-oran/model/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/devicemanager-oran/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/devicemanager-oran/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/wt/devicemanager-oran/feature/pom.xml b/sdnr/wt/devicemanager-oran/feature/pom.xml index a4c8998fb..4c7f29f5b 100644 --- a/sdnr/wt/devicemanager-oran/feature/pom.xml +++ b/sdnr/wt/devicemanager-oran/feature/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/devicemanager-oran/installer/pom.xml b/sdnr/wt/devicemanager-oran/installer/pom.xml index f442ac0dc..b2a2f9fb1 100755 --- a/sdnr/wt/devicemanager-oran/installer/pom.xml +++ b/sdnr/wt/devicemanager-oran/installer/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/devicemanager-oran/model/pom.xml b/sdnr/wt/devicemanager-oran/model/pom.xml index c3109eba0..58b98a310 100644 --- a/sdnr/wt/devicemanager-oran/model/pom.xml +++ b/sdnr/wt/devicemanager-oran/model/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/devicemanager-oran/pom.xml b/sdnr/wt/devicemanager-oran/pom.xml index d7258ffed..385f2bddc 100755 --- a/sdnr/wt/devicemanager-oran/pom.xml +++ b/sdnr/wt/devicemanager-oran/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/devicemanager-oran/provider/pom.xml b/sdnr/wt/devicemanager-oran/provider/pom.xml index 4bdd5a731..b59123ac8 100644 --- a/sdnr/wt/devicemanager-oran/provider/pom.xml +++ b/sdnr/wt/devicemanager-oran/provider/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath/> </parent> |