diff --git a/.github/workflows/ci-publish.yml b/.github/workflows/ci-publish.yml deleted file mode 100644 index d412f272..00000000 --- a/.github/workflows/ci-publish.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: CI Publish - -on: - workflow_call: - secrets: - jfArtifactorySpring: - required: true - -jobs: - publish: - runs-on: ubuntu-latest - name: CI Publish - steps: - - uses: actions/checkout@v2 - - uses: jvalkeal/setup-maven@v1 - with: - maven-version: 3.8.4 - - uses: actions/setup-java@v2 - with: - distribution: adopt - java-version: 8 - - uses: jfrog/setup-jfrog-cli@v2 - with: - version: 2.13.0 - env: - JF_ARTIFACTORY_SPRING: ${{ secrets.jfArtifactorySpring }} - - name: Configure JFrog Cli - run: | - jfrog rt mvnc \ - --server-id-deploy repo.spring.io \ - --repo-deploy-releases release \ - --repo-deploy-snapshots snapshot - echo JFROG_CLI_BUILD_NAME=spring-shell-21x >> $GITHUB_ENV - echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV - - name: Build and Publish - env: - DISABLE_SAMPLES: true - run: | - jfrog rt mvn clean install -B -DskipTests - jfrog rt build-publish diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7708ced5..ca0f96fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-java@v2 with: distribution: adopt - java-version: 17 + java-version: 8 cache: maven - uses: jfrog/setup-jfrog-cli@v2 with: diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index 7fef7a49..2c1811c8 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -17,7 +17,6 @@ 0.0.5 2.5.1 9.2.17.0 - 0.2.5 @@ -46,24 +45,6 @@ - - com.googlecode.maven-download-plugin - download-maven-plugin - - - unpack-doc-resources - generate-resources - - wget - - - https://repo.spring.io/release/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version}/spring-doc-resources-${spring-doc-resources.version}.zip - true - ${project.build.directory}/refdocs/ - - - - org.apache.maven.plugins maven-resources-plugin @@ -89,24 +70,6 @@ - - com.googlecode.maven-download-plugin - download-maven-plugin - - - unpack-doc-resources - generate-resources - - wget - - - https://repo.spring.io/release/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version}/spring-doc-resources-${spring-doc-resources.version}.zip - true - ${project.build.directory}/refdocs/ - - - - org.apache.maven.plugins maven-resources-plugin