Skip to content

Commit a4012d7

Browse files
committed
Updating contributors and dates
1 parent 8e1ac37 commit a4012d7

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

.all-contributorsrc

+22-6
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,49 @@
1010
"name": "Augustine K",
1111
"avatar_url": "https://avatars2.githubusercontent.com/u/4432756?v=4",
1212
"profile": "https://github.com/akwanashie",
13-
"contributions": [
13+
"contributions": [
1414
"code"
1515
]
16-
},
17-
{
16+
},
17+
{
1818
"login": "balu836",
1919
"name": "balu836",
2020
"avatar_url": "https://avatars2.githubusercontent.com/u/33576087?v=4",
2121
"profile": "https://github.com/balu836",
2222
"contributions": [
2323
"code"
2424
]
25-
},
26-
{
25+
},
26+
{
2727
"login": "stevewalton28",
2828
"name": "Steve Walton",
2929
"avatar_url": "https://avatars2.githubusercontent.com/u/8415117?v=4",
3030
"profile": "https://www.evoco.co.uk",
3131
"contributions": [
3232
"code"
3333
]
34+
},
35+
{
36+
"login": "damien-cooke",
37+
"name": "damien-cooke",
38+
"avatar_url": "https://avatars.githubusercontent.com/u/47777417?v=4",
39+
"profile": "https://github.com/damien-cooke",
40+
"contributions": [
41+
"code",
42+
"content",
43+
"design",
44+
"doc",
45+
"maintenance",
46+
"mentoring",
47+
"test"
48+
]
3449
}
3550
],
3651
"contributorsPerLine": 7,
3752
"projectName": "selenium-pom-framework",
3853
"projectOwner": "digital-delivery-academy",
3954
"repoType": "github",
4055
"repoHost": "https://github.com",
41-
"skipCi": true
56+
"skipCi": true,
57+
"commitConvention": "none"
4258
}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# selenium-pom-framework
22
[![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)
33
[![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)
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
54

65
[![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)
76
[![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)
@@ -10,6 +9,7 @@
109

1110
[![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)
1211
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
12+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
1313
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1414

1515
**We've released version 1.0.0! And we've moved to Maven Central hosting and added instrumentation**
@@ -169,6 +169,7 @@ We're using repositories from the guys below to provide some of our features:
169169
<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>
170170
<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>
171171
<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>
172+
<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>
172173
</tr>
173174
</table>
174175
<!-- markdownlint-enable -->

src/main/java/uk/co/evoco/testdata/Dates.java

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import net.andreinc.mockneat.abstraction.MockUnitBase;
44
import org.joda.time.DateTime;
5-
import org.joda.time.Duration;
65
import org.joda.time.LocalDate;
76
import org.joda.time.format.DateTimeFormat;
87
import org.joda.time.format.DateTimeFormatter;

0 commit comments

Comments
 (0)