Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
common: 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Mar 12, 2021
1 parent 2982a31 commit 827f911
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Tue Jan 19 2021 Krzysztof Filipek <[email protected]>
Fri Mar 12 2021 Krzysztof Filipek <[email protected]>

* Version 1.0.1

Improvements:
- simplify compilation
- generated JAR file includes dependencies
- generated JAR files include dependencies
- every example is compiled to runnable JAR
- remove oleaster-matcher dependency
- change Maven modules paths
- disable javadoc generation for examples
- add throws clauses to Database methods

Bug fixes:
- fix occasional crash in finalize method
- add error handling for count* methods
- remove unnecessary dependency to libpmemkv_json_config

Tue Jun 30 2020 Szymon Romik <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion examples/ByteBufferExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>ByteBufferExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/MixedTypesExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>MixedTypesExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/PicturesExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>PicturesExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/StringExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>StringExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>pmemkv-root</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jni-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>pmemkv-root</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>libpmemkv-jni</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pmemkv-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.pmem</groupId>
<artifactId>pmemkv-root</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>pmemkv</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>io.pmem</groupId>
<artifactId>pmemkv-root</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>pmemkv-root</name>
<description>Java binding for pmemkv (top-level, parent artifact)</description>
<url>https://github.com/pmem/pmemkv-java</url>
Expand Down

0 comments on commit 827f911

Please sign in to comment.