* dependency versions updates
authorindvdum
Thu, 28 Jul 2011 21:33:42 +0300
changeset 18820cfc021de8
parent 16 942d8db3a181
child 19 fd9a398d0dbb
* dependency versions updates
pom.xml
     1.1 --- a/pom.xml	Sun Jun 05 22:32:44 2011 +0400
     1.2 +++ b/pom.xml	Thu Jul 28 21:33:42 2011 +0300
     1.3 @@ -83,7 +83,7 @@
     1.4  			<plugin>
     1.5  				<groupId>org.codehaus.mojo</groupId>
     1.6  				<artifactId>gwt-maven-plugin</artifactId>
     1.7 -				<version>2.2.0</version>
     1.8 +				<version>2.3.0-1</version>
     1.9  				<configuration>
    1.10  					<!-- if you don't specify any modules, the plugin will find them -->
    1.11  					<webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
    1.12 @@ -156,7 +156,7 @@
    1.13  		<dependency>
    1.14  			<groupId>com.vaadin</groupId>
    1.15  			<artifactId>vaadin</artifactId>
    1.16 -			<version>6.6.0</version>
    1.17 +			<version>6.6.3</version>
    1.18  		</dependency>
    1.19  		<dependency>
    1.20  			<groupId>org.vaadin.addons</groupId>
    1.21 @@ -166,7 +166,7 @@
    1.22  		<dependency>
    1.23  			<groupId>com.google.gwt</groupId>
    1.24  			<artifactId>gwt-user</artifactId>
    1.25 -			<version>2.2.0</version>
    1.26 +			<version>2.3.0</version>
    1.27  			<scope>provided</scope>
    1.28  		</dependency>
    1.29  	</dependencies>