Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Java-SCA-2.0-M4
-
None
-
None
-
Patch Available
Description
Need to change the incubating-repo to snapshots repo
Index: pom.xml
===================================================================
— pom.xml (revision 1211541)
+++ pom.xml (working copy)
@@ -30,8 +30,13 @@
<repositories>
<repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>