Skip to content

Commit d6297c6

Browse files
author
travis-ci
committed
Adding missing pom info
1 parent 98a9145 commit d6297c6

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

pom.xml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@
44

55
<groupId>uk.co.evoco</groupId>
66
<artifactId>selenium-pom-framework</artifactId>
7-
<version>1.0.5-SNAPSHOT</version>
7+
<version>1.0.6-SNAPSHOT</version>
8+
9+
<url>https://www.github.com/digital-delivery-academy/selenium-pom-framework</url>
10+
11+
<licenses>
12+
<license>
13+
<name>MIT</name>
14+
<url>https://github.com/digital-delivery-academy/selenium-pom-framework/blob/master/LICENSE</url>
15+
</license>
16+
</licenses>
17+
18+
<description>
19+
A simple Selenium framework offering externalised configuration, good selection of libraries for supporting
20+
test data, simple WebDriver browser binary resolution and an opinionated approach for WebDriver test design.
21+
</description>
22+
23+
<developers>
24+
<developer>
25+
<name>Steve Walton</name>
26+
<url>https://www.evoco.co.uk</url>
27+
<organizationUrl>https://www.evoco.co.uk</organizationUrl>
28+
<organization>Evoco Digtial Services</organization>
29+
</developer>
30+
</developers>
831

932
<contributors>
1033
<contributor>
@@ -15,11 +38,6 @@
1538
</contributor>
1639
</contributors>
1740

18-
<description>
19-
A simple Selenium framework offering externalised configuration, good selection of libraries for supporting
20-
test data, simple WebDriver browser binary resolution and an opinionated approach for WebDriver test design.
21-
</description>
22-
2341
<issueManagement>
2442
<system>GitHub</system>
2543
<url>https://github.com/digital-delivery-academy/selenium-pom-framework/issues</url>

0 commit comments

Comments
 (0)