Skip to content

Commit 89fe871

Browse files
committed
refactoring of java classes
1 parent 2be28b9 commit 89fe871

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
<distributionManagement>
5555
<site>
5656
<id>org.woehlke.java.simpleworklist</id>
57-
<url>https://woehlke.org/java/simpleworklist</url>
58-
<!--
5957
<url>file://${user.home}/public_html/java/simpleworklist</url>
58+
<!--
59+
<url>https://woehlke.org/java/simpleworklist</url>
6060
-->
6161
</site>
62-
<snapshotRepository>
63-
<id>snapshots</id>
64-
<name>tw-thinkpad-snapshots</name>
65-
<url>file://${user.home}/public_html/java/libs-snapshot-local</url>
66-
</snapshotRepository>
6762
<repository>
6863
<id>central</id>
6964
<name>tw-thinkpad-releases</name>
7065
<url>file://${user.home}/public_html/java/libs-release-local</url>
7166
</repository>
67+
<snapshotRepository>
68+
<id>snapshots</id>
69+
<name>tw-thinkpad-snapshots</name>
70+
<url>file://${user.home}/public_html/java/libs-snapshot-local</url>
71+
</snapshotRepository>
7272
</distributionManagement>
7373

7474
<properties>

0 commit comments

Comments
 (0)