Skip to content

Commit

Permalink
add missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Jan 11, 2015
1 parent 236bc51 commit 148b9c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lmdbjni-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
</properties>

<dependencies>
<dependency>
<groupId>org.deephacks.lmdb</groupId>
<artifactId>lmdb-win64</artifactId>
<version>0.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
Expand Down Expand Up @@ -46,7 +52,7 @@
<artifactItem>
<groupId>org.deephacks.lmdb</groupId>
<artifactId>lmdb-win64</artifactId>
<version>${lmdb-version}</version>
<version>0.1.2</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/lmdb</outputDirectory>
Expand Down

0 comments on commit 148b9c5

Please sign in to comment.