bump engine.io-client

This commit is contained in:
Naoyuki Kanezawa
2014-09-21 23:16:49 +09:00
parent 75c6cc7a87
commit 5d1db45b31
2 changed files with 1 additions and 12 deletions

View File

@@ -58,7 +58,7 @@
<dependency> <dependency>
<groupId>com.github.nkzawa</groupId> <groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId> <artifactId>engine.io-client</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>

View File

@@ -1,11 +0,0 @@
#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