Skip to content

Commit b45936a

Browse files
committed
update dependencies
fix some code style warnings
1 parent 55a5d6a commit b45936a

6 files changed

Lines changed: 4 additions & 6 deletions

File tree

conga-aem-plugin/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.6</version>
28+
<version>1.1.7-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/handlebars/helper/WebConsolePasswordHashHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public Object apply(Object context, Options options, HelperContext pluginContext
9494
* @param hashAlgorithm The hash algorithm to use
9595
* @param encoding The encoding to use
9696
* @return The hashed password (hashed + encoded as Base64)
97-
* @throws IOException
9897
*/
9998
private String hashPassword(String password, final String hashAlgorithm, final String encoding) throws IOException {
10099
byte[] bytePassword;

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/postprocessor/ContentPackageOsgiConfigPostProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public List<FileContext> apply(FileContext fileContext, PostProcessorContext con
126126
* @param rootPath Root path
127127
* @param fileHeader File header
128128
* @param context Post processor context
129-
* @throws IOException
130129
*/
131130
private void generateOsgiConfigurations(Model model, ContentPackage contentPackage,
132131
String rootPath, FileHeaderContext fileHeader, PostProcessorContext context) throws IOException {

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/util/ContentPackageUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ else if (value instanceof List) {
221221

222222
/**
223223
* Get and validate AC handling value.
224-
* @param options
224+
* @param options Options
225225
* @return AC handling value or null if not set.
226226
*/
227227
private static AcHandling getAcHandling(Map<String, Object> options) {

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.6</version>
26+
<version>1.1.7-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.6</version>
28+
<version>1.1.7-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

0 commit comments

Comments
 (0)