Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Jun 27, 2015
1 parent 6ef05f8 commit c7eae5b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>jmh</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<name>JMH benchmark</name>
Expand All @@ -36,12 +36,12 @@
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-linux64</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.rocksdb</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lmdbjni-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ limitations under the License.
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>lmdbjni-android</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<name>${project.artifactId}</name>
<description>The lmdbjni android native libraries</description>
Expand All @@ -42,7 +42,7 @@ limitations under the License.
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions lmdbjni-linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ limitations under the License.
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>lmdbjni-linux64</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<name>${project.artifactId}</name>
<description>The lmdbjni linux 64 bit native libraries</description>
Expand All @@ -42,7 +42,7 @@ limitations under the License.
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions lmdbjni-osx64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ limitations under the License.
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>lmdbjni-osx64</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<name>${project.artifactId}</name>
<description>The lmdbjni osx 64 bit native libraries</description>
Expand All @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -71,7 +71,7 @@ limitations under the License.
<nativeSrcDependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<classifier>native-src</classifier>
<type>zip</type>
</nativeSrcDependency>
Expand Down
6 changes: 3 additions & 3 deletions lmdbjni-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>lmdbjni-win64</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<name>${project.artifactId}</name>
<description>The lmdbjni Windows 64 bit native libraries</description>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions lmdbjni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>lmdbjni</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.deephacks.lmdbjni</groupId>
<artifactId>lmdbjni-project</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit c7eae5b

Please sign in to comment.