Skip to content

Commit a04c0f1

Browse files
committed
[maven-release-plugin] prepare release wiremock-testcontainers-module-1.0-alpha-1
1 parent 0b4888f commit a04c0f1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.wiremock.integrations.testcontainers</groupId>
86
<artifactId>wiremock-testcontainers-module</artifactId>
97
<description>TestContainers module for WireMock</description>
10-
<version>1.0-alpha-1-SNAPSHOT</version>
8+
<version>1.0-alpha-1</version>
119

1210
<licenses>
1311
<license>
@@ -150,7 +148,7 @@
150148
<connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
151149
<developerConnection>scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection>
152150
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
153-
<tag>${scmTag}</tag>
151+
<tag>wiremock-testcontainers-module-1.0-alpha-1</tag>
154152
</scm>
155153

156154
<distributionManagement>

0 commit comments

Comments
 (0)