diff --git a/.github/workflows/post_release.yaml b/.github/workflows/post_build.yaml similarity index 65% rename from .github/workflows/post_release.yaml rename to .github/workflows/post_build.yaml index b1dba2cb..4f885e10 100644 --- a/.github/workflows/post_release.yaml +++ b/.github/workflows/post_build.yaml @@ -1,6 +1,6 @@ -name: Post Release Workflow +name: Post Build Workflow -run-name: Post Release Workflow -- ${{github.event.repository.name}} +run-name: Post Build Workflow -- ${{github.event.repository.name}} on: workflow_dispatch: @@ -8,12 +8,12 @@ on: tags: '**' jobs: post_release_actions: - name: Post Release Action -- ${{github.ref_name}} + name: Post Build Action -- ${{github.ref_name}} runs-on: ubuntu-24.04 if: contains(github.ref_type, 'tag') steps: - - name: IKMDEV Post Release Action - uses: ikmdev/maven-post-release-action@main + - name: IKMDEV Post Build Action + uses: ikmdev/maven-post-build-action@v2 with: github_token: ${{secrets.GITHUB_TOKEN}} ossrh_username: ${{secrets.OSSRH_TOKEN_USER}} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65a6856a..dab253bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: '21' + java-version: '23' - name: Extract Maven GAV id: get_gav diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9cf74ba1..12563203 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,18 +8,18 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: - distribution: 'temurin' - java-version: 11 + distribution: 'zulu' + java-version: 23 - name: Set up Maven uses: stCarolas/setup-maven@v4.5 with: - maven-version: 3.9.4 + maven-version: 3.9.9 - name: Cache Maven packages uses: actions/cache@v3 diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index ac184013..1a60da79 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar