Skip to content

Commit 0532624

Browse files
Merge pull request #6 from wiremock/naming
Fix naming in the docs. Testcontainers, not TestContainers
2 parents 187e4c3 + ea01ffe commit 0532624

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TestContainers Java module for WireMock
1+
# Testcontainers Java module for WireMock
22

33
[![a](https://img.shields.io/badge/slack-slack.wiremock.org-brightgreen?style=flat&logo=slack)](http://slack.wiremock.org/)
44

jreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project:
22
name: wiremock-testcontainers-module
3-
description: TestContainers Java module for WireMock
4-
longDescription: TestContainers Java module for WireMock
3+
description: Testcontainers Java module for WireMock
4+
longDescription: Testcontainers Java module for WireMock
55
links:
66
homepage: https://github.com/wiremock/wiremock-testcontainers-java
77
authors:

pom.xml

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

55
<groupId>org.wiremock.integrations.testcontainers</groupId>
66
<artifactId>wiremock-testcontainers-module</artifactId>
7-
<description>TestContainers module for WireMock</description>
7+
<description>Testcontainers Java module for WireMock</description>
88
<version>1.0-alpha-3-SNAPSHOT</version>
99

1010
<licenses>

0 commit comments

Comments
 (0)