Browse Source

Update lombok and use latest release in the future

Change-Id: I671f0bc9e92922ca96a94e43da67864b0957296b
Reviewed-on: http://gerrit.dmdirc.com/2499
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith 12 years ago
parent
commit
0f56fd4474
2 changed files with 1 additions and 4 deletions
  1. 0
    3
      etc/ivy/ivysettings.xml
  2. 1
    1
      ivy.xml

+ 0
- 3
etc/ivy/ivysettings.xml View File

@@ -5,8 +5,6 @@
5 5
 
6 6
         <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
7 7
 
8
-        <ibiblio name="sonatype" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"/>
9
-
10 8
         <url name="ant-nsis">
11 9
             <artifact pattern="http://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
12 10
         </url>
@@ -26,6 +24,5 @@
26 24
         <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
27 25
         <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
28 26
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
29
-        <module organisation="com.github.peichhorn" name="*" resolver="sonatype"/>
30 27
     </modules>
31 28
 </ivysettings>

+ 1
- 1
ivy.xml View File

@@ -17,7 +17,7 @@
17 17
         <dependency org="org.slf4j" name="slf4j-api" rev="1.6.+" conf="compile->default" />
18 18
         <dependency org="ch.qos.logback" name="logback-classic" rev="1.+" conf="test->default" />
19 19
 
20
-        <dependency org="com.github.peichhorn" name="lombok-pg" rev="0.10.8-SNAPSHOT" conf="compile->default" />
20
+        <dependency org="com.github.peichhorn" name="lombok-pg" rev="latest.release" conf="compile->default" />
21 21
 
22 22
         <dependency org="pmd" name="pmd" rev="4.+" conf="test->default" />
23 23
         <dependency org="junit" name="junit" rev="4.+" conf="test->default" />

Loading…
Cancel
Save