diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-28 07:42:25 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-28 12:56:25 +0000 |
commit | 971d4c086ff69f469d03a744f4de341b9629d179 (patch) | |
tree | 83813bbc6eb4fc1727f393c80ef246e2ef3cfb93 /opendaylight | |
parent | 22dff38cdb9dc89b854fba38723e3998b269c3f7 (diff) |
Release version 1.5.0 maven artifacts
Release version 1.5.0 ccsdk/distribution maven artifacts and roll
to next snapshot version.
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib8df2312bcd9f20a31710be69d1672329d7e45f3
Diffstat (limited to 'opendaylight')
-rw-r--r-- | opendaylight/chlorine/chlorine-alpine/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/chlorine/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/chlorine/chlorine-alpine/pom.xml b/opendaylight/chlorine/chlorine-alpine/pom.xml index 0ea3598b..3ccb5be6 100644 --- a/opendaylight/chlorine/chlorine-alpine/pom.xml +++ b/opendaylight/chlorine/chlorine-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odl-chlorine</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>distribution-odl-chlorine-docker</artifactId> diff --git a/opendaylight/chlorine/pom.xml b/opendaylight/chlorine/pom.xml index 0378b16d..716e90ba 100644 --- a/opendaylight/chlorine/pom.xml +++ b/opendaylight/chlorine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-opendaylight</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>distribution-odl-chlorine</artifactId> diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index f135dbad..70489aee 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.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> diff --git a/opendaylight/sulfur/pom.xml b/opendaylight/sulfur/pom.xml index 16befa41..8f37bebd 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.5.0-SNAPSHOT</version> + <version>1.5.1-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 e2e92e58..c5be3b47 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.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>distribution-odl-sulfur-docker</artifactId> |