Skip to content

Commit

Permalink
Update to Handler 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 19, 2023
1 parent dbb25dc commit 9f0d813
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="3.8.8" date="not released">
<action type="update" dev="sseifert">
Update to Handler 2.x.
</action>
<action type="update" dev="sseifert">
Update dependencies.
</action>
</release>

<release version="3.8.6" date="2023-12-12">
<action type="update" dev="sseifert">
Update to AEM 6.5 SP19.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.parent</artifactId>
<version>2.1.4</version>
<version>2.1.5-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
16 changes: 8 additions & 8 deletions src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
<version>2.1.14</version>
<version>2.1.15-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -178,32 +178,32 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.commons</artifactId>
<version>1.5.0</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.url</artifactId>
<version>1.10.2</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<version>1.16.0</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.link</artifactId>
<version>1.10.4</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<version>1.6.6</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>1.14.0-2.23.2</version>
<version>2.0.0-2.23.2-SNAPSHOT</version>
</dependency>
#end
<dependency>
Expand Down Expand Up @@ -264,7 +264,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.wcm-io-mock.handler</artifactId>
<version>1.5.0</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
#end

Expand Down

0 comments on commit 9f0d813

Please sign in to comment.