Skip to content

Commit

Permalink
Set minimum AEM version to AEM 6.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 20, 2023
1 parent ea270ce commit 9d9689f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="2.2.8" date="not released">
<release version="2.3.0" date="not released">
<action type="update" dev="sseifert">
Set minimum AEM version to AEM 6.5.17.
</action>
<action type="update" dev="sseifert">
Update to aem-global-parent 2.1.16.
</action>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Toplevel Parent</name>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version>6.5.7.0005</version>
<version>6.5.17.0001</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9d9689f

Please sign in to comment.