Skip to content

Commit c4d53ed

Browse files
Prepare next development iteration
1 parent 7452f87 commit c4d53ed

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE
22

33
NOTE: JNI native support is typically incompatible between minor versions, and almost always incompatible between major versions.
44

5+
Next Release (5.17.0)
6+
=====================
7+
8+
Features
9+
--------
10+
11+
Bug Fixes
12+
---------
13+
14+
515
Release 5.16.0
616
==============
717

common.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- JNA library release version - android versionCode is derived from mjar/minor/revision -->
1010
<property name="jna.major" value="5"/>
11-
<property name="jna.minor" value="16"/>
11+
<property name="jna.minor" value="17"/>
1212
<property name="jna.revision" value="0"/>
1313
<property name="jna.build" value="0"/> <!--${build.number}-->
1414
<condition property="version.suffix" value="" else="-SNAPSHOT">

www/ReleasingJNA.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ JNA Release Process
1818

1919
* Commit and push generated files in `dist`, `CHANGES.md` and `README.md`.
2020

21+
* Login to https://oss.sonatype.org and release the maven artifacts
22+
2123
* Tag
2224
* Tag using the new version number (e.g. `git tag 4.2.1`)
2325
* Push new tag to origin (`git push --tags`)
@@ -29,8 +31,8 @@ JNA Release Process
2931

3032
* Email release notice to [jna-users Google group](http://groups.google.com/group/jna-users).
3133

32-
* Increment the version in build.xml for the next development iteration
33-
* Increment "jna.revision" in build.xml by one
34+
* Increment the version in common.xml for the next development iteration
35+
* Increment "jna.minor" in common.xml by one
3436
* Create a new section in CHANGES.md for 'Next Release (x.y.z)'
3537
* Commit and push
3638

0 commit comments

Comments
 (0)