diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad79176..f12db10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -name: Release +name: Prepare Release Draft on: workflow_dispatch: @@ -33,7 +33,7 @@ jobs: with: name: 'aem-msm-tools-${{ inputs.releaseVersion }}' path: ./artifacts - - name: Create Github Release + - name: Create Github Release Draft env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh release create ${{ inputs.releaseVersion }} --draft --generate-notes --title ${{ inputs.releaseVersion }} ./artifacts/*.zip diff --git a/all/pom.xml b/all/pom.xml index fdae700..aed4e03 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -31,7 +31,7 @@ - msm-tool.all + msm-tools.all content-package MSM Tools - All All content package for MSM Tools @@ -56,13 +56,13 @@ com.valtech.aem - msm-tool.ui.apps + msm-tools.ui.apps zip /apps/valtech-msm-tools-packages/application/install com.valtech.aem - msm-tool.core + msm-tools.core /apps/valtech-msm-tools-packages/application/install @@ -168,13 +168,13 @@ com.valtech.aem - msm-tool.ui.apps + msm-tools.ui.apps ${project.version} zip com.valtech.aem - msm-tool.core + msm-tools.core ${project.version} diff --git a/core/pom.xml b/core/pom.xml index ce4e744..30db0d3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ 1.0.0-SNAPSHOT ../pom.xml - msm-tool.core + msm-tools.core MSM Tools - Core Core bundle for MSM Tools diff --git a/ui.apps.structure/pom.xml b/ui.apps.structure/pom.xml index c917ff3..dd54423 100644 --- a/ui.apps.structure/pom.xml +++ b/ui.apps.structure/pom.xml @@ -15,7 +15,7 @@ - msm-tool.ui.apps.structure + msm-tools.ui.apps.structure content-package MSM Tools - Repository Structure Package diff --git a/ui.apps/pom.xml b/ui.apps/pom.xml index 116af84..0cd9056 100644 --- a/ui.apps/pom.xml +++ b/ui.apps/pom.xml @@ -30,7 +30,7 @@ - msm-tool.ui.apps + msm-tools.ui.apps content-package MSM Tool - UI apps UI apps package for MSM Tools @@ -52,12 +52,12 @@ none com.valtech.aem - msm-tool.ui.apps + msm-tools.ui.apps application com.valtech.aem - msm-tool.ui.apps.structure + msm-tools.ui.apps.structure @@ -108,7 +108,7 @@ com.valtech.aem - msm-tool.core + msm-tools.core ${project.version} @@ -116,7 +116,7 @@ com.valtech.aem - msm-tool.ui.apps.structure + msm-tools.ui.apps.structure ${project.version} zip