From a478cb52b00f8fcfeddd29390f7e72c6585e48f4 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Thu, 12 Jan 2023 22:14:14 +0100 Subject: [PATCH 01/11] [gitflow-maven-plugin] Update for next development version 1.14.1-SNAPSHOT --- conga-aem-definitions/pom.xml | 4 ++-- example/pom.xml | 4 ++-- parent/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conga-aem-definitions/pom.xml b/conga-aem-definitions/pom.xml index 0d4f2f1..0ae04e9 100644 --- a/conga-aem-definitions/pom.xml +++ b/conga-aem-definitions/pom.xml @@ -25,13 +25,13 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.0 + 1.14.1-SNAPSHOT ../parent/pom.xml io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem - 1.14.0 + 1.14.1-SNAPSHOT config-definition CONGA AEM Definitions diff --git a/example/pom.xml b/example/pom.xml index 7a85419..c96b38e 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -32,7 +32,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.example config - 1.14.0 + 1.14.1-SNAPSHOT CONGA AEM Definitions Example Example environment definition. @@ -43,7 +43,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem - 1.14.0 + 1.14.1-SNAPSHOT diff --git a/parent/pom.xml b/parent/pom.xml index d2b9c99..aca182d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.0 + 1.14.1-SNAPSHOT pom CONGA AEM Definitions diff --git a/pom.xml b/pom.xml index 4dfb839..213a5ae 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.0 + 1.14.1-SNAPSHOT parent/pom.xml io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.root - 1.14.0 + 1.14.1-SNAPSHOT pom CONGA AEM Definitions From d8d1381cb70b1259f41d0bfd73ccff86d199dd49 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 17 Feb 2023 14:32:35 +0100 Subject: [PATCH 02/11] add github PR numbers --- changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changes.xml b/changes.xml index 23d1ed2..c7bb447 100644 --- a/changes.xml +++ b/changes.xml @@ -24,16 +24,16 @@ - + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Introduce dispatcher.filterAppend filter list. - + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Block form selector with a non-empty suffix on all URLs in order to fix form validator bypass issue. - + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Move "security-related" existing deny rules e.g. to prevent content grabbing to dispatcher.filterAppend filter list. - + Role aem-dispatcher-cloud: Sync with default dispatcher configuration from Adobe project archetype 36 to 39. From b3e4fe04dc6c540999dbd531c8f842d8f890b306 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 17 Feb 2023 14:43:54 +0100 Subject: [PATCH 03/11] fix github project name for issue references --- parent/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index aca182d..aeae55d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -40,7 +40,12 @@ GitHub Actions https://github.com/wcm-io-devops/conga-aem-definitions/actions - + + + GitHub + https://github.com/wcm-io-devops/conga-aem-definitions/issues/ + + From ddbb7ce18275d1ce926770825a67947d0eab438d Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Mon, 20 Feb 2023 14:58:24 +0100 Subject: [PATCH 04/11] Revert dispatcher.filter filter list to values from 1.13.0 (#85) --- changes.xml | 6 +++++ .../src/main/roles/aem-dispatcher-ams.yaml | 12 +++++----- .../src/main/roles/aem-dispatcher-cloud.yaml | 24 +++++++++---------- .../src/main/roles/aem-dispatcher.yaml | 18 +++++++------- 4 files changed, 33 insertions(+), 27 deletions(-) diff --git a/changes.xml b/changes.xml index c7bb447..df97150 100644 --- a/changes.xml +++ b/changes.xml @@ -23,6 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + + + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Revert #83, move "security-related" deny rules back to dispatcher.filter. + + + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Introduce dispatcher.filterAppend filter list. diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml index f1110ac..c9ef744 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml @@ -75,12 +75,6 @@ variants: - url: /libs/cq/personalization(/.*)? method: "GET" type: allow - # Allow current user [from default_filters.any] - - url: /libs/granite/security/currentuser.json - type: allow - - # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors - filterAppend: # Deny content grabbing for greedy queries and prevent un-intended self DOS attacks [from default_filters.any] - selectors: (feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content) extension: (json|xml|html|feed) @@ -90,6 +84,9 @@ variants: type: deny - query: wcmmode=.* type: deny + # Allow current user [from default_filters.any] + - url: /libs/granite/security/currentuser.json + type: allow # Deny content grabbing for /content - additional selectors not included in default dispatcher.any - path: /content(/.*)? selectors: (ambits|assetsearch|assignments|childrenlist|cloudservices|contentfinder|context|emailservice|exacttarget|ext|form|media|missingpages|mobileapps|pages|paragraphs|payloadsummary|permissions|publications|referencelist|savedsearch|skippedpages|search|social|style|tags|tagtree|timezones) @@ -106,6 +103,9 @@ variants: - path: /content(/.*)? selectors: (overlay) type: deny + + # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors + filterAppend: # block form validator bypass - url: '/.*' selectors: "(form)" diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml index 832dbde..72b8a29 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml @@ -78,6 +78,15 @@ variants: - url: /libs/cq/personalization(/.*)? method: GET type: allow + # Deny content grabbing for greedy queries and prevent un-intended self DOS attacks [from default_filters.any] + - selectors: (feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content) + extension: (json|xml|html|feed) + type: deny + # Deny authoring query params [from default_filters.any] + - query: debug=.* + type: deny + - query: wcmmode=.* + type: deny # Allow current user [from default_filters.any] - url: /libs/granite/security/currentuser.json type: allow @@ -96,18 +105,6 @@ variants: - url: /graphql/execute.json* method: (GET|POST|OPTIONS) type: allow - - # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors - filterAppend: - # Deny content grabbing for greedy queries and prevent un-intended self DOS attacks [from default_filters.any] - - selectors: (feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content) - extension: (json|xml|html|feed) - type: deny - # Deny authoring query params [from default_filters.any] - - query: debug=.* - type: deny - - query: wcmmode=.* - type: deny # Deny content grabbing for /content - additional selectors not included in default dispatcher.any - path: /content(/.*)? selectors: (ambits|assetsearch|assignments|childrenlist|cloudservices|contentfinder|context|emailservice|exacttarget|ext|form|media|missingpages|mobileapps|pages|paragraphs|payloadsummary|permissions|publications|referencelist|savedsearch|skippedpages|search|social|style|tags|tagtree|timezones) @@ -124,6 +121,9 @@ variants: - path: /content(/.*)? selectors: (overlay) type: deny + + # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors + filterAppend: # block form validator bypass - url: '/.*' selectors: "(form)" diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml index 25397b7..5195536 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml @@ -53,15 +53,6 @@ variants: # Enable features [from default dispatcher.any] - url: /libs/cq/personalization(/.*)? type: allow - # Allow access to client libraries and designs at /etc - - url: (/etc/clientlibs|/etc.clientlibs|/etc/designs/.*/clientlibs)(/.*)? - type: allow - # open consoles (access is controlled in httpd config) - - url: /(admin|crx|system)(/.*)? - type: allow - - # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors - filterAppend: # Deny content grabbing, on all accessible pages [from default dispatcher.any] - selectors: ((sys|doc)view|query|[0-9-]+) extension: (json|xml) @@ -87,6 +78,15 @@ variants: - path: /content(/.*)? selectors: (overlay) type: deny + # Allow access to client libraries and designs at /etc + - url: (/etc/clientlibs|/etc.clientlibs|/etc/designs/.*/clientlibs)(/.*)? + type: allow + # open consoles (access is controlled in httpd config) + - url: /(admin|crx|system)(/.*)? + type: allow + + # list of filters that will be appended after the "normal" filter list to ensure denied content is not accidentally allowed again by other selectors + filterAppend: # block form validator bypass - url: '/.*' selectors: "(form)" From 8ca7340f142e48ddbfb1184d1a3750c531bda241 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 1 Mar 2023 14:03:55 +0100 Subject: [PATCH 05/11] Role aem-dispatcher-cloud: Introduce httpd.generateAvailableVhost and httpd.generateEnabledVhost to control vhost generation. --- changes.xml | 3 +++ .../src/main/roles/aem-dispatcher-cloud.yaml | 8 ++++++++ example/src/main/environments/test.yaml | 2 ++ 3 files changed, 13 insertions(+) diff --git a/changes.xml b/changes.xml index df97150..1aa7cd9 100644 --- a/changes.xml +++ b/changes.xml @@ -24,6 +24,9 @@ + + Role aem-dispatcher-cloud: Introduce httpd.generateAvailableVhost and httpd.generateEnabledVhost to control vhost generation. + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Revert #83, move "security-related" deny rules back to dispatcher.filter. diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml index 72b8a29..5eff91d 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml @@ -169,6 +169,7 @@ files: template: conf.d/available_vhosts/tenant.vhost.hbs multiply: tenant fileHeader: conf + condition: ${httpd.generateAvailableVhost} # enabled vhosts - file: ${new('java.text.DecimalFormat','0000').format(multiplyIndex)}_${tenant}.vhost @@ -177,6 +178,7 @@ files: variants: - aem-publish multiply: tenant + condition: ${httpd.generateEnabledVhost} # global rewrite rules - file: rewrite.rules @@ -385,6 +387,12 @@ config: # Placed at the bottom of the vhost confign file after: + # Controls the generation of available_vhosts files + generateAvailableVhost: true + + # Controls the generation of enabled_vhosts files + generateEnabledVhost: true + # Allows to define different server names/alias names per environment in a single dispatcher configuration #cloudManagerConditional: # targetEnvironment: # to be substituted with e.g. "dev" diff --git a/example/src/main/environments/test.yaml b/example/src/main/environments/test.yaml index 302674f..175bae5 100644 --- a/example/src/main/environments/test.yaml +++ b/example/src/main/environments/test.yaml @@ -315,6 +315,8 @@ tenants: - tenant: cloud-sample4.com config: httpd: + generateEnabledVhost: false + generateAvailableVhost: false cloudManagerConditional: dev: serverName: www.dev-sample4.com From 2bcb6937349118dd7224f0098eeb6682f02f7ce7 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 1 Mar 2023 14:56:48 +0100 Subject: [PATCH 06/11] Role aem-dispatcher-cloud: Introduce httpd.rewriteIncludes --- changes.xml | 3 +++ .../src/main/roles/aem-dispatcher-cloud.yaml | 4 ++++ .../conf.d/available_vhosts/tenant.vhost.partials.hbs | 4 +++- example/src/main/environments/test.yaml | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index df97150..74fe388 100644 --- a/changes.xml +++ b/changes.xml @@ -24,6 +24,9 @@ + + Role aem-dispatcher-cloud: Introduce httpd.rewriteIncludes (ported from aem-dispatcher-ams role). + Role aem-dispatcher, aem-dispatcher-ams, aem-dispatcher-cloud: Revert #83, move "security-related" deny rules back to dispatcher.filter. diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml index 72b8a29..a7b75e5 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml @@ -357,6 +357,10 @@ config: # Set the default experiation time for text/html responses (enabled by default in AEM Cloud Service webserver) htmlExpirationTimeMin: 5 + # List of rewrite rules to include in the vhost + rewriteIncludes: + - conf.d/rewrites/rewrite.rules + # Request URI patterns for Sling maping short URL configuration mapping: uriExcludeFromMapping: diff --git a/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs b/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs index 9060930..e86bda0 100644 --- a/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs +++ b/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs @@ -73,7 +73,9 @@ AllowEncodedSlashes NoDecode RewriteEngine on - Include conf.d/rewrites/rewrite.rules + {{~#each httpd.rewriteIncludes}} + Include {{ this }} + {{~/each}} # Do not allow RFC 2616 trace requests diff --git a/example/src/main/environments/test.yaml b/example/src/main/environments/test.yaml index 302674f..5951a50 100644 --- a/example/src/main/environments/test.yaml +++ b/example/src/main/environments/test.yaml @@ -326,6 +326,9 @@ tenants: prod: serverName: www.prod-sample4.com rootRedirect.url: /content/sample4/en.html + rewriteIncludes: + - _merge_ + - conf.d/rewrites/additional_rewrite.rules - tenant: ams-sample5.com config: From 0e3529b3a48976339a90b6fac367490773fcddaa Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Wed, 1 Mar 2023 15:04:06 +0100 Subject: [PATCH 07/11] Update changes.xml --- changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 74fe388..15aa7cf 100644 --- a/changes.xml +++ b/changes.xml @@ -24,7 +24,7 @@ - + Role aem-dispatcher-cloud: Introduce httpd.rewriteIncludes (ported from aem-dispatcher-ams role). From 2484cab1d89d66894d096b796f676c1207fd6777 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Thu, 2 Mar 2023 14:33:41 +0100 Subject: [PATCH 08/11] Role aem-dispatcher-cloud: Introduce httpd.rewrites --- changes.xml | 3 +++ .../src/main/roles/aem-dispatcher-cloud.yaml | 9 +++++++++ .../conf.d/available_vhosts/tenant.vhost.partials.hbs | 11 +++++++++++ example/src/main/environments/test.yaml | 2 ++ 4 files changed, 25 insertions(+) diff --git a/changes.xml b/changes.xml index f3a48fc..230e0cd 100644 --- a/changes.xml +++ b/changes.xml @@ -24,6 +24,9 @@ + + Role aem-dispatcher-cloud: Introduce httpd.rewrites (ported from aem-dispatcher-ams role). + Role aem-dispatcher-cloud: Introduce httpd.rewriteIncludes (ported from aem-dispatcher-ams role). diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml index fff3590..c88ec04 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml @@ -363,6 +363,15 @@ config: rewriteIncludes: - conf.d/rewrites/rewrite.rules + # Rewrite rules + # These rules are evaluated before the mapping rules + rewrites: [] + # examples: + # - rule: ^/crx/(.*)$ - [R=404,L] + # - conditions: + # - '%{REQUEST_URI} !^/system/sling/logout(.*)$' + # rule: ^/system/(.*)$ - [R=404,L] + # Request URI patterns for Sling maping short URL configuration mapping: uriExcludeFromMapping: diff --git a/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs b/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs index e86bda0..d6c11d4 100644 --- a/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs +++ b/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs @@ -173,6 +173,17 @@ Header set X-XSS-Protection "{{httpd.headers.xssProtection}}" {{~/if}} {{/block}} +{{~#block "rewrites"}} +{{~#if httpd.rewrites}} +# Rewrites +{{~#each httpd.rewrites}} +{{~#each this.conditions}} +RewriteCond {{this}} +{{~/each}} +RewriteRule {{this.rule}} +{{~/each}} +{{/if ~}} +{{/block}} {{~#block "rewriteSlingShortUrlMapping"}} {{~#if sling.mapping.rootPath}} diff --git a/example/src/main/environments/test.yaml b/example/src/main/environments/test.yaml index ae3adf6..5f862a8 100644 --- a/example/src/main/environments/test.yaml +++ b/example/src/main/environments/test.yaml @@ -310,6 +310,8 @@ tenants: prod: serverName: www.prod-sample3.com rootRedirect.url: /en.html + rewrites: + - rule: ^/subpage/?$ /subpage.html [NC,R=301,L] sling.mapping.rootPath: /content/sample3 - tenant: cloud-sample4.com From a09e650876f61d2d470f28e0bc2d7e7f7d12a2ec Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Thu, 2 Mar 2023 14:59:58 +0100 Subject: [PATCH 09/11] Comment rewrites by default, update comment --- .../src/main/roles/aem-dispatcher-cloud.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml index c88ec04..67699c2 100644 --- a/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml +++ b/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml @@ -363,10 +363,8 @@ config: rewriteIncludes: - conf.d/rewrites/rewrite.rules - # Rewrite rules - # These rules are evaluated before the mapping rules - rewrites: [] - # examples: + # These rewrite rules are evaluated before the mapping rules + # rewrites: # - rule: ^/crx/(.*)$ - [R=404,L] # - conditions: # - '%{REQUEST_URI} !^/system/sling/logout(.*)$' From 407e33cf9b1b19a569105604e3e9de47aaffc81e Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Fri, 17 Mar 2023 13:14:28 +0100 Subject: [PATCH 10/11] prepare release --- changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 230e0cd..0bc49bb 100644 --- a/changes.xml +++ b/changes.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> - + Role aem-dispatcher-cloud: Introduce httpd.rewrites (ported from aem-dispatcher-ams role). From fa1b80d4dc48600fc3fcc35d18162ce7d73ad500 Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Fri, 17 Mar 2023 13:17:33 +0100 Subject: [PATCH 11/11] [gitflow-maven-plugin] Update versions for release 1.15.0 --- conga-aem-definitions/pom.xml | 4 ++-- example/pom.xml | 4 ++-- parent/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conga-aem-definitions/pom.xml b/conga-aem-definitions/pom.xml index 0ae04e9..1e1a5a9 100644 --- a/conga-aem-definitions/pom.xml +++ b/conga-aem-definitions/pom.xml @@ -25,13 +25,13 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.1-SNAPSHOT + 1.15.0 ../parent/pom.xml io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem - 1.14.1-SNAPSHOT + 1.15.0 config-definition CONGA AEM Definitions diff --git a/example/pom.xml b/example/pom.xml index c96b38e..51133ec 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -32,7 +32,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.example config - 1.14.1-SNAPSHOT + 1.15.0 CONGA AEM Definitions Example Example environment definition. @@ -43,7 +43,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem - 1.14.1-SNAPSHOT + 1.15.0 diff --git a/parent/pom.xml b/parent/pom.xml index aeae55d..e91b2b9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.1-SNAPSHOT + 1.15.0 pom CONGA AEM Definitions diff --git a/pom.xml b/pom.xml index 213a5ae..aef391d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.parent - 1.14.1-SNAPSHOT + 1.15.0 parent/pom.xml io.wcm.devops.conga.definitions io.wcm.devops.conga.definitions.aem.root - 1.14.1-SNAPSHOT + 1.15.0 pom CONGA AEM Definitions