Skip to content

Commit

Permalink
m-m-m/cli#1: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Mar 1, 2023
1 parent d7e3eb7 commit a077e11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B -ntp install
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Build project with Maven
run: mvn -B -ntp install
- name: Deploy to OSSRH
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm</artifactId>
<version>18</version>
<version>20</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>mmm-event-parent</artifactId>
Expand All @@ -16,7 +16,6 @@

<properties>
<mmm.repository>event</mmm.repository>
<revision>0-SNAPSHOT</revision>
</properties>

<modules>
Expand Down

0 comments on commit a077e11

Please sign in to comment.