diff --git a/README.md b/README.md index b3f4806..0b1ff06 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 socket.io-client - 0.1.2 + 0.1.3 ``` @@ -22,7 +22,7 @@ Or to install it manually, please refer dependencies to [pom.xml](https://github Add it as a gradle dependency for Android Studio, in build.gradle: ```javascript -compile 'com.github.nkzawa:socket.io-client:0.1.2' +compile 'com.github.nkzawa:socket.io-client:0.1.3' ``` ## Usage diff --git a/pom.xml b/pom.xml index dde18be..7b19e98 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ com.github.nkzawa engine.io-client - 0.2.3-SNAPSHOT + 0.2.3 org.json @@ -84,6 +84,17 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + @@ -112,7 +123,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.4 + 1.5 sign-artifacts @@ -123,6 +134,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 diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..6e01348 --- /dev/null +++ b/release.properties @@ -0,0 +1,11 @@ +#release configuration +#Sun Aug 17 16:04:12 PWT 2014 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pushChanges=true +scm.url=scm\:git\:git@github.com\:nkzawa/socket.io-client.java.git +preparationGoals=clean verify +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +exec.additionalArguments=-Psonatype-oss-release +exec.snapshotReleasePluginAllowed=false +completedPhase=check-poms