Skip to content

Commit 09bdd83

Browse files
committed
Updating references from selenium-pom-example to selenium-pom-framework to reflect repo name change
1 parent a6c99b1 commit 09bdd83

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<repository>
2121
<id>github</id>
2222
<name>GitHub OWNER Apache Maven Packages</name>
23-
<url>https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-example</url>
23+
<url>https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-framework</url>
2424
</repository>
2525
</repositories>
2626
</profile>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>uk.co.evoco</groupId>
8-
<artifactId>selenium-pom-example</artifactId>
8+
<artifactId>selenium-pom-framework</artifactId>
99
<version>0.0.1</version>
1010

1111
<contributors>
@@ -18,21 +18,20 @@
1818
</contributors>
1919

2020
<description>
21-
An simple Selenium base using the page object pattern. Can be an example or a boilerplate. Contains
22-
various helpers to get things started and an externalised configuration ready for dynamic configuration (e.g.
23-
for use in CI systems).
21+
A simple Selenium framework offering externalised configuration, good selection of libraries for supporting
22+
test data, simple WebDriver browser binary resolution and an opinionated approach for WebDriver test design.
2423
</description>
2524

2625
<issueManagement>
2726
<system>GitHub</system>
28-
<url>https://github.com/digital-delivery-academy/selenium-pom-example/issues</url>
27+
<url>https://github.com/digital-delivery-academy/selenium-pom-framework/issues</url>
2928
</issueManagement>
3029

3130
<distributionManagement>
3231
<repository>
3332
<id>github</id>
3433
<name>GitHub digital-delivery-academy Apache Maven Packages</name>
35-
<url>https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-example</url>
34+
<url>https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-framework</url>
3635
</repository>
3736
</distributionManagement>
3837

0 commit comments

Comments
 (0)