Skip to content

Commit 4dffa8c

Browse files
committed
Merge branch 'develop'
2 parents 8c98dd5 + 3ea2e22 commit 4dffa8c

File tree

15 files changed

+400
-484
lines changed

15 files changed

+400
-484
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>wcm-io/renovate-config:maven",
5+
"github>wcm-io/renovate-config:automerge-parent",
6+
"github>wcm-io/renovate-config:automerge-testing"
7+
],
8+
"ignoreDeps": [
9+
"io.wcm.maven:io.wcm.maven.aem-global-parent"
10+
]
11+
}

.github/workflows/maven-build.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ name: Build
44

55
on:
66
push:
7-
branches-ignore:
8-
- master
9-
- experimental/**
7+
branches:
8+
- develop
109
pull_request:
11-
types: [opened, synchronize, reopened]
12-
branches-ignore:
13-
- master
14-
- experimental/**
1510
workflow_dispatch:
1611

1712
jobs:
@@ -20,7 +15,7 @@ jobs:
2015
runs-on: ${{ matrix.os }}
2116
strategy:
2217
matrix:
23-
java: [8, 11, 17]
18+
java: [11, 17, 21]
2419
os: [ubuntu-latest]
2520
distribution: [temurin]
2621
include:
@@ -39,7 +34,7 @@ jobs:
3934
java-version: ${{ matrix.java }}
4035
maven-executable: ./mvnw
4136
sonar-run-on-os: ubuntu-latest
42-
sonar-run-on-java-version: 11
37+
sonar-run-on-java-version: 21
4338
sonar-token: ${{ secrets.SONAR_TOKEN }}
4439
github-token: ${{ secrets.GITHUB_TOKEN }}
4540
# Output error details when maven invoker IT fails

.github/workflows/maven-deploy.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Deploy snapshots to Sonatpe OSS repository and deploy site to GitHub Pages
1+
# Deploy snapshots to Sonatype OSS repository and deploy site to GitHub Pages
22

33
name: Deploy
44

5+
concurrency: ${{ github.workflow }}
6+
57
on:
68
push:
79
branches:
@@ -15,19 +17,19 @@ jobs:
1517

1618
steps:
1719
- name: Checkout code
18-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
1921

2022
- name: Configure GIT
2123
run: |
2224
git config --global user.email "${{ secrets.GH_SITE_DEPLOY_EMAIL }}"
2325
git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}"
2426
2527
- name: Setup JDK
26-
uses: actions/setup-java@v2
28+
uses: actions/setup-java@v4
2729
with:
2830
distribution: temurin
29-
java-version: 8
30-
cache: 'maven'
31+
java-version: 11
32+
cache: maven
3133

3234
- name: Build, verify, deploy, generate site
3335
env:

.github/workflows/release-from-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: ncipollo/release-action@v1
1717
with:
18-
body: 'Changes: https://wcm.io/tooling/maven/plugins/cq-maven-plugin/changes-report.html'
18+
body: 'Changes: https://wcm.io/tooling/maven/plugins/cq-maven-plugin/changes.html'
1919
token: ${{ secrets.GITHUB_TOKEN }}

.mvn/wrapper/maven-wrapper.jar

-57.4 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Convenience maven plugin for working with CQ/AEM maven projects.
88

99
Documentation: https://wcm.io/tooling/maven/plugins/cq-maven-plugin/<br/>
10-
Issues: https://wcm-io.atlassian.net/browse/WTOOL<br/>
10+
Issues: https://github.com/wcm-io/io.wcm.maven.plugins.cq-maven-plugin/issues<br/>
1111
Wiki: https://wcm-io.atlassian.net/wiki/<br/>
1212
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.plugins.cq-maven-plugin/actions<br/>
1313
Commercial support: https://wcm.io/commercial-support.html

changes.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@
1919
#L%
2020
-->
2121

22-
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
23-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
22+
<document xmlns="http://maven.apache.org/changes/2.0.0"
23+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2425
<body>
2526

27+
<release version="1.2.2" date="2025-03-31">
28+
<action type="update" dev="sseifert">
29+
Switch to Java 11 as minimum version.
30+
</action>
31+
</release>
32+
2633
<release version="1.2.0" date="2022-08-29">
2734
<action type="update" dev="sseifert">
28-
Use "sling:install-file" instead of "sling:install" goal to be compatbile with sling-maven-plugin 3.x.
35+
Use "sling:install-file" instead of "sling:install" goal to be compatible with sling-maven-plugin 3.x.
2936
</action>
3037
</release>
3138

0 commit comments

Comments
 (0)