Skip to content

Commit

Permalink
Advancing master to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Feb 13, 2024
1 parent 52cc9f8 commit 2022f08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
java-version: 11

- name: Cache local Maven repository
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
java-version: 11

- name: Cache local Maven repository
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>net.tirasa.connid.bundles</groupId>
<artifactId>net.tirasa.connid.bundles.ad</artifactId>
<version>1.3.10-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<name>ConnId Bundles: AD</name>

Expand Down

0 comments on commit 2022f08

Please sign in to comment.