Skip to content

Commit

Permalink
* Lower Maven prerequisite in the pom.xml file to 3.0 (issue #93)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Apr 9, 2016
1 parent 7f95c9d commit 3aeec26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</developers>

<prerequisites>
<maven>3.0.4</maven>
<maven>3.0</maven>
</prerequisites>

<scm>
Expand Down

0 comments on commit 3aeec26

Please sign in to comment.