Skip to content

Commit

Permalink
Updating contributors and dates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewalton28 committed Oct 25, 2021
1 parent 8e1ac37 commit a4012d7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
28 changes: 22 additions & 6 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,49 @@
"name": "Augustine K",
"avatar_url": "https://avatars2.githubusercontent.com/u/4432756?v=4",
"profile": "https://github.com/akwanashie",
"contributions": [
"contributions": [
"code"
]
},
{
},
{
"login": "balu836",
"name": "balu836",
"avatar_url": "https://avatars2.githubusercontent.com/u/33576087?v=4",
"profile": "https://github.com/balu836",
"contributions": [
"code"
]
},
{
},
{
"login": "stevewalton28",
"name": "Steve Walton",
"avatar_url": "https://avatars2.githubusercontent.com/u/8415117?v=4",
"profile": "https://www.evoco.co.uk",
"contributions": [
"code"
]
},
{
"login": "damien-cooke",
"name": "damien-cooke",
"avatar_url": "https://avatars.githubusercontent.com/u/47777417?v=4",
"profile": "https://github.com/damien-cooke",
"contributions": [
"code",
"content",
"design",
"doc",
"maintenance",
"mentoring",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "selenium-pom-framework",
"projectOwner": "digital-delivery-academy",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
"skipCi": true,
"commitConvention": "none"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# selenium-pom-framework
[![GitHub Actions Build](https://github.com/digital-delivery-academy/selenium-pom-framework/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/digital-delivery-academy/selenium-pom-framework/actions/workflows/maven.yml)
[![GitHub Issues badge](https://img.shields.io/github/issues-raw/digital-delivery-academy/selenium-pom-framework?color=green)](https://github.com/digital-delivery-academy/selenium-pom-framework/issues)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=digital-delivery-academy_selenium-pom-example&metric=coverage)](https://sonarcloud.io/dashboard?id=digital-delivery-academy_selenium-pom-example)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=digital-delivery-academy_selenium-pom-example&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=digital-delivery-academy_selenium-pom-example)
Expand All @@ -10,6 +9,7 @@

[![Latest version badge](https://img.shields.io/github/v/release/digital-delivery-academy/selenium-pom-framework)](https://github.com/digital-delivery-academy/selenium-pom-framework/releases)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

**We've released version 1.0.0! And we've moved to Maven Central hosting and added instrumentation**
Expand Down Expand Up @@ -169,6 +169,7 @@ We're using repositories from the guys below to provide some of our features:
<td align="center"><a href="https://www.evoco.co.uk"><img src="https://avatars2.githubusercontent.com/u/8415117?v=4" width="100px;" alt=""/><br /><sub><b>Steve Walton</b></sub></a><br /><a href="https://github.com/digital-delivery-academy/selenium-pom-framework/commits?author=stevewalton28" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/akwanashie"><img src="https://avatars2.githubusercontent.com/u/4432756?v=4" width="100px;" alt=""/><br /><sub><b>Augustine K</b></sub></a><br /><a href="https://github.com/digital-delivery-academy/selenium-pom-framework/commits?author=akwanashie" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/balu836"><img src="https://avatars2.githubusercontent.com/u/33576087?v=4" width="100px;" alt=""/><br /><sub><b>balu836</b></sub></a><br /><a href="https://github.com/digital-delivery-academy/selenium-pom-framework/commits?author=balu836" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/damien-cooke"><img src="https://avatars.githubusercontent.com/u/47777417?v=4" width="100px;" alt=""/><br /><sub><b>damien-cooke</b></sub></a><br /><a href="https://github.com/digital-delivery-academy/selenium-pom-framework/commits?author=damien-cooke" title="Code">💻</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
Expand Down
1 change: 0 additions & 1 deletion src/main/java/uk/co/evoco/testdata/Dates.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import net.andreinc.mockneat.abstraction.MockUnitBase;
import org.joda.time.DateTime;
import org.joda.time.Duration;
import org.joda.time.LocalDate;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
Expand Down

0 comments on commit a4012d7

Please sign in to comment.