Currently we need to download dependencies from snapshots repository ios
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 22 Jul 2013 14:41:09 +0200
branchios
changeset 208cd8fc587a526
parent 205 c89e6bdb0703
child 209 573210eae6b1
Currently we need to download dependencies from snapshots repository
ko-archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/pom.xml	Thu Jul 18 16:18:58 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/pom.xml	Mon Jul 22 14:41:09 2013 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4        <repository>
     1.5            <id>java.net</id>
     1.6            <name>Java.net</name>
     1.7 -          <url>https://maven.java.net/content/repositories/releases/</url>
     1.8 +          <url>https://maven.java.net/content/repositories/snapshots/</url>
     1.9            <snapshots>
    1.10                <enabled>true</enabled>
    1.11            </snapshots>