From 1fcc441f3b85f5130512b0b194e4731e69fd4a4f Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Thu, 3 Mar 2016 23:18:47 -0500 Subject: [PATCH] change parent and native pom artifactId/name to differentiate jna in IDE and build tools. --- CHANGES.md | 1 + native/pom.xml | 6 +++--- parent/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 635f1a33a1..4ea6799870 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,7 @@ Features * [#582](https://github.com/java-native-access/jna/pull/582): Mavenize the build process - Phase 1: building the native code via Maven [@lgoldstein](https://github.com/lgoldstein). * [#606](https://github.com/java-native-access/jna/pull/606): Added Kerne32Util method to facilitate checking that calls to LocalFree/GlobalFree are successful [@lgoldstein](https://github.com/lgoldstein). * [#612](https://github.com/java-native-access/jna/pull/612): Kernel32Util#freeLocal/GlobalMemory always throws Win32Exception if failed [@lgoldstein](https://github.com/lgoldstein). +* [#608](https://github.com/java-native-access/jna/pull/608): Mavenize the build process - change parent and native pom artifactId/name to differentiate in IDE and build tools. [@bhamail](https://github.com/bhamail) Bug Fixes --------- diff --git a/native/pom.xml b/native/pom.xml index 5a7fc7b609..4dff01066b 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -7,15 +7,15 @@ net.java.dev.jna - parent + jna-parent 4.3.0-SNAPHSOT ../parent - native + jna-native pom - net.java.dev.jna:native + net.java.dev.jna:jna-native diff --git a/parent/pom.xml b/parent/pom.xml index 3e7056d1d5..b299ad1d95 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5,11 +5,11 @@ 4.0.0 net.java.dev.jna - parent + jna-parent 4.3.0-SNAPHSOT pom - net.java.dev.jna:parent + net.java.dev.jna:jna-parent https://github.com/java-native-access/jna