diff --git a/CHANGES.md b/CHANGES.md index 1bd29895d..02f9e1ac6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,16 @@ NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE NOTE: JNI native support is typically incompatible between minor versions, and almost always incompatible between major versions. +Next Release (5.17.0) +===================== + +Features +-------- + +Bug Fixes +--------- + + Release 5.16.0 ============== diff --git a/common.xml b/common.xml index 4a91e8c1a..68fedc2ca 100644 --- a/common.xml +++ b/common.xml @@ -8,7 +8,7 @@ - + diff --git a/www/ReleasingJNA.md b/www/ReleasingJNA.md index 1abe339df..2d8868f53 100644 --- a/www/ReleasingJNA.md +++ b/www/ReleasingJNA.md @@ -18,6 +18,8 @@ JNA Release Process * Commit and push generated files in `dist`, `CHANGES.md` and `README.md`. +* Login to https://oss.sonatype.org and release the maven artifacts + * Tag * Tag using the new version number (e.g. `git tag 4.2.1`) * Push new tag to origin (`git push --tags`) @@ -29,8 +31,8 @@ JNA Release Process * Email release notice to [jna-users Google group](http://groups.google.com/group/jna-users). -* Increment the version in build.xml for the next development iteration - * Increment "jna.revision" in build.xml by one +* Increment the version in common.xml for the next development iteration + * Increment "jna.minor" in common.xml by one * Create a new section in CHANGES.md for 'Next Release (x.y.z)' * Commit and push