Skip to content

Commit bee3011

Browse files
author
Manuel Galle
committed
update action version, and set batch mode to deploy step
1 parent 4c6c6cb commit bee3011

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: ${{ runner.os }}-maven-
2929

3030
- name: Set up Java
31-
uses: actions/setup-java@v1
31+
uses: actions/setup-java@v2
3232
with:
3333
java-version: 11
3434
server-id: github
@@ -106,6 +106,6 @@ jobs:
106106
# ${{ github.api_url }}/repos/adobe/aem-site-template-basic-theme-e2e/dispatches
107107
- name: Deploy to maven central
108108
id: deploy-to-maven-central
109-
run: mvn deploy
109+
run: mvn --batch-mode deploy
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.comwrap.public.aem</groupId>
2626
<artifactId>graphql-voyager</artifactId>
27-
<version>1.0.3</version>
27+
<version>1.0.4</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.comwrap.public.aem</groupId>
2222
<artifactId>graphql-voyager</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.0.3</version>
24+
<version>1.0.4</version>
2525
<name>GraphQL Voyager</name>
2626
<description>GraphQL Voyager for AEM</description>
2727
<url>http://www.comwrap.com</url>

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.comwrap.public.aem</groupId>
2525
<artifactId>graphql-voyager</artifactId>
26-
<version>1.0.3</version>
26+
<version>1.0.4</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)