From 7aeb3ad7ff39ecdee1215d4a0946f9908ebeab57 Mon Sep 17 00:00:00 2001 From: Andrew Mauer Date: Mon, 31 Jan 2022 11:56:36 -0500 Subject: [PATCH 1/2] need to update micro-versions in devfiles to 0.8.1/0.3.1 Signed-off-by: Andrew Mauer --- src/devfiles/gradle/devfile.yaml | 2 +- src/devfiles/maven/devfile.yaml | 2 +- stack/open-liberty/devfiles/gradle/devfile.yaml | 2 +- stack/open-liberty/devfiles/maven/devfile.yaml | 2 +- stack/websphere-liberty/devfiles/gradle/devfile.yaml | 2 +- stack/websphere-liberty/devfiles/maven/devfile.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/devfiles/gradle/devfile.yaml b/src/devfiles/gradle/devfile.yaml index 745f09c..7770e8d 100644 --- a/src/devfiles/gradle/devfile.yaml +++ b/src/devfiles/gradle/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-{{.STACK_SHORT_NAME}}-gradle - version: 0.3.0 + version: 0.3.1 displayName: '{{.STACK_NAME}} Gradle' description: Java application Gradle-built stack using the {{.STACK_NAME}} runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg diff --git a/src/devfiles/maven/devfile.yaml b/src/devfiles/maven/devfile.yaml index 160b97f..645e8f1 100644 --- a/src/devfiles/maven/devfile.yaml +++ b/src/devfiles/maven/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-{{.STACK_SHORT_NAME}} - version: 0.8.0 + version: 0.8.1 displayName: '{{.STACK_NAME}} Maven' description: Java application Maven-built stack using the {{.STACK_NAME}} runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg diff --git a/stack/open-liberty/devfiles/gradle/devfile.yaml b/stack/open-liberty/devfiles/gradle/devfile.yaml index 4c4dc54..4544728 100644 --- a/stack/open-liberty/devfiles/gradle/devfile.yaml +++ b/stack/open-liberty/devfiles/gradle/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-openliberty-gradle - version: 0.3.0 + version: 0.3.1 displayName: 'Open Liberty Gradle' description: Java application Gradle-built stack using the Open Liberty runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg diff --git a/stack/open-liberty/devfiles/maven/devfile.yaml b/stack/open-liberty/devfiles/maven/devfile.yaml index 0c4eafe..ccfbe54 100644 --- a/stack/open-liberty/devfiles/maven/devfile.yaml +++ b/stack/open-liberty/devfiles/maven/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-openliberty - version: 0.8.0 + version: 0.8.1 displayName: 'Open Liberty Maven' description: Java application Maven-built stack using the Open Liberty runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg diff --git a/stack/websphere-liberty/devfiles/gradle/devfile.yaml b/stack/websphere-liberty/devfiles/gradle/devfile.yaml index b993876..edcd466 100644 --- a/stack/websphere-liberty/devfiles/gradle/devfile.yaml +++ b/stack/websphere-liberty/devfiles/gradle/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-websphereliberty-gradle - version: 0.3.0 + version: 0.3.1 displayName: 'WebSphere Liberty Gradle' description: Java application Gradle-built stack using the WebSphere Liberty runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg diff --git a/stack/websphere-liberty/devfiles/maven/devfile.yaml b/stack/websphere-liberty/devfiles/maven/devfile.yaml index 69ccdd8..a390711 100644 --- a/stack/websphere-liberty/devfiles/maven/devfile.yaml +++ b/stack/websphere-liberty/devfiles/maven/devfile.yaml @@ -17,7 +17,7 @@ schemaVersion: 2.1.0 metadata: name: java-websphereliberty - version: 0.8.0 + version: 0.8.1 displayName: 'WebSphere Liberty Maven' description: Java application Maven-built stack using the WebSphere Liberty runtime icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg From b6c236b0884d00dfc9b5abdd1009e466d3a94d35 Mon Sep 17 00:00:00 2001 From: Andrew Mauer Date: Mon, 31 Jan 2022 12:50:42 -0500 Subject: [PATCH 2/2] update copyright dates in devfiles Signed-off-by: Andrew Mauer --- src/devfiles/gradle/devfile.yaml | 2 +- src/devfiles/maven/devfile.yaml | 2 +- stack/open-liberty/devfiles/gradle/devfile.yaml | 2 +- stack/open-liberty/devfiles/maven/devfile.yaml | 2 +- stack/websphere-liberty/devfiles/gradle/devfile.yaml | 2 +- stack/websphere-liberty/devfiles/maven/devfile.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/devfiles/gradle/devfile.yaml b/src/devfiles/gradle/devfile.yaml index 7770e8d..7230f74 100644 --- a/src/devfiles/gradle/devfile.yaml +++ b/src/devfiles/gradle/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/src/devfiles/maven/devfile.yaml b/src/devfiles/maven/devfile.yaml index 645e8f1..9a991ba 100644 --- a/src/devfiles/maven/devfile.yaml +++ b/src/devfiles/maven/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/stack/open-liberty/devfiles/gradle/devfile.yaml b/stack/open-liberty/devfiles/gradle/devfile.yaml index 4544728..13253a2 100644 --- a/stack/open-liberty/devfiles/gradle/devfile.yaml +++ b/stack/open-liberty/devfiles/gradle/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/stack/open-liberty/devfiles/maven/devfile.yaml b/stack/open-liberty/devfiles/maven/devfile.yaml index ccfbe54..cfc20e7 100644 --- a/stack/open-liberty/devfiles/maven/devfile.yaml +++ b/stack/open-liberty/devfiles/maven/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/stack/websphere-liberty/devfiles/gradle/devfile.yaml b/stack/websphere-liberty/devfiles/gradle/devfile.yaml index edcd466..fba09bb 100644 --- a/stack/websphere-liberty/devfiles/gradle/devfile.yaml +++ b/stack/websphere-liberty/devfiles/gradle/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/stack/websphere-liberty/devfiles/maven/devfile.yaml b/stack/websphere-liberty/devfiles/maven/devfile.yaml index a390711..cf965bb 100644 --- a/stack/websphere-liberty/devfiles/maven/devfile.yaml +++ b/stack/websphere-liberty/devfiles/maven/devfile.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 IBM Corporation and others +# Copyright (c) 2021,2022 IBM Corporation and others # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership.