diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 40142a9d..3a6095e5 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -47,6 +47,15 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.SECRET_KEY }} + - name: Deploy JavaDoc 🚀 + uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0 + with: + GITHUB_TOKEN: ${{ secrets.SECRET_KEY }} + javadoc-branch: javadoc + java-version: 17 + target-folder: docs + + # publish: # # 任务运行的环境 # runs-on: ubuntu-latest diff --git a/.github/workflows/publish-javadoc.yml b/.github/workflows/publish-javadoc.yml index b4567ecb..ab024470 100644 --- a/.github/workflows/publish-javadoc.yml +++ b/.github/workflows/publish-javadoc.yml @@ -1,18 +1,18 @@ -name: Deploy Javadoc - -on: - push: - branches: - - master - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Deploy JavaDoc 🚀 - uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0 - with: - GITHUB_TOKEN: ${{ secrets.SECRET_KEY }} - javadoc-branch: javadoc - java-version: 17 - target-folder: docs +#name: Deploy Javadoc +# +#on: +# push: +# branches: +# - master +# +#jobs: +# publish: +# runs-on: ubuntu-latest +# steps: +# - name: Deploy JavaDoc 🚀 +# uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0 +# with: +# GITHUB_TOKEN: ${{ secrets.SECRET_KEY }} +# javadoc-branch: javadoc +# java-version: 17 +# target-folder: docs diff --git a/gb28181-client/pom.xml b/gb28181-client/pom.xml index 377e81d8..e0636ca1 100644 --- a/gb28181-client/pom.xml +++ b/gb28181-client/pom.xml @@ -6,10 +6,10 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 - 1.2.3 + 1.2.4 gb28181-client jar gb28181-client diff --git a/gb28181-common/pom.xml b/gb28181-common/pom.xml index 8a270e9f..8ef0d829 100644 --- a/gb28181-common/pom.xml +++ b/gb28181-common/pom.xml @@ -6,10 +6,10 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 - 1.2.3 + 1.2.4 gb28181-common jar gb28181-common diff --git a/gb28181-server/pom.xml b/gb28181-server/pom.xml index 778e4d08..41851cc5 100644 --- a/gb28181-server/pom.xml +++ b/gb28181-server/pom.xml @@ -6,10 +6,10 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 - 1.2.3 + 1.2.4 gb28181-server jar gb28181-server diff --git a/gb28181-test/pom.xml b/gb28181-test/pom.xml index 126d6bb7..0688b297 100644 --- a/gb28181-test/pom.xml +++ b/gb28181-test/pom.xml @@ -6,7 +6,7 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 ${gb28181-proxy.version} diff --git a/pom.xml b/pom.xml index b2666652..0b94c759 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 pom sip-common @@ -28,8 +28,8 @@ ${project.name} 1.3.0-91 2.1.4 - 1.2.3 - 1.2.3 + 1.2.4 + 1.2.4 9.1.0 diff --git a/sip-common/pom.xml b/sip-common/pom.xml index 2d25249c..e3a61b2c 100644 --- a/sip-common/pom.xml +++ b/sip-common/pom.xml @@ -6,11 +6,11 @@ io.github.lunasaw sip-proxy - 1.2.3 + 1.2.4 jar - 1.2.3 + 1.2.4 sip-common sip-common 轻量级SIP框架封装