diff --git a/README.md b/README.md
index 60601712..9c7f1919 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ This module does the following things:
###Maven
- com.yammer.metrics
+ com.ryantenney.metrics
metrics-spring
- 2.1.2
+ 2.1.4
-This module was formerly contained in the [Yammer Metrics repository](https://github.com/codahale/metrics). Version 2.1.2 will be the last version of this module available at these coordinates. This is the new official home of this project, and new coordinates will be available soon.
+This module was formerly contained in the [Yammer Metrics repository](https://github.com/codahale/metrics).
###Basic Usage
@@ -27,12 +27,12 @@ Spring Context XML:
+ http://www.ryantenney.com/schema/metrics
+ http://www.ryantenney.com/schema/metrics/metrics-2.1.xsd">
diff --git a/pom.xml b/pom.xml
index 802b1012..e349dc07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.ryantenney.metrics
metrics-spring
- 2.1.2-SNAPSHOT
+ 2.1.4-SNAPSHOT
Metrics Spring Integration
bundle
Spring integration for Yammer's Metrics Library
@@ -15,8 +15,8 @@
UTF-8
UTF-8
- 2.1.2
- 3.1.1.RELEASE
+ 2.1.4
+ 3.1.2.RELEASE
@@ -31,13 +31,13 @@
Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0.html
- repo
scm:git:git://github.com/ryantenney/metrics-spring.git
- http://github.com/ryantenney/metrics-spring/
+ scm:git:git@github.com:ryantenney/metrics-spring.git
+ https://github.com/ryantenney/metrics-spring/
@@ -45,7 +45,7 @@
http://github.com/ryantenney/metrics-spring/issues
-
+
@@ -176,6 +172,47 @@
+
+ maven-release-plugin
+ 2.2
+
+ true
+
+ forked-path
+ sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
+
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+