diff --git a/README.md b/README.md
index 5f87f948f..2cc8ebda4 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ If you are using Maven, simply copy-paste this dependency to your project.
```XML
- net.sf.dozer
- dozer
- 5.5.1
+ com.github.dozermapper
+ dozer-core
+ 6.0.0-SNAPSHOT
```
diff --git a/osgi-test/pom.xml b/osgi-test/pom.xml
index 1d5240124..82220b127 100644
--- a/osgi-test/pom.xml
+++ b/osgi-test/pom.xml
@@ -33,8 +33,8 @@
- net.sf.dozer
- dozer
+ com.github.dozermapper
+ dozer-core
${project.version}
test
diff --git a/osgi-test/src/test/java/org/dozer/osgi/OsgiContainerTest.java b/osgi-test/src/test/java/org/dozer/osgi/OsgiContainerTest.java
index 3bf53e64c..ac2f5a740 100644
--- a/osgi-test/src/test/java/org/dozer/osgi/OsgiContainerTest.java
+++ b/osgi-test/src/test/java/org/dozer/osgi/OsgiContainerTest.java
@@ -50,7 +50,7 @@ public class OsgiContainerTest {
public Option[] config() {
return options(
- url("link:classpath:net.sf.dozer.dozer.link"),
+ url("link:classpath:com.github.dozermapper.dozer-core.link"),
url("link:classpath:org.apache.commons.beanutils.link"),
url("link:classpath:org.apache.commons.collections.link"),
url("link:classpath:org.apache.commons.lang3.link"),
diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml
index d3c22de8c..fe4d64815 100644
--- a/plugins-parent/pom.xml
+++ b/plugins-parent/pom.xml
@@ -70,7 +70,7 @@
- net.sf.dozer
+ com.github.dozermapper
dozer-bom-dependencies
${bom-dependencies-version}
pom
diff --git a/proto/pom.xml b/proto/pom.xml
index f5d48cbf5..057344ff2 100755
--- a/proto/pom.xml
+++ b/proto/pom.xml
@@ -34,8 +34,8 @@
- net.sf.dozer
- dozer
+ com.github.dozermapper
+ dozer-core
${project.version}
diff --git a/spring/pom.xml b/spring/pom.xml
index f6cb6fc6d..6ca0c0c48 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -34,8 +34,8 @@
- net.sf.dozer
- dozer
+ com.github.dozermapper
+ dozer-core
${project.version}
provided