diff options
author | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 16:49:43 +0100 |
---|---|---|
committer | Chandan Rajah <chandan.rajah@gmail.com> | 2013-06-06 16:49:43 +0100 |
commit | ed6053702b557e6f177dcf67036002ee681dc671 (patch) | |
tree | f257c133f68ddde45373bbd0bc1b292efe94ffce | |
parent | 7877026834a72f0ba1db0a0754a60219b33b2f01 (diff) | |
download | SpyGlass-ed6053702b557e6f177dcf67036002ee681dc671.tar.gz SpyGlass-ed6053702b557e6f177dcf67036002ee681dc671.zip |
Updated maven 2 repository to ParallelAI
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ To use SpyGlass as a dependency use the following repository <repositories> <repository> <id>parallelai-releases</id> - <url>https://github.com/crajah/mvn-repo/raw/master/releases</url> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> </repository> </repositories> @@ -69,7 +69,7 @@ <distributionManagement> <repository> <id>repo</id> - <url>https://github.com/crajah/mvn-repo/raw/master/releases</url> + <url>https://github.com/ParallelAI/mvn-repo/raw/master/releases</url> </repository> </distributionManagement> |