Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Maven verify

on:
push:

jobs:
verify:
uses: cyclopsgroup/cyclopsgroup/.github/workflows/maven-verify.yml@main

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![kaufman](https://github.com/cyclopsgroup/kaufman/actions/workflows/verify.yml/badge.svg)

kaufman
=======

Various utilities to help building services
Various utilities to help building services
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public ChainedCredentialsProvider( List<Object> chain )
+ chain );
}

/**
* @inheritDoc
*/
@Override
public AWSCredentials getCredentials()
{
Expand All @@ -83,9 +80,6 @@ final AWSCredentialsProvider getInstance()
return instance;
}

/**
* @inheritDoc
*/
@Override
public void refresh()
{
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.cyclopsgroup</groupId>
<artifactId>cyclopsgroup-java-parent</artifactId>
<version>0.6.1</version>
<version>0.7.2</version>
</parent>
<artifactId>kaufman</artifactId>
<version>0.0.3</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kaufman</name>
<description>Shared utilities for other CyclopsGroup projects</description>
Expand Down