diff options
author | Dan Timoney <dtimoney@att.com> | 2022-05-04 12:54:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-05-04 12:54:51 -0400 |
commit | 1cf87c9d3ef176db070518c5e61e6ebb58f20d6c (patch) | |
tree | 5e2027bd3ae940d064cb4596b96c7c8e7a6a9515 /opendaylight | |
parent | a020853667856ccbcceb78aaee4fb2c0750afa6a (diff) |
Release version 1.3.3 maven artifacts
Release version 1.3.3 ccsdk/distribution maven artifacts and roll version
Issue-ID: CCSDK-3621
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iae6b410cb7082a9e58e38986b69e7844ba29b341
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/silicon/pom.xml | 2 | ||||
-rw-r--r-- | opendaylight/silicon/silicon-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 214f6a55..5541f238 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>distribution-odl-phosphorus-docker</artifactId> diff --git a/opendaylight/phosphorus/pom.xml b/opendaylight/phosphorus/pom.xml index 69c47c42..2bb57763 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>distribution-odl-phosphorus</artifactId> diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index b95ec46f..1070490c 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> diff --git a/opendaylight/silicon/pom.xml b/opendaylight/silicon/pom.xml index 88246cdf..af12d5ee 100644 --- a/opendaylight/silicon/pom.xml +++ b/opendaylight/silicon/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-opendaylight</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>distribution-odl-silicon</artifactId> diff --git a/opendaylight/silicon/silicon-alpine/pom.xml b/opendaylight/silicon/silicon-alpine/pom.xml index b1a36d45..05331dca 100644 --- a/opendaylight/silicon/silicon-alpine/pom.xml +++ b/opendaylight/silicon/silicon-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odl-silicon</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <artifactId>distribution-odl-silicon-docker</artifactId> |