diff --git a/README.md b/README.md
index 3629e91..6d13c51 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ mvn archetype:generate
## Usage
-The artifacts are hosted by [bintray](https://bintray.com/btraceio/maven/btrace-maven)
+The artifacts are hosted by [Maven Central](https://mvnrepository.com/artifact/io.btrace/btrace-maven-plugin)
Modify your maven __settings.xml__ to include the following section:
```
diff --git a/btrace-maven-plugin/pom.xml b/btrace-maven-plugin/pom.xml
index 59cd349..dfdc120 100644
--- a/btrace-maven-plugin/pom.xml
+++ b/btrace-maven-plugin/pom.xml
@@ -7,7 +7,6 @@
2.2.5
4.0.0
- io.btrace
btrace-maven-plugin
maven-plugin
diff --git a/btrace-project-archetype/pom.xml b/btrace-project-archetype/pom.xml
index b80216f..faf3b2e 100644
--- a/btrace-project-archetype/pom.xml
+++ b/btrace-project-archetype/pom.xml
@@ -7,7 +7,6 @@
4.0.0
- io.btrace
btrace-project-archetype
BTrace Project Archetype
diff --git a/pom.xml b/pom.xml
index 9005be2..e6f16e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,24 +49,6 @@
btrace-maven-plugin
btrace-project-archetype
-
-
-
- false
-
- central
- bintray-central
- https://jcenter.bintray.com
-
-
-
- false
-
- btrace
- bintray-btrace
- https://dl.bintray.com/btraceio/maven
-
-