Skip to content

Commit eae1576

Browse files
committed
prepare release
1 parent 1d45573 commit eae1576

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.10.0" date="not released">
26+
<release version="1.10.0" date="2020-01-30">
2727
<action type="add" dev="sseifert">
2828
conga-aem-crypto-cli: Add command line options to encrypt and decrypt values using AEM crypto support.
2929
</action>

conga-aem-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<dependency>
6868
<groupId>io.wcm.tooling.commons</groupId>
6969
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
70-
<version>1.5.0-SNAPSHOT</version>
70+
<version>1.4.4</version>
7171
<scope>compile</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>io.wcm.tooling.commons</groupId>
7575
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
76-
<version>1.7.0-SNAPSHOT</version>
76+
<version>1.6.2</version>
7777
<scope>compile</scope>
7878
</dependency>
7979

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>io.wcm.tooling.commons</groupId>
9696
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
97-
<version>1.7.0-SNAPSHOT</version>
97+
<version>1.6.2</version>
9898
<scope>compile</scope>
9999
</dependency>
100100
</dependencies>

0 commit comments

Comments
 (0)