Skip to content

Commit 8554914

Browse files
Adapt pom.xml to support release to GitHub the next version is 1.0-alpha-1
1 parent dd9bec0 commit 8554914

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.wiremock.integrations.testcontainers</groupId>
88
<artifactId>wiremock-testcontainers-module</artifactId>
99
<description>TestContainers module for WireMock</description>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0-alpha-1-SNAPSHOT</version>
1111

1212
<licenses>
1313
<license>
@@ -144,4 +144,12 @@
144144
</releases>
145145
</repository>
146146
</repositories>
147+
148+
<distributionManagement>
149+
<repository>
150+
<id>github</id>
151+
<name>GitHub Packages</name>
152+
<url>https://maven.pkg.github.com/wiremock/wiremock-testcontainers-java</url>
153+
</repository>
154+
</distributionManagement>
147155
</project>

0 commit comments

Comments
 (0)