Browse Source

Setting version to next snapshot iteration

tags/release-1.3.2
Manuel Carrasco Moñino 11 years ago
parent
commit
52d60cb2fc
8 changed files with 9 additions and 9 deletions
  1. 1
    1
      archetype/pom.xml
  2. 1
    1
      devtest/pom.xml
  3. 1
    1
      gwtquery-core-2.0.1/pom.xml
  4. 1
    1
      gwtquery-core-2.1.0/pom.xml
  5. 2
    2
      gwtquery-core/pom.xml
  6. 1
    1
      jsquery/pom.xml
  7. 1
    1
      pom.xml
  8. 1
    1
      samples/pom.xml

+ 1
- 1
archetype/pom.xml View File

<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId> <artifactId>gquery-archetype</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name> <name>GwtQuery Archetype</name>



+ 1
- 1
devtest/pom.xml View File

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


<artifactId>devtest</artifactId> <artifactId>devtest</artifactId>

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

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


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

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

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


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

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

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


<artifactId>gwtquery</artifactId> <artifactId>gwtquery</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<name>Gwt Query Core API</name> <name>Gwt Query Core API</name>
<url>http://gwtquery.com</url> <url>http://gwtquery.com</url>
<dependencies> <dependencies>

+ 1
- 1
jsquery/pom.xml View File

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


<name>JsQuery</name> <name>JsQuery</name>

+ 1
- 1
pom.xml View File

<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<name>Gwt Query Project</name> <name>Gwt Query Project</name>
<url>http://gwtquery.com</url> <url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description> <description>GwtQuery is a jQuery clone written in GWT.</description>

+ 1
- 1
samples/pom.xml View File

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent> </parent>


<name>GwtQuery Samples</name> <name>GwtQuery Samples</name>

Loading…
Cancel
Save