From 3aeec265cadbeaf65556f86782eaf0ee17c1c6fc Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Sat, 9 Apr 2016 17:55:40 +0900 Subject: [PATCH] * Lower Maven prerequisite in the `pom.xml` file to 3.0 (issue #93) --- CHANGELOG.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ff8055a..a43945ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ + * Lower Maven prerequisite in the `pom.xml` file to 3.0 ([issue #93](https://github.com/bytedeco/javacpp/issues/93)) * Use `Info.cppTypes` for all `Parser` type substitutions, in addition to macros and templates ([issue bytedeco/javacpp-presets#192](https://github.com/bytedeco/javacpp-presets/issues/192)) * Make `Parser` take into account Java keywords not reserved in C++, casting issues with `int64_t`, and `const` value types in basic containers * Let users define `NATIVE_ALLOCATOR` and `NATIVE_DEALLOCATOR` macros to overload global `new` and `delete` operators diff --git a/pom.xml b/pom.xml index cb31036a8..002cc849b 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ - 3.0.4 + 3.0