Przeglądaj źródła

Changing versio so as we can release 1.4.1

tags/gwtquery-project-1.4.3
Manuel Carrasco Moñino 10 lat temu
rodzic
commit
83f7c26cfd

+ 1
- 1
archetype/pom.xml Wyświetl plik

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


+ 1
- 1
archetype/src/main/resources/archetype-resources/pom.xml Wyświetl plik

@@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<gQueryVersion>1.4.1-SNAPSHOT</gQueryVersion>
<gQueryVersion>1.4.1</gQueryVersion>
<gwtversion>2.5.1</gwtversion>
<gwtmaven>2.5.1</gwtmaven>
</properties>

+ 1
- 1
devtest/pom.xml Wyświetl plik

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

<artifactId>devtest</artifactId>

+ 2
- 2
gwtquery-core/pom.xml Wyświetl plik

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

<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<name>Gwt Query Core API</name>
<url>http://gquery.org</url>
<dependencies>

+ 1
- 1
jsquery/pom.xml Wyświetl plik

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

<name>JsQuery</name>

+ 1
- 1
pom.xml Wyświetl plik

@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</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 Wyświetl plik

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

<name>GwtQuery Samples</name>

Ładowanie…
Anuluj
Zapisz