Markus Koschany pushed to branch upstream at Debian Java Maintainers / 
lombok-patcher


Commits:
c8d4336e by Markus Koschany at 2019-09-28T21:47:17Z
New upstream version 0.34
- - - - -


3 changed files:

- build.xml
- buildScripts/ivy.xml
- src/patcher/lombok/patcher/Version.java


Changes:

=====================================
build.xml
=====================================
@@ -30,7 +30,7 @@
        
        <target name="load-ipp" depends="download-ipp">
                <taskdef classpath="lib/ivyplusplus.jar" 
resource="com/zwitserloot/ivyplusplus/antlib.xml" 
uri="antlib:com.zwitserloot.ivyplusplus" />
-               <ivy:ensureippversion version="1.22" 
property="ivyplusplus.minimumAvailable" />
+               <ivy:ensureippversion version="1.26" 
property="ivyplusplus.minimumAvailable" />
        </target>
 
        <target name="redownload-ipp" unless="ivyplusplus.minimumAvailable">


=====================================
buildScripts/ivy.xml
=====================================
@@ -11,9 +11,9 @@
                <dependency org="junit" name="junit" rev="4.12" conf="test -> 
default"/>
                <dependency org="com.jcraft" name="jsch" rev="0.1.42" 
conf="build->default" />
                <dependency org="projectlombok.org" name="jsch-ant-fixed" 
rev="0.1.45" conf="build" />
-               <dependency org="org.ow2.asm" name="asm" rev="7.0" 
conf="runtime, build -> default; contrib->sources" />
-               <dependency org="org.ow2.asm" name="asm-tree" rev="7.0" 
conf="runtime, build->default; contrib->sources" />
-               <dependency org="org.ow2.asm" name="asm-commons" rev="7.0" 
conf="runtime, build->default; contrib->sources" />
+               <dependency org="org.ow2.asm" name="asm" rev="7.1" 
conf="runtime, build -> default; contrib->sources" />
+               <dependency org="org.ow2.asm" name="asm-tree" rev="7.1" 
conf="runtime, build->default; contrib->sources" />
+               <dependency org="org.ow2.asm" name="asm-commons" rev="7.1" 
conf="runtime, build->default; contrib->sources" />
                <dependency org="net.java.dev.jna" name="jna" rev="3.2.2" 
conf="runtimeInjector, build->master" />
        </dependencies>
 </ivy-module>


=====================================
src/patcher/lombok/patcher/Version.java
=====================================
@@ -26,7 +26,7 @@ package lombok.patcher;
  */
 public class Version {
        // ** CAREFUL ** - this class must always compile with 0 dependencies 
(it must not refer to any other sources or libraries).
-       private static final String VERSION = "0.32";
+       private static final String VERSION = "0.34";
        
        private Version() {
                //Prevent instantiation



View it on GitLab: 
https://salsa.debian.org/java-team/lombok-patcher/commit/c8d4336eb507a418d9befd3f3b9cd371c95b2be7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lombok-patcher/commit/c8d4336eb507a418d9befd3f3b9cd371c95b2be7
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to