Skip to content

Commit

Permalink
updated to 1.0.3
Browse files Browse the repository at this point in the history
* changed the scope of vertx denpendecies from 'compile' to 'provided'
  • Loading branch information
Keesun Baik committed Oct 25, 2013
1 parent 2e19df9 commit 5d6f011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modulename=com.nhncorp.socket-io
version=1.0.2
version=1.0.3
group=com.nhncorp
gradleVersion=1.6
vertxVersion=2.0.1-final
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nhncorp</groupId>
<artifactId>mod-socket-io</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<properties>
<internal.repo.path>file:///workspace/mvn-repo/</internal.repo.path>
Expand All @@ -24,13 +24,13 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-platform</artifactId>
<version>${vertx.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
Expand Down

0 comments on commit 5d6f011

Please sign in to comment.