Skip to content

Commit 588547f

Browse files
author
Alberto Scotto
committed
fixup! improve pom
1 parent 4690fb7 commit 588547f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

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

77
<groupId>me.alb-i986.selenium</groupId>
8-
<artifactId>selenium-junit</artifactId>
8+
<artifactId>selenium-junit4</artifactId>
99
<version>1.0-SNAPSHOT</version>
10-
<description>A framework for writing maintainable poetry with Selenium WebDriver.</description>
10+
<description>A lightweight framework for writing Selenium tests with JUnit, providing a number of TestRule's</description>
1111
<url>https://github.com/alb-i986/selenium-junit4</url>
1212

1313
<licenses>
@@ -27,9 +27,9 @@
2727
</developers>
2828

2929
<scm>
30-
<connection>scm:git:https://github.com/alb-i986/selenium-junit.git</connection>
31-
<developerConnection>scm:git:git@github.com:alb-i986/selenium-junit.git</developerConnection>
32-
<url>https://github.com/alb-i986/selenium-junit</url>
30+
<connection>scm:git:https://github.com/alb-i986/selenium-junit4.git</connection>
31+
<developerConnection>scm:git:git@github.com:alb-i986/selenium-junit4.git</developerConnection>
32+
<url>https://github.com/alb-i986/selenium-junit4</url>
3333
</scm>
3434

3535
<properties>

0 commit comments

Comments
 (0)