dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #36171
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18524: Disabled snapshots in repos
------------------------------------------------------------
revno: 18524
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2015-03-08 11:26:16 +0100
message:
Disabled snapshots in repos
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2015-03-05 18:55:18 +0000
+++ dhis-2/pom.xml 2015-03-08 10:26:16 +0000
@@ -61,12 +61,18 @@
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
<!-- SMSLib -->
<repository>
<id>smslib</id>
<name>SMSLib</name>
<url>http://smslib.org/maven2/v3</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
</repositories>