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 5f306a8 commit d9fe37aCopy full SHA for d9fe37a
pom.xml
@@ -16,10 +16,13 @@
16
<distributionManagement>
17
<!-- use the following if you're not using a snapshot version. -->
18
<repository>
19
- <id>jwall</id>
20
- <name>jwall.org Maven Repository</name>
21
- <url>https://secure.jwall.org/maven/repository/jwall</url>
+ <id>wumpz-releases</id>
+ <url>${wumpz.releases.repo.url}</url>
22
</repository>
+ <snapshotRepository>
23
+ <id>wumpz-snapshots</id>
24
+ <url>${wumpz.snapshots.repo.url}</url>
25
+ </snapshotRepository>
26
</distributionManagement>
27
28
<build>
0 commit comments