diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-10 09:40:27 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-10 09:40:27 -0500 |
commit | 72c435bd1213c206608d49976da69e577ee2dd24 (patch) | |
tree | dd3f5e69be2035220b25349c10f7d788dcddac2f | |
parent | 5924b43244d3a82194d897ba3e6a1791ca8ddc13 (diff) |
Release version 1.2.5 maven artifacts
Release version 1.2.5 maven artifacts and roll to next snapshot version
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3ee6b0541664d55d87b03d8e52e016573dd07557
-rw-r--r-- | alpine/java11/pom.xml | 2 | ||||
-rw-r--r-- | alpine/pom.xml | 2 | ||||
-rw-r--r-- | ansible-server/pom.xml | 4 | ||||
-rwxr-xr-x | dependencies/pom.xml | 2 | ||||
-rw-r--r-- | dgbuilder-docker/pom.xml | 2 | ||||
-rw-r--r-- | dgbuilder/pom.xml | 2 | ||||
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 2 | ||||
-rw-r--r-- | odlsli/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 | ||||
-rw-r--r-- | platform-logic/a1Adapter-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/asdc-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/cMNotify-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/installer/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/oofpcipoc-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/ran-slice-api/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/restapi-templates/pom.xml | 2 | ||||
-rw-r--r-- | platform-logic/sliapi/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | releases/1.2.5.yaml | 5 | ||||
-rw-r--r-- | saltstack-server/pom.xml | 2 | ||||
-rw-r--r-- | ubuntu/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
25 files changed, 30 insertions, 25 deletions
diff --git a/alpine/java11/pom.xml b/alpine/java11/pom.xml index 85e2fc2f..8de0d49f 100644 --- a/alpine/java11/pom.xml +++ b/alpine/java11/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-alpine-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-j11-alpine</artifactId> diff --git a/alpine/pom.xml b/alpine/pom.xml index fbc83159..82bed647 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-alpine-root</artifactId> diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index fee4054f..6927cbdd 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 1be9253f..314ab9d1 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>dependencies</artifactId> diff --git a/dgbuilder-docker/pom.xml b/dgbuilder-docker/pom.xml index 779b812b..4b6bed20 100644 --- a/dgbuilder-docker/pom.xml +++ b/dgbuilder-docker/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index ef411c75..44d757c4 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 18d1badc..5cb92bbe 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odlsli</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-odlsli-alpine</artifactId> diff --git a/odlsli/pom.xml b/odlsli/pom.xml index 322dbd05..77dcd19a 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-odlsli</artifactId> diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 557e9526..72d3be08 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.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-opendaylight</artifactId> diff --git a/opendaylight/silicon/pom.xml b/opendaylight/silicon/pom.xml index 593c9baa..0f8c2c95 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.2.5-SNAPSHOT</version> + <version>1.2.6-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 595b8637..e8059f02 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.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-odl-silicon-docker</artifactId> diff --git a/platform-logic/a1Adapter-api/pom.xml b/platform-logic/a1Adapter-api/pom.xml index 2027039e..4a8cbfe6 100644 --- a/platform-logic/a1Adapter-api/pom.xml +++ b/platform-logic/a1Adapter-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-a1Adapterapi</artifactId> diff --git a/platform-logic/asdc-api/pom.xml b/platform-logic/asdc-api/pom.xml index 2bd9545e..5b7234ea 100644 --- a/platform-logic/asdc-api/pom.xml +++ b/platform-logic/asdc-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-asdcapi</artifactId> diff --git a/platform-logic/cMNotify-api/pom.xml b/platform-logic/cMNotify-api/pom.xml index b2792f63..410c7a7e 100644 --- a/platform-logic/cMNotify-api/pom.xml +++ b/platform-logic/cMNotify-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-cMNotifyai</artifactId> diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 12d98288..dff07038 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-installer</artifactId> diff --git a/platform-logic/oofpcipoc-api/pom.xml b/platform-logic/oofpcipoc-api/pom.xml index 3eea49fe..10ae6c10 100644 --- a/platform-logic/oofpcipoc-api/pom.xml +++ b/platform-logic/oofpcipoc-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-oofpcipocapi</artifactId> diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 9672ba60..5cb72598 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-platform-logic</artifactId> diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml index a77a37f2..0ad8e641 100644 --- a/platform-logic/ran-slice-api/pom.xml +++ b/platform-logic/ran-slice-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-ranSlice</artifactId> diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index f0ea453f..b696e01b 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-restapi-templates</artifactId> diff --git a/platform-logic/sliapi/pom.xml b/platform-logic/sliapi/pom.xml index 9718e276..0a3ed644 100644 --- a/platform-logic/sliapi/pom.xml +++ b/platform-logic/sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-platform-logic</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>platform-logic-sliapi</artifactId> @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution</name> diff --git a/releases/1.2.5.yaml b/releases/1.2.5.yaml new file mode 100644 index 00000000..c0b632bf --- /dev/null +++ b/releases/1.2.5.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '1.2.5' +project: 'ccsdk-distribution' +log_dir: 'ccsdk-distribution-maven-stage-istanbul/6/' diff --git a/saltstack-server/pom.xml b/saltstack-server/pom.xml index b1a39990..3603ec3a 100644 --- a/saltstack-server/pom.xml +++ b/saltstack-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>saltstack-server</artifactId> diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index 5b5ed8f0..cee848c6 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.2.6-SNAPSHOT</version> </parent> <artifactId>distribution-ubuntu</artifactId> diff --git a/version.properties b/version.properties index 9396647d..45b40f49 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=2 -feature_revision=5 +feature_revision=6 base_version=${release_name}.${sprint_number}.${feature_revision} |