Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 18, 2021
2 parents 1260a4d + f134478 commit 2cf81f1
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [8, 11]
java: [8, 11, 17]

steps:
# Check out Git repository
Expand Down
26 changes: 0 additions & 26 deletions .maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@
</snapshots>
</repository>

<repository>
<id>wcm-io-apache-intermediate-release</id>
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

<repository>
<id>oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down Expand Up @@ -98,19 +85,6 @@
</snapshots>
</pluginRepository>

<pluginRepository>
<id>wcm-io-apache-intermediate-release</id>
<url>https://wcm.io/maven/repositories/apache-intermediate-release</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>

<pluginRepository>
<id>oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
8 changes: 7 additions & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@
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="1.11.4" date="2021-12-18">
<action type="update" dev="sseifert">
Role aem-cms: Do not show warning for uncovered node /etc/replication.
</action>
</release>

<release version="1.11.2" date="2021-11-08">
<action type="fix" dev="mrozati" issue="WDCONGA-31">
Role: aem-dispatcher-cloud: Remove symlinks to "default.farm" and "default.vhost" because we are using custom copies instead.
Role aem-dispatcher-cloud: Remove symlinks to "default.farm" and "default.vhost" because we are using custom copies instead.
</action>
</release>

Expand Down
8 changes: 4 additions & 4 deletions conga-aem-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem.parent</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
<packaging>config-definition</packaging>

<name>CONGA AEM Definitions</name>
Expand All @@ -51,7 +51,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.13.2</version>
<version>1.14.4</version>
<extensions>true</extensions>
<dependencies>

Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
<artifactId>io.wcm.devops.conga.plugins.aem</artifactId>
<version>1.12.0</version>
<version>2.16.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions conga-aem-definitions/src/main/roles/aem-cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ files:
jackrabbit-filter:
options:
validRoots: /etc/replication
severityForUncoveredAncestorNodes: debug
postProcessors:
- aem-contentpackage
postProcessorOptions:
Expand All @@ -80,6 +81,7 @@ files:
jackrabbit-filter:
options:
validRoots: /etc/replication
severityForUncoveredAncestorNodes: debug
postProcessors:
- aem-contentpackage
postProcessorOptions:
Expand Down
8 changes: 4 additions & 4 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem.example</artifactId>
<packaging>config</packaging>
<version>1.11.2</version>
<version>1.11.4</version>

<name>CONGA AEM Definitions Example</name>
<description>Example environment definition.</description>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
</dependency>

</dependencies>
Expand All @@ -55,7 +55,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.13.2</version>
<version>1.14.4</version>
<extensions>true</extensions>
<dependencies>

Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
<artifactId>io.wcm.devops.conga.plugins.aem</artifactId>
<version>1.12.0</version>
<version>2.16.0</version>
</dependency>

<!-- Test with ansible encryption -->
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm.devops</groupId>
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
<version>1.2.8</version>
<version>1.2.10</version>
<relativePath />
</parent>

<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem.parent</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
<packaging>pom</packaging>

<name>CONGA AEM Definitions</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem.parent</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem.root</artifactId>
<version>1.11.2</version>
<version>1.11.4</version>
<packaging>pom</packaging>

<name>CONGA AEM Definitions</name>
Expand Down

0 comments on commit 2cf81f1

Please sign in to comment.