Sfoglia il codice sorgente

Set snapshot version

tags/release-1.3.2
Manolo Carrasco 11 anni fa
parent
commit
fc46636a0d
5 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1
    1
      devtest/pom.xml
  2. 2
    2
      gwtquery-core/pom.xml
  3. 1
    1
      jsquery/pom.xml
  4. 1
    1
      pom.xml
  5. 1
    1
      samples/pom.xml

+ 1
- 1
devtest/pom.xml Vedi File

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

<artifactId>devtest</artifactId>

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

@@ -3,12 +3,12 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

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

+ 1
- 1
jsquery/pom.xml Vedi File

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

<name>JsQuery</name>

+ 1
- 1
pom.xml Vedi File

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

+ 1
- 1
samples/pom.xml Vedi File

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

<name>GwtQuery Samples</name>

Loading…
Annulla
Salva