diff --git a/pom.xml b/pom.xml
index e00b0af..adff850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,24 @@
Utility functions for dealing with natural language
4.0.0
- com.trickl
+ com.github.trickl
language
- 0.1.0-SNAPSHOT
+ 0.1.1-SNAPSHOT
jar
+
+
+ trickl
+ Tim Gee
+ writetotimgee@gmail.com
+
+
+
+
+ MIT
+ https://opensource.org/licenses/MIT
+ repo
+
+
GitHub Issue Tracker
https://github.com/trickl/language/issues
@@ -52,6 +66,57 @@
true
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.6
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.3
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
org.apache.maven.plugins
maven-checkstyle-plugin
@@ -145,15 +210,13 @@
-
- trickl-release-repository
- Trickl Release Repository
- ${deploy.releases.url}
-
- trickl-snapshot-repository
- Trickl Snapshot Repository
- ${deploy.snapshots.url}
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+