Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Jan 21, 2015
1 parent cff4a17 commit 56b737d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
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.2.7-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>lmdbjni-android</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>lmdbjni-linux64</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>lmdbjni-osx64</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>lmdbjni-win64</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</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.2.7-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>lmdbjni</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.3.0</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 @@ -22,7 +22,7 @@

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

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

0 comments on commit 56b737d

Please sign in to comment.