vaadin versions
authorindvdum
Wed, 07 Sep 2011 13:43:13 +0300
changeset 20f927e5a4ccba
parent 19 fd9a398d0dbb
child 21 ce0720807f42
vaadin versions
pom.xml
     1.1 --- a/pom.xml	Fri Aug 26 12:36:26 2011 +0300
     1.2 +++ b/pom.xml	Wed Sep 07 13:43:13 2011 +0300
     1.3 @@ -9,7 +9,12 @@
     1.4  	<version>1.2.0</version>
     1.5  	<packaging>jar</packaging>
     1.6  	<name>Vaadin Console add-on</name>
     1.7 -
     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  	<build>
    1.15  		<plugins>
    1.16  			<plugin>
    1.17 @@ -83,7 +88,7 @@
    1.18  			<plugin>
    1.19  				<groupId>org.codehaus.mojo</groupId>
    1.20  				<artifactId>gwt-maven-plugin</artifactId>
    1.21 -				<version>2.3.0-1</version>
    1.22 +				<version>${gwt-maven-plugin.version}</version>
    1.23  				<configuration>
    1.24  					<!-- if you don't specify any modules, the plugin will find them -->
    1.25  					<webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
    1.26 @@ -171,7 +176,7 @@
    1.27  					<plugin>
    1.28  						<groupId>com.vaadin</groupId>
    1.29  						<artifactId>vaadin-maven-plugin</artifactId>
    1.30 -						<version>1.0.2</version>
    1.31 +						<version>${vaadin-maven-plugin.version}</version>
    1.32  						<executions>
    1.33  							<execution>
    1.34  								<configuration>
    1.35 @@ -191,7 +196,7 @@
    1.36  		<dependency>
    1.37  			<groupId>com.vaadin</groupId>
    1.38  			<artifactId>vaadin</artifactId>
    1.39 -			<version>6.6.3</version>
    1.40 +			<version>${vaadin.version}</version>
    1.41  		</dependency>
    1.42  		<dependency>
    1.43  			<groupId>org.vaadin.addons</groupId>
    1.44 @@ -201,7 +206,7 @@
    1.45  		<dependency>
    1.46  			<groupId>com.google.gwt</groupId>
    1.47  			<artifactId>gwt-user</artifactId>
    1.48 -			<version>2.3.0</version>
    1.49 +			<version>${gwt-user.version}</version>
    1.50  			<scope>provided</scope>
    1.51  		</dependency>
    1.52  	</dependencies>