[jffi-next] 18/22: Bump version to 0.6.1

Tim Potter tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:23 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 b30708ab4258017dfb35b1e08c9d28917f05ad94
Author: Wayne Meissner <wmeissner at gmail.com>
Date:   Tue Oct 13 19:36:53 2009 +1000

    Bump version to 0.6.1
---
 custom-build.xml | 2 +-
 pom.xml          | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/custom-build.xml b/custom-build.xml
index 8bb94e9..058bcf0 100644
--- a/custom-build.xml
+++ b/custom-build.xml
@@ -10,7 +10,7 @@
         <property name="complete.jar" value="${dist.dir}/jffi-complete.jar"/>
         <property name="jffi.version.major" value="0"/>
         <property name="jffi.version.minor" value="6"/>
-        <property name="jffi.version.micro" value="0"/>
+        <property name="jffi.version.micro" value="1"/>
         <mkdir dir="${build.native.dir}"/>
         
         <!-- normalize the various os.arch naming conventions -->
diff --git a/pom.xml b/pom.xml
index 60c0570..dc0b1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.jruby.extras</groupId>
   <artifactId>jffi</artifactId>
   <packaging>jar</packaging>
-  <version>0.6</version>
+  <version>0.6.1</version>
   <name>jffi</name>
   <description>Java wrapper around libffi</description>
   <url>http://jffi.kenai.com</url>
@@ -64,11 +64,6 @@
     </developer>
   </developers>
 
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-    <maven.test.failure.ignore>true</maven.test.failure.ignore>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -78,6 +73,8 @@
     </dependency>
   </dependencies>
   <properties>
+      <maven.test.skip>true</maven.test.skip>
+      <maven.test.failure.ignore>true</maven.test.failure.ignore>
       <make.exe>make</make.exe>
   </properties>
   <profiles>

-- 
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