浏览代码

Force ivy bump, and fix ivy sources.

Change-Id: I8608be6d035c9d7deeca526047f3f60c0f0f7777
Reviewed-on: http://gerrit.dmdirc.com/3051
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.8
Chris Smith 10 年前
父节点
当前提交
0504eb8a5e
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2
    1
      etc/ivy/ivysettings.xml
  2. 1
    1
      ivy.xml

+ 2
- 1
etc/ivy/ivysettings.xml 查看文件

@@ -5,6 +5,7 @@
5 5
 
6 6
         <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
7 7
         <ibiblio name="dmdirc-thirdparty" root="http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/" m2compatible="true"/>
8
+        <ibiblio name="dmdirc-releases" root="http://nexus.dmdirc.com/nexus/content/repositories/releases/" m2compatible="true"/>
8 9
         <ibiblio name="jml" root="http://java-jml.sourceforge.net/maven" m2compatible="true"/>
9 10
 
10 11
         <url name="ant-nsis">
@@ -22,6 +23,6 @@
22 23
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
23 24
         <module organisation="com.greboid.libraries" name="*" resolver="dmdirc-thirdparty"/>
24 25
         <module organisation="net.sourceforge.java-jml" name="*" resolver="jml"/>
25
-        <module organisation="org.projectlombok" name="*" resolver="dmdirc-thirdparty"/>
26
+        <module organisation="com.dmdirc" name="*" resolver="dmdirc-releases"/>
26 27
     </modules>
27 28
 </ivysettings>

+ 1
- 1
ivy.xml 查看文件

@@ -16,7 +16,7 @@
16 16
 
17 17
         <dependency org="com.google.guava" name="guava" rev="15.+" conf="build->default" />
18 18
         <dependency org="com.google.code.findbugs" name="jsr305" rev="2.+" conf="main->default" />
19
-        <dependency org="com.dmdirc" name="annotations" rev="[0.3.4,)" conf="main->default" />
19
+        <dependency org="com.dmdirc" name="annotations" rev="[0.6,)" conf="main->default" />
20 20
 
21 21
         <dependency org="org.slf4j" name="slf4j-api" rev="1.+" conf="main->default" />
22 22
         <dependency org="org.igniterealtime.smack" name="smack" rev="3.+" conf="main->default" />

正在加载...
取消
保存