# HG changeset patch # User Jaroslav Tulach # Date 1266478380 -3600 # Node ID a849ce53082896d1320e849cecdd44b142d7b0be # Parent a80ccd2a4517884badf97062289ff29e505ad130 Replacing version numbers spread around the all pom.xml files with properties defined in the master pom diff -r a80ccd2a4517 -r a849ce530828 emailer/pom.xml --- a/emailer/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/emailer/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -7,9 +7,8 @@ cz.xelfi.quoridor 1.0 - cz.xelfi.quoridor emailer - 1.0 + ${emailerVersion} 2008 src/main/scala diff -r a80ccd2a4517 -r a849ce530828 freemarkerdor/pom.xml --- a/freemarkerdor/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/freemarkerdor/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -9,19 +9,19 @@ freemarkerdor freemarkerdor - 1.57 + ${freemarkerVersion} http://maven.apache.org ${project.groupId} webidor - 1.12 + ${webidorVersion} test ${project.groupId} quoridor - 1.0 + ${quoridorVersion} com.sun.jersey @@ -73,7 +73,7 @@ ${project.groupId} statistics - 1.7 + ${statisticsVersion} test diff -r a80ccd2a4517 -r a849ce530828 pom.xml --- a/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -33,6 +33,14 @@ API Design http://apidesign.org + + 1.1 + 1.15 + 1.0-SNAPSHOT + 1.58 + 1.0 + 1.8 + quoridor visidor diff -r a80ccd2a4517 -r a849ce530828 quoridor/pom.xml --- a/quoridor/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/quoridor/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -1,7 +1,6 @@ 4.0.0 - cz.xelfi.quoridor quoridor jar http://quoridor.xelfi.cz @@ -69,6 +68,6 @@ Quoridor Library Quoridor library provides non-visual API to play the Quoridor game. - 1.0 + ${quoridorVersion} diff -r a80ccd2a4517 -r a849ce530828 statistics/pom.xml --- a/statistics/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/statistics/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -8,10 +8,9 @@ cz.xelfi.quoridor 1.0 - cz.xelfi.quoridor statistics jar - 1.7 + ${statisticsVersion} Game Statistics http://maven.apache.org @@ -69,15 +68,15 @@ test - cz.xelfi.quoridor + ${project.groupId} quoridor - 1.0 + ${quoridorVersion} jar ${project.groupId} webidor - 1.12 + ${webidorVersion} diff -r a80ccd2a4517 -r a849ce530828 visidor/pom.xml --- a/visidor/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/visidor/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -3,7 +3,7 @@ 4.0.0 visidor jar - 1.0 + ${visidorVersion} visidor http://maven.apache.org @@ -35,7 +35,7 @@ cz.xelfi.quoridor quoridor - 1.0 + ${quoridorVersion} org.netbeans.api diff -r a80ccd2a4517 -r a849ce530828 webidor/pom.xml --- a/webidor/pom.xml Thu Feb 18 06:53:35 2010 +0100 +++ b/webidor/pom.xml Thu Feb 18 08:33:00 2010 +0100 @@ -10,7 +10,7 @@ webidor jar - 1.13 + ${webidorVersion} webidor server http://maven.apache.org @@ -70,7 +70,7 @@ cz.xelfi.quoridor quoridor - 1.0 + ${quoridorVersion} jar