Skip to content

Commit

Permalink
Update the hawtjni version used.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Aug 12, 2011
1 parent a7b223e commit 7b144eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
<forge-project-id>leveldbjni</forge-project-id>
<forge-project-id-uc>LEVELDBJNI</forge-project-id-uc>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hawtjni-version>1.3</hawtjni-version>
<hawtjni-version>1.4-SNAPSHOT</hawtjni-version>
</properties>

<url>http://${forge-project-id}.fusesource.org</url>
Expand Down Expand Up @@ -270,6 +270,9 @@
</execution>
</executions>
<configuration>
<downloadUrl><![CDATA[
http://repo.fusesource.com/nexus/service/local/artifact/maven/redirect?r=snapshots&g=${project.groupId}&a=${project.artifactId}&v=${project.version}&c=native-src&e=zip
]]></downloadUrl>
<configureArgs>
<arg>--with-leveldb=${leveldb}</arg>
<arg>--with-snappy=${snappy}</arg>
Expand Down

0 comments on commit 7b144eb

Please sign in to comment.