From 50d7a585dbfb77e15f1924420722518bc9ff81a4 Mon Sep 17 00:00:00 2001 From: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:00:12 +0200 Subject: [PATCH] Update to JCOBridge 2.5.17 --- .github/workflows/maven.yaml | 2 +- .github/workflows/release.yaml | 2 +- src/net/engine/JCOReflectorEngine.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b872725cf2..75a3a7ad49 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -109,7 +109,7 @@ jobs: - name: Install local file to be used within Javadoc section of generated POM shell: bash - run: mvn install:install-file --no-transfer-progress -Dfile=../../../bin/${{ matrix.framework }}/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.16 -Dpackaging=jar -f ./src/jvm/src/${{ matrix.framework }}.xml + run: mvn install:install-file --no-transfer-progress -Dfile=../../../bin/${{ matrix.framework }}/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.17 -Dpackaging=jar -f ./src/jvm/src/${{ matrix.framework }}.xml - name: Publish ${{ matrix.framework }} to Apache Maven Central shell: bash diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 376790d3b5..71176372bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: - name: Install local file to be used within Javadoc section of generated POM shell: bash - run: mvn install:install-file --no-transfer-progress -Dfile=../../../bin/${{ matrix.framework }}/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.16 -Dpackaging=jar -f ./src/jvm/src/${{ matrix.framework }}.xml + run: mvn install:install-file --no-transfer-progress -Dfile=../../../bin/${{ matrix.framework }}/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.17 -Dpackaging=jar -f ./src/jvm/src/${{ matrix.framework }}.xml - name: Publish ${{ matrix.framework }} to Apache Maven Central shell: bash diff --git a/src/net/engine/JCOReflectorEngine.csproj b/src/net/engine/JCOReflectorEngine.csproj index 739e31cfef..4f9bdd2701 100644 --- a/src/net/engine/JCOReflectorEngine.csproj +++ b/src/net/engine/JCOReflectorEngine.csproj @@ -115,7 +115,7 @@ - + All None