pom.xml's
authorindvdum (gotoindvdum[at]gmail[dot]com)
Sun, 16 Oct 2011 22:45:42 +0300
changeset 21ce0720807f42
parent 20 f927e5a4ccba
child 22 e1fde099d5ff
pom.xml's
pom.xml
     1.1 --- a/pom.xml	Wed Sep 07 13:43:13 2011 +0300
     1.2 +++ b/pom.xml	Sun Oct 16 22:45:42 2011 +0300
     1.3 @@ -9,12 +9,17 @@
     1.4  	<version>1.2.0</version>
     1.5  	<packaging>jar</packaging>
     1.6  	<name>Vaadin Console add-on</name>
     1.7 -	<properties>
     1.8 +	<!--properties>
     1.9  		<vaadin.version>6.6.5</vaadin.version>
    1.10  		<vaadin-maven-plugin.version>1.0.2</vaadin-maven-plugin.version>
    1.11  		<gwt-maven-plugin.version>2.3.0-1</gwt-maven-plugin.version>
    1.12  		<gwt-user.version>2.3.0</gwt-user.version>
    1.13 -	</properties>
    1.14 +	</properties-->
    1.15 +	<parent>
    1.16 +		<groupId>ru.bazon.think-easy-money</groupId>
    1.17 +		<artifactId>think-easy-money-all</artifactId>
    1.18 +		<version>1.0-SNAPSHOT</version>
    1.19 +	</parent>
    1.20  	<build>
    1.21  		<plugins>
    1.22  			<plugin>