Skip to content

Commit a8776b4

Browse files
authored
Merge pull request #11 from aem-design/develop
Develop
2 parents 5f5dbd3 + af1829a commit a8776b4

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
- name: docker - mvn clean (cache .m2 in ./build/.m2/repository in repo dir)
7070
run: $DOCKER_COMMAND mvn clean -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -B -Dmaven.repo.local=./build/.m2/repository
7171
- name: docker - mvn package
72-
run: $DOCKER_COMMAND mvn package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -B -Dmaven.repo.local=./build/.m2/repository
72+
run: $DOCKER_COMMAND mvn package -DskipTests=true -Dgpg.skip -B -Dmaven.repo.local=./build/.m2/repository
7373

7474
- name: docker - sonar qube on master
7575
if: github.ref == 'refs/heads/master'
7676
run: mvn sonar:sonar -q "-Dsonar.branch.name=${GITHUB_REF}" "-Dsonar.host.url=${SONAR_URL}" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=${SONAR_ORGANISATION}"
77-
- name: docker - sonar qube on master
77+
- name: docker - sonar qube on branches
7878
if: github.ref != 'refs/heads/master'
7979
run: mvn sonar:sonar -q "-Dsonar.branch.name=${GITHUB_REF}" "-Dsonar.branch.target=master" "-Dsonar.host.url=${SONAR_URL}" "-Dsonar.login=${SONAR_TOKEN}" "-Dsonar.organization=${SONAR_ORGANISATION}"
8080

@@ -89,14 +89,11 @@ jobs:
8989
if: github.ref == 'refs/heads/master'
9090
with:
9191
token: ${{ secrets.GITHUB_TOKEN }}
92-
tag: ${CURRENT_VERSION}
93-
name: ${CURRENT_VERSION}
94-
body: $GIT_RELEASE_NOTES
92+
tag: ${{ env.CURRENT_VERSION }}
93+
name: ${{ env.CURRENT_VERSION }}
94+
body: ${{ env.GIT_RELEASE_NOTES }}
9595
files: >
96-
aemdesign-aem-core-deploy/target/aemdesign-aem-core-deploy-$CURRENT_VERSION.zip
97-
aemdesign-aem-services/target/aemdesign-aem-services-$CURRENT_VERSION.jar
98-
aemdesign-aem-author/target/aemdesign-aem-author-$CURRENT_VERSION.zip
99-
aemdesign-aem-common/target/aemdesign-aem-common-$CURRENT_VERSION.zip
96+
**/target/*.zip
10097
10198
- name: trigger build of bundle docker container
10299
if: github.ref == 'refs/heads/master'

aemdesign-aem-author/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.581</version>
11+
<version>2.0.596</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-author</artifactId>
20-
<version>2.0.581</version>
20+
<version>2.0.596</version>
2121
<packaging>content-package</packaging>
2222
<name>AEM Design - Core - AEM Author UI Updates</name>
2323
<description>Updates to OOTB AEM</description>

aemdesign-aem-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.581</version>
11+
<version>2.0.596</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-common</artifactId>
20-
<version>2.0.581</version>
20+
<version>2.0.596</version>
2121
<packaging>content-package</packaging>
2222
<name>AEM Design - Core - AEM Common</name>
2323
<description>AEM Design package with all common components</description>

aemdesign-aem-core-deploy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.581</version>
11+
<version>2.0.596</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -20,7 +20,7 @@
2020
<packaging>content-package</packaging>
2121
<name>AEM Design - Core - Deployment Package</name>
2222
<description>AEM package for deploying all packages as one</description>
23-
<version>2.0.581</version>
23+
<version>2.0.596</version>
2424
<url>${parent.url}</url>
2525

2626
<developers>

aemdesign-aem-services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.581</version>
11+
<version>2.0.596</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-services</artifactId>
20-
<version>2.0.581</version>
20+
<version>2.0.596</version>
2121
<packaging>jar</packaging>
2222
<name>AEM Design - Core - AEM Services</name>
2323
<description>Project for all AEM and OSGI Services</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>design.aem</groupId>
99
<artifactId>aemdesign-aem-core</artifactId>
10-
<version>2.0.581</version>
10+
<version>2.0.596</version>
1111
<packaging>pom</packaging>
1212

1313
<name>AEM Design - Core Project</name>

0 commit comments

Comments
 (0)