diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-21 12:40:14 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-11-04 16:32:32 -0400 |
commit | 39e159f151fe71f8d4f831232b2c7a7f28e9ceba (patch) | |
tree | 381dcbf455b952aea819dee722a0a02b1f0a5d5b /opendaylight | |
parent | c5918ef6b0f6838df7cc66dfbb1aa27f69e3bac1 (diff) |
Roll version in master to next release
Roll versions in master branch to London release numbering
Change-Id: I19601329863fd8a8aa17fd36b372985b29d004be
Issue-ID: CCSDK-3779
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'opendaylight')
-rw-r--r-- | opendaylight/phosphorus/phosphorus-alpine/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/phosphorus/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/sulfur/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/sulfur/sulfur-alpine/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/opendaylight/phosphorus/phosphorus-alpine/pom.xml b/opendaylight/phosphorus/phosphorus-alpine/pom.xml index 29ce79f7..55d35664 100644 --- a/opendaylight/phosphorus/phosphorus-alpine/pom.xml +++ b/opendaylight/phosphorus/phosphorus-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odl-phosphorus</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-odl-phosphorus-docker</artifactId> diff --git a/opendaylight/phosphorus/pom.xml b/opendaylight/phosphorus/pom.xml index e1a13fb7..abef7ff8 100644 --- a/opendaylight/phosphorus/pom.xml +++ b/opendaylight/phosphorus/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-opendaylight</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-odl-phosphorus</artifactId> diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index b59653c5..2655a46b 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> diff --git a/opendaylight/sulfur/pom.xml b/opendaylight/sulfur/pom.xml index c1337972..16befa41 100644 --- a/opendaylight/sulfur/pom.xml +++ b/opendaylight/sulfur/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-opendaylight</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-odl-sulfur</artifactId> diff --git a/opendaylight/sulfur/sulfur-alpine/pom.xml b/opendaylight/sulfur/sulfur-alpine/pom.xml index f4d651c6..fe616b89 100644 --- a/opendaylight/sulfur/sulfur-alpine/pom.xml +++ b/opendaylight/sulfur/sulfur-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odl-sulfur</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>distribution-odl-sulfur-docker</artifactId> |