Skip to content

Commit

Permalink
core components release 2.26.0 (#467)
Browse files Browse the repository at this point in the history
* Core Components release 2.26.0
* Remove Java 8 support

---------

Co-authored-by: Egor_Cheptsov <[email protected]>
Co-authored-by: Vlad <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent 387eea3 commit ea33379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [8, 11]
java: [11]
profile: [ '', '-Pclassic']

steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<aem.sdk.api>2023.7.12874.20230726T072051Z-230702</aem.sdk.api>
<componentGroupName>WKND Site</componentGroupName>
<core.wcm.components.version>2.25.4</core.wcm.components.version>
<core.wcm.components.version>2.26.0</core.wcm.components.version>
<uber.jar.version>6.5.17</uber.jar.version>
<wknd-shared.version>3.1.0</wknd-shared.version>
<wknd-shared.65.version>2.2.2</wknd-shared.65.version>
Expand Down

0 comments on commit ea33379

Please sign in to comment.