diff options
author | James Moger <james.moger@gitblit.com> | 2013-04-10 09:38:22 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-04-10 09:38:22 -0400 |
commit | a4c6808a1ba7ddcdd4c27a9954d676df9cf56db1 (patch) | |
tree | d0b37c78fda815dcc0a9838ed42d3e6337c61046 /build.xml | |
parent | 6d19dbff9baa7064162ab9466d0e7ebddec2f803 (diff) | |
download | gitblit-a4c6808a1ba7ddcdd4c27a9954d676df9cf56db1.tar.gz gitblit-a4c6808a1ba7ddcdd4c27a9954d676df9cf56db1.zip |
Updated Moxie's Maven url to Github's io TLD
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<property name="moxie.version" value="0.7.1" />
- <property name="moxie.url" value="http://gitblit.github.com/moxie/maven" />
+ <property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
|