Skip to content

Commit a6be0a7

Browse files
committed
Fail content package build when node or property names contains illegal characters (not following JCR standards).
1 parent c6d39dd commit a6be0a7

2 files changed

Lines changed: 7 additions & 1 deletion

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 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26+
<release version="1.11.2" date="not released">
27+
<action type="fix" dev="sseifert">
28+
Fail content package build when node or property names contains illegal characters (not following JCR standards).
29+
</action>
30+
</release>
31+
2632
<release version="1.11.0" date="2020-04-23">
2733
<action type="add" dev="sseifert">
2834
Add support for package properties "packageType", "requiresRoot", "requiresRestart", "allowIndexDefinitions".

conga-aem-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>io.wcm.tooling.commons</groupId>
103103
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
104-
<version>1.5.0</version>
104+
<version>1.5.1-SNAPSHOT</version>
105105
<scope>compile</scope>
106106
</dependency>
107107
<dependency>

0 commit comments

Comments
 (0)