Skip to content

Commit

Permalink
Replaced maven repo at ii.tudelft.nl with releases branch on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhindriks committed Jul 27, 2014
1 parent 274f77c commit 00da335
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
/.settings
/.project
/.classpath
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
</execution>
</executions>
<configuration>
<doCheck>false</doCheck>
<doCheck>true</doCheck>
<doUpdate>true</doUpdate>
<shortRevisionLength>5</shortRevisionLength>
<format>{0,date,yyyy-MM-dd}</format>
<items>
<item>timestamp</item>
</items>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -77,11 +80,15 @@
</plugins>
</build>

<repositories>
<repositories>
<repository>
<id>ii.tudelft.nl</id>
<url>https://ii.tudelft.nl/maven/</url>
</repository>
<id>eis-releases</id>
<url>https://raw.github.com/eishub/eis/releases/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit 00da335

Please sign in to comment.