Skip to content

Commit 71c9db9

Browse files
committed
Update dependencies.
1 parent ec806e3 commit 71c9db9

6 files changed

Lines changed: 13 additions & 7 deletions

File tree

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26+
<release version="1.8.14" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update dependencies.
29+
</action>
30+
</release>
31+
2632
<release version="1.8.12" date="2018-10-17">
2733
<action type="update" dev="sseifert">
2834
conga-aem-maven-plugin: Fix display of active bundles when checking bundle display.

conga-aem-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.wcm.devops.conga</groupId>
5555
<artifactId>io.wcm.devops.conga.generator</artifactId>
56-
<version>1.9.2</version>
56+
<version>1.10.3-SNAPSHOT</version>
5757
<scope>compile</scope>
5858
</dependency>
5959

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>io.wcm.devops.conga</groupId>
5959
<artifactId>conga-maven-plugin</artifactId>
60-
<version>1.9.2</version>
60+
<version>1.10.3-SNAPSHOT</version>
6161
<extensions>true</extensions>
6262
<dependencies>
6363

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.wcm.devops</groupId>
2525
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
26-
<version>1.1.0</version>
26+
<version>1.1.1-SNAPSHOT</version>
2727
<relativePath />
2828
</parent>
2929

tooling/conga-aem-crypto-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

tooling/conga-aem-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.wcm.devops.conga</groupId>
5353
<artifactId>io.wcm.devops.conga.generator</artifactId>
54-
<version>1.9.2</version>
54+
<version>1.10.3-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

0 commit comments

Comments
 (0)