Skip to content

Commit

Permalink
Bump version to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd committed Apr 29, 2017
1 parent f62338e commit 03800b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions leveldb-jna-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.protonail.leveldb-jna</groupId>
<artifactId>leveldb-jna</artifactId>
<version>1.18.1-SNAPSHOT</version>
<version>1.18.1</version>
</parent>

<artifactId>leveldb-jna-core</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.protonail.leveldb-jna</groupId>
<artifactId>leveldb-jna-native</artifactId>
<version>1.18.1-SNAPSHOT</version>
<version>1.18.1</version>
<classifier>${platform.classifier}</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion leveldb-jna-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.protonail.leveldb-jna</groupId>
<artifactId>leveldb-jna</artifactId>
<version>1.18.1-SNAPSHOT</version>
<version>1.18.1</version>
</parent>

<artifactId>leveldb-jna-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.protonail.leveldb-jna</groupId>
<artifactId>leveldb-jna</artifactId>
<version>1.18.1-SNAPSHOT</version>
<version>1.18.1</version>

<url>https://github.com/protonail/leveldb-jna</url>
<description>Java JNA (not JNI) adapter for LevelDB</description>
Expand Down

0 comments on commit 03800b7

Please sign in to comment.