Skip to content

Commit

Permalink
* added apache repos
Browse files Browse the repository at this point in the history
  • Loading branch information
whym committed Aug 19, 2012
1 parent 6a49a98 commit 842af6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
<name>revdiffsearch</name>
<url>http://github.com/whym/revdiffsearch</url>

<repositories>
<repository>
<id>apache-public</id>
<url>https://repository.apache.org/content/groups/public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 842af6d

Please sign in to comment.