diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4df391ec..64a0b2ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,13 @@
### Functionality Improvements
#182: Adding Hibernate reverse-engineering API. See [ORM Integration docs](https://goldmansachs.github.io/obevo/orm-integration.html) for more details.
#221 #223 #225: Oracle reverse-engineering improvements - unicode characters, nested tables, types, comments
-#227: PostgreSQL improvements for kata - reverse-engineering, in-memory databases
+#228: PostgreSQL improvements for kata - reverse-engineering, in-memory databases
### Technical Improvements
-#227: Upgrading checkstyle version to avoid security prompts at Github site
+#228: Upgrading checkstyle version to avoid security prompts at Github site
### Bug Fixes
-#227: Fixed drop behavior of PostgreSQL for multiple views that depended on each other
+#228: Fixed drop behavior of PostgreSQL for multiple views that depended on each other
## 7.0.2
diff --git a/obevo-utils/obevo-hibernate3-util/pom.xml b/obevo-utils/obevo-hibernate3-util/pom.xml
index 6f8a2cc6..737fef48 100644
--- a/obevo-utils/obevo-hibernate3-util/pom.xml
+++ b/obevo-utils/obevo-hibernate3-util/pom.xml
@@ -27,6 +27,7 @@
4.0.0
obevo-hibernate3-util
+ ${project.artifactId}
0.70
diff --git a/obevo-utils/obevo-hibernate4-util/pom.xml b/obevo-utils/obevo-hibernate4-util/pom.xml
index 2b5cbcfa..4a5e6f90 100644
--- a/obevo-utils/obevo-hibernate4-util/pom.xml
+++ b/obevo-utils/obevo-hibernate4-util/pom.xml
@@ -27,6 +27,7 @@
4.0.0
obevo-hibernate4-util
+ ${project.artifactId}
0.70