Sfoglia il codice sorgente

[maven-release-plugin] prepare for next development iteration

1.5-beta
Maxime Mériouma-Caron 8 anni fa
parent
commit
01b9536719
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1
    1
      archetype/pom.xml
  2. 1
    1
      gwtquery-core/pom.xml
  3. 1
    1
      pom.xml

+ 1
- 1
archetype/pom.xml Vedi 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.5-beta1</version>
<version>1.5-SNAPSHOT</version>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name> <name>GwtQuery Archetype</name>



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

<parent> <parent>
<groupId>com.googlecode.gwtquery</groupId> <groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId> <artifactId>gwtquery-project</artifactId>
<version>1.5-beta1</version>
<version>1.5-SNAPSHOT</version>
</parent> </parent>





+ 1
- 1
pom.xml Vedi 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.5-beta1</version>
<version>1.5-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>

Loading…
Annulla
Salva