Skip to content

Commit

Permalink
Moving Apache snapshot Maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jul 4, 2013
1 parent ef49dd8 commit 546e1b1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Expand Up @@ -997,6 +997,13 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>Apache Snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
Expand All @@ -1008,13 +1015,7 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>Apache Snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 546e1b1

Please sign in to comment.