diff --git a/.circleci/config.yml b/.circleci/config.yml index 2eaee57..dd124a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,28 +18,9 @@ jobs: - run: name: Run Unit Tests command: ./gradlew test --daemon - docs: - docker: - - image: circleci/openjdk:8 - steps: - - checkout - - run: - name: Download Script - command: mkdir $HOME/script && curl -o $HOME/script/create_pr.bash https://raw.githubusercontent.com/elasticio/elasticio.github.io/master/scripts/create_pr.bash - - run: - shell: /bin/bash - name: Create PR - command: bash $HOME/script/create_pr.bash -p $PWD -n soap-component workflows: version: 2 build_and_test: jobs: - test - deploy_docs: - jobs: - - docs: - filters: - branches: - only: - - master \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f3444..831977a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.3 (June 6, 2020) + * Remove update docs on deploy script + # 1.2.2 (May 29, 2020) ## General Changes * Replace weight in component.json with order diff --git a/build.gradle b/build.gradle index 938e293..184a582 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: "idea" apply plugin: "java-library-distribution" group = "io.elastic" -version = "1.2.2" +version = "1.2.3" sourceCompatibility = 1.8 targetCompatibility = 1.8