Skip to content

Commit

Permalink
Adjust maven artifact name and release action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaldas Szentiks committed Nov 27, 2023
1 parent 743f70a commit 5468655
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Release
name: Prepare Release Draft

on:
workflow_dispatch:
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>msm-tool.all</artifactId>
<artifactId>msm-tools.all</artifactId>
<packaging>content-package</packaging>
<name>MSM Tools - All</name>
<description>All content package for MSM Tools</description>
Expand All @@ -56,13 +56,13 @@
<embeddeds>
<embedded>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.ui.apps</artifactId>
<artifactId>msm-tools.ui.apps</artifactId>
<type>zip</type>
<target>/apps/valtech-msm-tools-packages/application/install</target>
</embedded>
<embedded>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.core</artifactId>
<artifactId>msm-tools.core</artifactId>
<target>/apps/valtech-msm-tools-packages/application/install</target>
</embedded>
</embeddeds>
Expand Down Expand Up @@ -168,13 +168,13 @@
<dependencies>
<dependency>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.ui.apps</artifactId>
<artifactId>msm-tools.ui.apps</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.core</artifactId>
<artifactId>msm-tools.core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>msm-tool.core</artifactId>
<artifactId>msm-tools.core</artifactId>
<name>MSM Tools - Core</name>
<description>Core bundle for MSM Tools</description>
<build>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>msm-tool.ui.apps.structure</artifactId>
<artifactId>msm-tools.ui.apps.structure</artifactId>
<packaging>content-package</packaging>
<name>MSM Tools - Repository Structure Package</name>
<description>
Expand Down
10 changes: 5 additions & 5 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>msm-tool.ui.apps</artifactId>
<artifactId>msm-tools.ui.apps</artifactId>
<packaging>content-package</packaging>
<name>MSM Tool - UI apps</name>
<description>UI apps package for MSM Tools</description>
Expand All @@ -52,12 +52,12 @@
<cloudManagerTarget>none</cloudManagerTarget>
</properties>
<group>com.valtech.aem</group>
<name>msm-tool.ui.apps</name>
<name>msm-tools.ui.apps</name>
<packageType>application</packageType>
<repositoryStructurePackages>
<repositoryStructurePackage>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.ui.apps.structure</artifactId>
<artifactId>msm-tools.ui.apps.structure</artifactId>
</repositoryStructurePackage>
</repositoryStructurePackages>
<dependencies>
Expand Down Expand Up @@ -108,15 +108,15 @@
<dependencies>
<dependency>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.core</artifactId>
<artifactId>msm-tools.core</artifactId>
<version>${project.version}</version>
</dependency>



<dependency>
<groupId>com.valtech.aem</groupId>
<artifactId>msm-tool.ui.apps.structure</artifactId>
<artifactId>msm-tools.ui.apps.structure</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
Expand Down

0 comments on commit 5468655

Please sign in to comment.