Browse Source

prepare M2

tags/release-1.3.2
Manolo Carrasco 13 years ago
parent
commit
d90b22d1ec
6 changed files with 10 additions and 10 deletions
  1. 1
    1
      devtest/pom.xml
  2. 1
    1
      gwtquery-core-2.0.1/pom.xml
  3. 1
    2
      gwtquery-core-2.1.0/pom.xml
  4. 1
    1
      gwtquery-core/pom.xml
  5. 1
    1
      pom.xml
  6. 5
    4
      samples/pom.xml

+ 1
- 1
devtest/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
</parent>

<artifactId>devtest</artifactId>

+ 1
- 1
gwtquery-core-2.0.1/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
</parent>

<description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>

+ 1
- 2
gwtquery-core-2.1.0/pom.xml View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
</parent>

<description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
@@ -115,7 +115,6 @@
<includeArtifactIds>gwtquery</includeArtifactIds>
<excludeTransitive>true</excludeTransitive>
<includes>**/*.java,**/*.xml,**/*.html,**/*.css,**/*.jpg,**/*.png,**/*.gif</includes>
<excludes>**/IFrameWithDocTypeLinker.java</excludes>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
</configuration>
</execution>

+ 1
- 1
gwtquery-core/pom.xml View File

@@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
</parent>

<artifactId>gwtquery</artifactId>

+ 1
- 1
pom.xml View File

@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>

+ 5
- 4
samples/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2-SNAPSHOT</version>
</parent>

<name>GwtQuery Samples</name>
@@ -16,19 +16,20 @@
<groupId>${groupId}</groupId>
<artifactId>gwtquery</artifactId>
<version>${version}</version>
<classifier>2.0.1</classifier>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtversion}</version>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtversion}</version>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -37,7 +38,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwtmaven}</version>
<version>1.1</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>

Loading…
Cancel
Save