diff --git a/README.md b/README.md index 3f5672b..bbe8ff1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The latest artifact is available on Maven Central. Add the following dependency com.github.nkzawa engine.io-client - 0.2.2 + 0.2.3 ``` diff --git a/pom.xml b/pom.xml index 54834ce..75efa10 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.nkzawa engine.io-client - 0.2.3-SNAPSHOT + 0.2.3 jar engine.io-client Engine.IO Client Library for Java @@ -65,6 +65,17 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + @@ -93,7 +104,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.4 + 1.5 sign-artifacts @@ -104,6 +115,54 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5 + + true + false + release + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + + org.codehaus.mojo exec-maven-plugin