From 8dcd85dabcb9b543ee8bf60eab7ee366b67bee7d Mon Sep 17 00:00:00 2001 From: Jiaqi Guo Date: Tue, 30 Nov 2021 20:38:54 -0800 Subject: [PATCH 1/4] Upgrade pom --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 086b512..69099e1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,10 @@ org.cyclopsgroup cyclopsgroup-java-parent - 0.6.1 + 0.7.2 kaufman - 0.0.3 + 1.0.0-SNAPSHOT pom Kaufman Shared utilities for other CyclopsGroup projects From 2be879691226adee2f853cfddb6ec554dd1f623e Mon Sep 17 00:00:00 2001 From: Jiaqi Guo Date: Tue, 30 Nov 2021 20:39:35 -0800 Subject: [PATCH 2/4] Add GH action --- .github/workflows/verify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/verify.yml diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml new file mode 100644 index 0000000..39a99b4 --- /dev/null +++ b/.github/workflows/verify.yml @@ -0,0 +1,9 @@ +name: Maven verify + +on: + push: + +jobs: + verify: + uses: cyclopsgroup/cyclopsgroup/.github/workflows/maven-verify.yml@main + From 9992314c431c36345242d961fcecc42dc1a44323 Mon Sep 17 00:00:00 2001 From: Jiaqi Guo Date: Tue, 30 Nov 2021 20:42:08 -0800 Subject: [PATCH 3/4] Remove bad javadoc --- .../kaufman/aws/ChainedCredentialsProvider.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kaufman-aws/src/main/java/org/cyclopsgroup/kaufman/aws/ChainedCredentialsProvider.java b/kaufman-aws/src/main/java/org/cyclopsgroup/kaufman/aws/ChainedCredentialsProvider.java index d897f7a..64284ba 100644 --- a/kaufman-aws/src/main/java/org/cyclopsgroup/kaufman/aws/ChainedCredentialsProvider.java +++ b/kaufman-aws/src/main/java/org/cyclopsgroup/kaufman/aws/ChainedCredentialsProvider.java @@ -69,9 +69,6 @@ public ChainedCredentialsProvider( List chain ) + chain ); } - /** - * @inheritDoc - */ @Override public AWSCredentials getCredentials() { @@ -83,9 +80,6 @@ final AWSCredentialsProvider getInstance() return instance; } - /** - * @inheritDoc - */ @Override public void refresh() { From 48e1963db35de7081ed918c65e880bce2105447f Mon Sep 17 00:00:00 2001 From: Jiaqi Guo Date: Mon, 3 Jan 2022 10:23:33 -0800 Subject: [PATCH 4/4] Add badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ecefa..e607d2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +![kaufman](https://github.com/cyclopsgroup/kaufman/actions/workflows/verify.yml/badge.svg) + kaufman ======= -Various utilities to help building services \ No newline at end of file +Various utilities to help building services