Author: ebourg-guest
Date: 2013-04-08 07:37:45 +0000 (Mon, 08 Apr 2013)
New Revision: 16505

Modified:
   trunk/libitext1-java/debian/rules
Log:
Fixed the URL used to fetch the pom.xml file

Modified: trunk/libitext1-java/debian/rules
===================================================================
--- trunk/libitext1-java/debian/rules   2013-04-07 23:14:11 UTC (rev 16504)
+++ trunk/libitext1-java/debian/rules   2013-04-08 07:37:45 UTC (rev 16505)
@@ -30,5 +30,5 @@
        -uscan --download-version $(VERSION) --force-download --rename
 
 get-orig-pom:
-       -wget -O debian/pom.xml 
http://repository.sonatype.org/service/local/repositories/central/content/com/lowagie/itext/$(VERSION)/itext-$(VERSION).pom
+       -wget -O debian/pom.xml 
http://repo1.maven.org/maven2/com/lowagie/itext/$(VERSION)/itext-$(VERSION).pom
 


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to