Преглед изворни кода

Setting version to next snapshot iteration

tags/release-1.3.2
Manuel Carrasco Moñino пре 11 година
родитељ
комит
52d60cb2fc
8 измењених фајлова са 9 додато и 9 уклоњено
  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 Прегледај датотеку

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


+ 1
- 1
devtest/pom.xml Прегледај датотеку

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

<artifactId>devtest</artifactId>

+ 1
- 1
gwtquery-core-2.0.1/pom.xml Прегледај датотеку

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

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

+ 1
- 1
gwtquery-core-2.1.0/pom.xml Прегледај датотеку

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

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

+ 2
- 2
gwtquery-core/pom.xml Прегледај датотеку

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

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

+ 1
- 1
jsquery/pom.xml Прегледај датотеку

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

<name>JsQuery</name>

+ 1
- 1
pom.xml Прегледај датотеку

@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
<version>1.3.1</version>
<version>1.3.2-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 Прегледај датотеку

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

<name>GwtQuery Samples</name>

Loading…
Откажи
Сачувај