Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 27, 2024
2 parents 60cca3a + d4c8258 commit 31780a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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="2.1.20" date="2024-09-27">
<action type="update" dev="sseifert">
Update to AEM Analyser plugin 1.6.6.
</action>
<action type="update" dev="sseifert">
Update global-parent dependency to 58.
</action>
</release>

<release version="2.1.18" date="2024-06-04">
<action type="update" dev="sseifert">
Update to AEM Analyser plugin 1.5.12.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>57</version>
<version>58</version>
<relativePath />
</parent>

<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
<version>2.1.18</version>
<version>2.1.20</version>
<packaging>pom</packaging>

<name>io.wcm.maven.aem-global-parent</name>
Expand Down Expand Up @@ -397,7 +397,7 @@
<plugin>
<groupId>com.adobe.aem</groupId>
<artifactId>aemanalyser-maven-plugin</artifactId>
<version>1.5.12</version>
<version>1.6.6</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -587,7 +587,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.6</version>
<inherited>false</inherited>
<executions>
<execution>
Expand Down

0 comments on commit 31780a6

Please sign in to comment.