Skip to content

Commit 3899053

Browse files
committed
correcting copyright year
Signed-off-by: Arun Venmany <arun.kumar.v.n@ibm.com>
1 parent 1ad3097 commit 3899053

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

.github/workflows/maven.yml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# test against latest update of each major Java version, as well as specific updates of LTS versions:
2525
RUNTIME: [ol, wlp]
26-
RUNTIME_VERSION: [25.0.0.9]
26+
RUNTIME_VERSION: [25.0.0.9,25.0.0.10]
2727
java: [25, 21, 17, 11, 8]
2828
exclude:
2929
- java: 8
@@ -34,6 +34,16 @@ jobs:
3434
RUNTIME: ol
3535
- java: 21
3636
RUNTIME: ol
37+
- RUNTIME_VERSION: 25.0.0.9
38+
java: 25
39+
- RUNTIME_VERSION: 25.0.0.10
40+
java: 21
41+
- RUNTIME_VERSION: 25.0.0.10
42+
java: 17
43+
- RUNTIME_VERSION: 25.0.0.10
44+
java: 11
45+
- RUNTIME_VERSION: 25.0.0.10
46+
java: 8
3747
name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Linux
3848
steps:
3949
# Checkout repos
@@ -103,9 +113,8 @@ jobs:
103113
- name: Checkout ci.ant
104114
uses: actions/checkout@v3
105115
with:
106-
repository: venmanyarun/ci.ant
116+
repository: OpenLiberty/ci.ant
107117
path: ci.ant
108-
ref: package_archive_path_fix
109118
- name: Set up Maven
110119
uses: stCarolas/setup-maven@v4.5
111120
with:
@@ -135,7 +144,7 @@ jobs:
135144
matrix:
136145
# test against latest update of each major Java version, as well as specific updates of LTS versions:
137146
RUNTIME: [ol, wlp]
138-
RUNTIME_VERSION: [ 25.0.0.9 ]
147+
RUNTIME_VERSION: [ 25.0.0.9,25.0.0.10 ]
139148
java: [ 25, 21, 17, 11, 8 ]
140149
exclude:
141150
- java: 8
@@ -146,6 +155,16 @@ jobs:
146155
RUNTIME: ol
147156
- java: 21
148157
RUNTIME: ol
158+
- RUNTIME_VERSION: 25.0.0.9
159+
java: 25
160+
- RUNTIME_VERSION: 25.0.0.10
161+
java: 21
162+
- RUNTIME_VERSION: 25.0.0.10
163+
java: 17
164+
- RUNTIME_VERSION: 25.0.0.10
165+
java: 11
166+
- RUNTIME_VERSION: 25.0.0.10
167+
java: 8
149168
name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Windows
150169
steps:
151170
# Checkout repos
@@ -208,7 +227,7 @@ jobs:
208227
run: |
209228
echo ${{github.workspace}}
210229
git clone https://github.com/OpenLiberty/ci.common.git ${{github.workspace}}/ci.common
211-
git clone https://github.com/venmanyarun/ci.ant.git ${{github.workspace}}/ci.ant --branch package_archive_path_fix --single-branch
230+
git clone https://github.com/OpenLiberty/ci.ant.git ${{github.workspace}}/ci.ant
212231
- name: Set up Maven
213232
uses: stCarolas/setup-maven@v4.5
214233
with:

liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/PackageServerMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corporation 2014, 2024.
2+
* (C) Copyright IBM Corporation 2014, 2025.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)