Skip to content

Commit c2f2824

Browse files
author
admitrov
committed
fix: update project names in pom.xml for clarity
1 parent cc77205 commit c2f2824

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>3.1.15</version>
99
<packaging>pom</packaging>
1010

11-
<name>${project.groupId}:${project.artifactId}</name>
11+
<name>testcontainers-spring-boot</name>
1212
<description>Container auto-configurations for spring-boot based integration tests</description>
1313
<url>https://github.com/PlaytikaOSS/testcontainers-spring-boot</url>
1414

testcontainers-common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</parent>
1313

1414
<artifactId>testcontainers-common</artifactId>
15+
<name>testcontainers-common</name>
1516

1617
<dependencies>
1718
<dependency>
@@ -20,4 +21,4 @@
2021
</dependency>
2122
</dependencies>
2223

23-
</project>
24+
</project>

testcontainers-spring-boot-bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<packaging>pom</packaging>
1414
<artifactId>testcontainers-spring-boot-bom</artifactId>
15+
<name>testcontainers-spring-boot-bom</name>
1516

1617
<dependencyManagement>
1718
<dependencies>

testcontainers-spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<packaging>pom</packaging>
1313
<artifactId>testcontainers-spring-boot-parent</artifactId>
14+
<name>testcontainers-spring-boot-parent</name>
1415
<description>Parent pom for all embedded testcontainers</description>
1516

16-
1717
<properties>
1818
<spring.boot.version>3.5.5</spring.boot.version>
1919
<spring.cloud.version>2025.0.0</spring.cloud.version>

0 commit comments

Comments
 (0)