Skip to content

Commit

Permalink
Switch to released hawtjni
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Aug 19, 2011
1 parent dbfb012 commit 3069caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions leveldbjni/pom.xml
Expand Up @@ -34,13 +34,7 @@
<dependency>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-api</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
<version>${leveldb-api-version}</version>
</dependency>
</dependencies>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -29,7 +29,8 @@
<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.4-SNAPSHOT</hawtjni-version>
<hawtjni-version>1.4</hawtjni-version>
<leveldb-api-version>0.1-SNAPSHOT</leveldb-api-version>
</properties>

<modules>
Expand Down

0 comments on commit 3069caa

Please sign in to comment.