[jffi-next] 04/22: Change pom.xml version to 0.6

Tim Potter tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to tag 0.6.0.1
in repository jffi-next.

commit 3ada87008a2c7079bdcd5f754f823bbe773c776e
Author: Wayne Meissner <wmeissner at gmail.com>
Date:   Thu Sep 24 08:56:30 2009 +1000

    Change pom.xml version to 0.6
---
 custom-build.xml | 2 +-
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/custom-build.xml b/custom-build.xml
index d982f32..2759cca 100644
--- a/custom-build.xml
+++ b/custom-build.xml
@@ -80,7 +80,7 @@
                 public static final int MICRO = ${jffi.version.micro};
             }
         </echo>
-        <javac destdir="${build.classes.dir}" srcdir="${build.dir}/java"/>
+        <javac target="1.5" destdir="${build.classes.dir}" srcdir="${build.dir}/java"/>
     </target>
     <target name="-generate-native-headers" depends="-init-vars,-generate-version,-compile-java">
         <mkdir dir="${build.native.dir}"/>
diff --git a/pom.xml b/pom.xml
index 7756e10..ef26d3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.jruby.extras</groupId>
   <artifactId>jffi</artifactId>
   <packaging>jar</packaging>
-  <version>0.5</version>
+  <version>0.6</version>
   <name>jffi</name>
   <description>Java wrapper around libffi</description>
   <url>http://jffi.kenai.com</url>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git



More information about the pkg-java-commits mailing list