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

Commit

Permalink
common: 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jul 2, 2021
1 parent 95e4d3a commit 9a32f9f
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 17 deletions.
11 changes: 4 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
XXX XXX XX 2021 Igor Chorążewicz <igor.chorazewicz@intel.com>
Fri Jul 02 2021 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.2.0

Improvements:
- add new Builder methods to read config params from JSON objects
- add ReadIterator experimental API - it allows iterating through
records and read (currently only entire) value
- add new Builder methods to read config params from JSON objects

Minor changes:
-

Other:
-
Requirement notice:
- since this release, pmemkv is required in version at least 1.4

Tue Jun 08 2021 Igor Chorążewicz <[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.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>ByteBufferExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/IteratorExample/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.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>IteratorExample</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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.1.0</version>
<version>1.2.0</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
2 changes: 1 addition & 1 deletion utils/docker/run-maven-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd ${WORKDIR}/examples

# pmemkv package in maven repository has a bit different name
# and there may be different version available.
mvn package -Dpmemkv.packageName=pmemkv-root -Dpmemkv.packageVersion=1.1.0 -e ${PMEMKV_MVN_PARAMS}
mvn package -Dpmemkv.packageName=pmemkv-root -Dpmemkv.packageVersion=1.2.0 -e ${PMEMKV_MVN_PARAMS}

echo
echo "#############################################################"
Expand Down

0 comments on commit 9a32f9f

Please sign in to comment.