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 18, 2023
2 parents 8794034 + 6899efc commit 6b7b129
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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.8" date="2023-09-18">
<action type="update" dev="sseifert">
Update global-parent dependency to 53.
</action>
<action type="update" dev="sseifert">
Update CONGA Ansible plugin.
</action>
</release>

<release version="2.1.6" date="2023-08-31">
<action type="update" dev="sseifert">
Update to Jackrabbit filevault-package-maven-plugin 1.3.4.
Expand Down
6 changes: 3 additions & 3 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>52</version>
<version>53</version>
<relativePath />
</parent>

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

<name>io.wcm.maven.aem-global-parent</name>
Expand Down Expand Up @@ -491,7 +491,7 @@
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
<artifactId>io.wcm.devops.conga.plugins.ansible</artifactId>
<version>1.4.2</version>
<version>1.4.4</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6b7b129

Please sign in to comment.