Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Fixing module version to use current project version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Sep 13, 2013
1 parent ac73443 commit 25cd623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions server-vertx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ Note also that Vert.x requires Java 7.
### Start the SimplePush Server

cd target
vertx runmod aerogear~simplepush~0.0.8
vertx runmod aerogear~simplepush~<version>
Where version is the current project version.

You can also start the server with a different configuration:

vertx runmod aerogear~simplepush~0.0.8 -conf classes/config.json
vertx runmod aerogear~simplepush~<version> -conf classes/config.json

The config file can be named anything file you like but the ```classes/config.json``` file above contains an example of the configuration
options and their default values.
Expand Down
4 changes: 2 additions & 2 deletions server-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<module.name>aerogear~simplepush~0.0.8</module.name>
<module.dir>${project.build.directory}/mods/aerogear~simplepush~0.0.8</module.dir>
<module.name>aerogear~simplepush~${project.version}</module.name>
<module.dir>${project.build.directory}/mods/aerogear~simplepush~${project.version}</module.dir>
<vertx.version>2.0.0-final</vertx.version>
</properties>

Expand Down

0 comments on commit 25cd623

Please sign in to comment.