From 4199d63ff81f459e9510a408e60117e68c22a7a0 Mon Sep 17 00:00:00 2001 From: bdhoine Date: Mon, 14 Aug 2023 11:58:56 +0000 Subject: [PATCH] Create release 19.0.4 --- CHANGELOG.md | 10 +++++++--- all/pom.xml | 2 +- api/pom.xml | 2 +- bundle/pom.xml | 2 +- groovy/groovy-osgi/pom.xml | 2 +- groovy/pom.xml | 2 +- pom.xml | 2 +- ui.apps.aem/pom.xml | 2 +- ui.apps.structure/pom.xml | 2 +- ui.apps/pom.xml | 2 +- ui.config/pom.xml | 2 +- ui.content/pom.xml | 2 +- 12 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169f6ed4..48e00554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [19.0.4] - 2023-08-14 + ### Added -- Add distribute method using Sling Content Distribution: [#39](https://github.com/orbinson/aem-groovy-console/issues/39) +- Add distribute method using Sling Content Distribution: [#39](https://github.com/orbinson/aem-groovy-console/issues/39) ### Fixed -- Only insert service when searching after pressing enter when using arrow keys: [#43](https://github.com/orbinson/aem-groovy-console/issues/43) +- Only insert service when searching after pressing enter when using arrow keys: [#43](https://github.com/orbinson/aem-groovy-console/issues/43) ## [19.0.3] - 2023-02-21 @@ -87,7 +89,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Last version released by [CID15](https://github.com/CID15/aem-groovy-console) -[Unreleased]: https://github.com/orbinson/aem-groovy-console/compare/19.0.3...HEAD +[Unreleased]: https://github.com/orbinson/aem-groovy-console/compare/19.0.4...HEAD + +[19.0.4]: https://github.com/orbinson/aem-groovy-console/compare/19.0.3...19.0.4 [19.0.3]: https://github.com/orbinson/aem-groovy-console/compare/19.0.2...19.0.3 diff --git a/all/pom.xml b/all/pom.xml index 45ddcaa7..86d1d75f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-all diff --git a/api/pom.xml b/api/pom.xml index 16e8fea4..6bbefbb9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -8,7 +8,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-api diff --git a/bundle/pom.xml b/bundle/pom.xml index f0328a61..8a5d5b43 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -8,7 +8,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-bundle diff --git a/groovy/groovy-osgi/pom.xml b/groovy/groovy-osgi/pom.xml index cc3a6bd3..09064266 100644 --- a/groovy/groovy-osgi/pom.xml +++ b/groovy/groovy-osgi/pom.xml @@ -8,7 +8,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 ../../pom.xml diff --git a/groovy/pom.xml b/groovy/pom.xml index 5cbce5a5..106fc18f 100644 --- a/groovy/pom.xml +++ b/groovy/pom.xml @@ -8,7 +8,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 pom diff --git a/pom.xml b/pom.xml index 0139ca15..392491e2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ be.orbinson.aem aem-groovy-console pom - 19.0.4-SNAPSHOT + 19.0.4 AEM Groovy Console diff --git a/ui.apps.aem/pom.xml b/ui.apps.aem/pom.xml index 79c92752..eeda88df 100644 --- a/ui.apps.aem/pom.xml +++ b/ui.apps.aem/pom.xml @@ -6,7 +6,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-ui.apps.aem diff --git a/ui.apps.structure/pom.xml b/ui.apps.structure/pom.xml index 3ffbd604..efca6dbf 100644 --- a/ui.apps.structure/pom.xml +++ b/ui.apps.structure/pom.xml @@ -5,7 +5,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-ui.apps.structure diff --git a/ui.apps/pom.xml b/ui.apps/pom.xml index f1120bfb..8640d27f 100644 --- a/ui.apps/pom.xml +++ b/ui.apps/pom.xml @@ -6,7 +6,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-ui.apps diff --git a/ui.config/pom.xml b/ui.config/pom.xml index ecc2e1c1..6cdbaa8d 100644 --- a/ui.config/pom.xml +++ b/ui.config/pom.xml @@ -5,7 +5,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-ui.config diff --git a/ui.content/pom.xml b/ui.content/pom.xml index 6ddd8c69..c750a5db 100644 --- a/ui.content/pom.xml +++ b/ui.content/pom.xml @@ -6,7 +6,7 @@ be.orbinson.aem aem-groovy-console - 19.0.4-SNAPSHOT + 19.0.4 aem-groovy-console-ui.content