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