diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 477ea93..4e4120d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: gpg-passphrase: PASSPHRASE - name: "Maven deploy maven central" - run: mvn deploy --batch-mode -D skipTests --activate-profiles central --no-transfer-progress + run: mvn deploy --batch-mode -DskipTests --activate-profiles central --no-transfer-progress env: MAVEN_USERNAME: ${{secrets.MAVEN_TOKEN_USER}} MAVEN_TOKEN: ${{secrets.MAVEN_TOKEN}} @@ -53,7 +53,7 @@ jobs: distribution: "corretto" - name: "Maven deploy github packages" - run: mvn deploy --batch-mode -D skipTests --activate-profiles github --no-transfer-progress + run: mvn deploy --batch-mode -DskipTests --activate-profiles github --no-transfer-progress env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6aeba93..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,25 +0,0 @@ -# Changelog -## v6.1.0 -* Added support for the CA1 Region -## v6.0.0 -* Bumped Apache HTTP client dependency to v5 changing, slightly, our API contract -* Tightened access to some internal classes -## v5.2.0 -* Dependency bump -## v5.0.0 -* Dependency upgrades -* Fixes #65 breaking public interface -* Requires JDK 11 or later -* Fixed issue with JAR manifest -## v4.2.1 -* Readme updated -## v4.2.0 -* Starting deploying to GH packages alongside maven central -## v4.0.0 -* Dropped support for protocol versions older than 2.1 -* Dropped the batch client (it wasn't getting used, and it's simple to build your own) -* Refactored ScaniiTarget to allow for custom targets. ScaniiTarget.latest() should be replaced with ScaniiTarget.AUTO -* Added method to create a client without passing a specific target -* Dropped usage of Google Guava -* Migrated testing to GHE Actions (and expanded coverage) -* Batch client creation now includes tuning of the underlying HTTP client diff --git a/README.md b/README.md index 5bc1564..000ad92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### A pure Java interface to the Scanii content processing service - https://scanii.com +### A pure Java interface to the Scanii content processing service - https://www.scanii.com ### How to use this client diff --git a/pom.xml b/pom.xml index 00b38a5..cf83a3a 100644 --- a/pom.xml +++ b/pom.xml @@ -133,13 +133,12 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.3.0 attach-sources - package - jar-no-fork + jar @@ -147,11 +146,17 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 + + false + 11 + + -Xdoclint:none + + attach-javadocs - package jar @@ -171,10 +176,6 @@ - - - false - org.sonatype.central