Browse Source

Set gwt version to 2.5.0-rc1 which is the one we should develop for

tags/release-1.3.2
Manolo Carrasco 11 years ago
parent
commit
2e1615c4f9
4 changed files with 11 additions and 7 deletions
  1. 1
    2
      archetype/pom.xml
  2. 1
    1
      archetype/src/main/resources/archetype-resources/pom.xml
  3. 2
    2
      jsquery/pom.xml
  4. 7
    2
      pom.xml

+ 1
- 2
archetype/pom.xml View File

@@ -14,8 +14,7 @@
<version>3</version>
</parent>

<description>This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.</description>

<description>This archetype generates a Gwt-2.5.0-rc1 project with all set to use GwtQuery and its plugins.</description>

<scm>
<connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection>

+ 1
- 1
archetype/src/main/resources/archetype-resources/pom.xml View File

@@ -13,7 +13,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<gQueryVersion>1.1.0</gQueryVersion>
<gwtversion>2.4.0</gwtversion>
<gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
</properties>

+ 2
- 2
jsquery/pom.xml View File

@@ -11,7 +11,7 @@
<packaging>war</packaging>

<properties>
<gwtversion>2.4.0</gwtversion>
<gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
</properties>

@@ -64,7 +64,7 @@
<version>${gwtmaven}</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
<style>OBF</style>
<style>OBF' -XenableClosureCompiler '-XenableClosureCompiler</style>
<optimizationLevel>9</optimizationLevel>
<gwtVersion>${gwtversion}</gwtVersion>
<compileReport>true</compileReport>

+ 7
- 2
pom.xml View File

@@ -65,7 +65,7 @@
</scm>

<modules>
<module>gwtquery-core</module>
<!-- <module>gwtquery-core</module> -->
<!-- <module>gwtquery-core-2.1.0</module> -->
<!-- <module>gwtquery-core-2.0.1</module> -->
<!-- <module>samples</module> -->
@@ -152,6 +152,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>gwtquery-plugins</id>
<url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
@@ -160,7 +164,8 @@
</repositories>

<properties>
<gwtversion>2.4.0</gwtversion>
<!-- <gwtversion>2.4.0-dollarpatch</gwtversion> -->
<gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>

Loading…
Cancel
Save