Skip to content

Commit d9fe37a

Browse files
committed
deployment to github maven repository
1 parent 5f306a8 commit d9fe37a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
<distributionManagement>
1717
<!-- use the following if you're not using a snapshot version. -->
1818
<repository>
19-
<id>jwall</id>
20-
<name>jwall.org Maven Repository</name>
21-
<url>https://secure.jwall.org/maven/repository/jwall</url>
19+
<id>wumpz-releases</id>
20+
<url>${wumpz.releases.repo.url}</url>
2221
</repository>
22+
<snapshotRepository>
23+
<id>wumpz-snapshots</id>
24+
<url>${wumpz.snapshots.repo.url}</url>
25+
</snapshotRepository>
2326
</distributionManagement>
2427

2528
<build>

0 commit comments

Comments
 (0)