Skip to content

Commit 59d9e11

Browse files
committed
fixed deployment URL
1 parent 819e643 commit 59d9e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
<distributionManagement>
6868
<repository>
6969
<id>bitzeche-release</id>
70-
<url>dav:http://svn.bitzeche.de:9080/archiva/repository/release/</url>
70+
<url>dav:http://trac.bitzeche.de/archiva/repository/release/</url>
7171
</repository>
7272
<snapshotRepository>
7373
<id>bitzeche-snapshots</id>
74-
<url>dav:http://svn.bitzeche.de:9080/archiva/repository/snapshots/</url>
74+
<url>dav:http://trac.bitzeche.de/archiva/repository/snapshots/</url>
7575
</snapshotRepository>
7676
</distributionManagement>
7777
<properties>

0 commit comments

Comments
 (0)