Skip to content

Commit 6ac0f00

Browse files
committed
Update readme.md
1 parent f7da838 commit 6ac0f00

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ win32x32.cmd (if you are on 32 bits windows)
4545
=======
4646
##Build Options
4747
You can control the maven build with the following profiles:
48-
* juno (default) (builds against the juno repositories (4.2))
49-
* kepler (builds agains the kepler repositories (4.3))
5048
* luna (builds agains the luna repositories (4.4))
49+
* mars (builds agains the mars repositories (4.5))
5150
* win32 (builds for 32 bit windows)
5251
* win64
5352
* linux32
@@ -58,11 +57,11 @@ You can control the maven build with the following profiles:
5857

5958
#####Examples:
6059

61-
mvn verify -Plinux32,kepler
60+
mvn verify -Plinux32 (builds for luna and linux 32 bits)
6261

63-
mvn verify -Pwin32,juno,linux32
62+
mvn verify -Pwin32,mars,linux32
6463

65-
mvn verify (builds for juno and the platform you are running on)
64+
mvn verify (builds for luna and the platform you are running on)
6665

6766

6867
###Setting up a repository

0 commit comments

Comments
 (0)