Skip to content

Commit bf2cd58

Browse files
committed
Rename III
1 parent b371b06 commit bf2cd58

File tree

2 files changed

+8
-8
lines changed
  • testcontainers-java-selenium-demo
  • testcontainers-java-selenium

2 files changed

+8
-8
lines changed

testcontainers-java-selenium-demo/pom.xml

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

77
<groupId>software.xdev</groupId>
8-
<artifactId>standard-maven-template-demo</artifactId>
8+
<artifactId>testcontainers-java-selenium-demo</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

@@ -27,7 +27,7 @@
2727
<dependencies>
2828
<dependency>
2929
<groupId>software.xdev</groupId>
30-
<artifactId>standard-maven-template</artifactId>
30+
<artifactId>testcontainers-java-selenium</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
3333
</dependencies>

testcontainers-java-selenium/pom.xml

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

77
<groupId>software.xdev</groupId>
8-
<artifactId>standard-maven-template</artifactId>
8+
<artifactId>testcontainers-java-selenium</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<name>standard-maven-template</name>
13-
<description>standard-maven-template</description>
14-
<url>https://github.com/xdev-software/standard-maven-template</url>
12+
<name>testcontainers-java-selenium</name>
13+
<description>testcontainers-java-selenium</description>
14+
<url>https://github.com/xdev-software/testcontainers-java-selenium</url>
1515

1616
<scm>
17-
<url>https://github.com/xdev-software/standard-maven-template</url>
18-
<connection>scm:git:https://github.com/xdev-software/standard-maven-template.git</connection>
17+
<url>https://github.com/xdev-software/testcontainers-java-selenium</url>
18+
<connection>scm:git:https://github.com/xdev-software/testcontainers-java-selenium.git</connection>
1919
</scm>
2020

2121
<inceptionYear>2023</inceptionYear>

0 commit comments

Comments
 (0)