Skip to content

Commit fcbedb6

Browse files
authored
Merge pull request #5 from xdev-software/develop
Release
2 parents e0a41d5 + aeedc7c commit fcbedb6

File tree

16 files changed

+26
-23
lines changed

16 files changed

+26
-23
lines changed

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.run/Run Demo.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
4-
<module name="testcontainers-java-selenium-demo" />
4+
<module name="testcontainers-selenium-demo" />
55
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
66
<extension name="coverage">
77
<pattern>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 1.0.1
2+
Rename artifactId from ``testcontainers-java-selenium`` to ``testcontainers-selenium``
3+
14
# 1.0.0
25
<i>Initial release</i>

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ You should have the following things installed:
3333
* Ensure that the JDK/Java-Version is correct
3434

3535

36-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-java-selenium/release.yml?branch=master)](https://github.com/xdev-software/testcontainers-java-selenium/actions/workflows/release.yml)
36+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-selenium/release.yml?branch=master)](https://github.com/xdev-software/testcontainers-selenium/actions/workflows/release.yml)
3737

3838
Before releasing:
39-
* Consider doing a [test-deployment](https://github.com/xdev-software/testcontainers-java-selenium/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
39+
* Consider doing a [test-deployment](https://github.com/xdev-software/testcontainers-selenium/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
4040
* Check the [changelog](CHANGELOG.md)
4141

4242
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/testcontainers-java-selenium?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/testcontainers-java-selenium)
2-
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-java-selenium/checkBuild.yml?branch=develop)](https://github.com/xdev-software/testcontainers-java-selenium/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_testcontainers-java-selenium&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_testcontainers-java-selenium)
1+
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/testcontainers-selenium?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/testcontainers-selenium)
2+
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-selenium/checkBuild.yml?branch=develop)](https://github.com/xdev-software/testcontainers-selenium/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_testcontainers-selenium&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_testcontainers-selenium)
44

5-
# <img src="https://raw.githubusercontent.com/SeleniumHQ/seleniumhq.github.io/690acbad7b4bf4656f116274809765db64e6ccf7/website_and_docs/static/images/logos/webdriver.svg" height=24 /> testcontainers-java-selenium
5+
# <img src="https://raw.githubusercontent.com/SeleniumHQ/seleniumhq.github.io/690acbad7b4bf4656f116274809765db64e6ccf7/website_and_docs/static/images/logos/webdriver.svg" height=24 /> Selenium/WebDriver re-implementation for Testcontainers Java
66

77
A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testcontainers.org/modules/webdriver_containers/) with the following improvements:
88
* It uses [Selenium's video recorder](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/README.md#video-recording)
@@ -21,7 +21,7 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
2121
* Caches "Selenium version detection via classpath" so that it's not invoked everytime you build a new container
2222

2323
## Installation
24-
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-java-selenium/releases/latest#Installation)
24+
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-selenium/releases/latest#Installation)
2525

2626
## Support
2727
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
@@ -30,6 +30,6 @@ If you need support as soon as possible and you can't wait for any pull request,
3030
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
3131

3232
## Dependencies and Licenses
33-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-java-selenium/dependencies)
33+
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-selenium/dependencies)
3434

35-
<sub>Disclaimer: This is not an official Testcontainers/Selenium product and not associated with them</sub>
35+
<sub>Disclaimer: This is not an official Testcontainers/Selenium product and not associated</sub>

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/testcontainers-java-selenium/security/advisories/new).
5+
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/testcontainers-selenium/security/advisories/new).

pom.xml

Lines changed: 3 additions & 3 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>testcontainers-java-selenium-root</artifactId>
8+
<artifactId>testcontainers-selenium-root</artifactId>
99
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

@@ -15,8 +15,8 @@
1515
</organization>
1616

1717
<modules>
18-
<module>testcontainers-java-selenium</module>
19-
<module>testcontainers-java-selenium-demo</module>
18+
<module>testcontainers-selenium</module>
19+
<module>testcontainers-selenium-demo</module>
2020
</modules>
2121

2222
<licenses>

testcontainers-java-selenium-demo/pom.xml renamed to testcontainers-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>testcontainers-java-selenium-demo</artifactId>
8+
<artifactId>testcontainers-selenium-demo</artifactId>
99
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

@@ -39,7 +39,7 @@
3939
<dependencies>
4040
<dependency>
4141
<groupId>software.xdev</groupId>
42-
<artifactId>testcontainers-java-selenium</artifactId>
42+
<artifactId>testcontainers-selenium</artifactId>
4343
<version>${project.version}</version>
4444
</dependency>
4545

testcontainers-java-selenium/pom.xml renamed to testcontainers-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>testcontainers-java-selenium</artifactId>
8+
<artifactId>testcontainers-selenium</artifactId>
99
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

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

1616
<scm>
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>
17+
<url>https://github.com/xdev-software/testcontainers-selenium</url>
18+
<connection>scm:git:https://github.com/xdev-software/testcontainers-selenium.git</connection>
1919
</scm>
2020

2121
<inceptionYear>2024</inceptionYear>

0 commit comments

Comments
 (0)