We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9bec0 commit 8554914Copy full SHA for 8554914
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>org.wiremock.integrations.testcontainers</groupId>
8
<artifactId>wiremock-testcontainers-module</artifactId>
9
<description>TestContainers module for WireMock</description>
10
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-alpha-1-SNAPSHOT</version>
11
12
<licenses>
13
<license>
@@ -144,4 +144,12 @@
144
</releases>
145
</repository>
146
</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>
155
</project>
0 commit comments