]> source.dussan.org Git - gwtquery.git/commitdiff
[maven-release-plugin] prepare release gwtquery-project-1.4.3 gwtquery-project-1.4.3
authorManolo Carrasco <manolo@apache.org>
Wed, 14 Jan 2015 23:00:45 +0000 (00:00 +0100)
committerManolo Carrasco <manolo@apache.org>
Wed, 14 Jan 2015 23:00:45 +0000 (00:00 +0100)
archetype/pom.xml
gwtquery-core/pom.xml
pom.xml

index d910e050d3e3b3f9fd00af3a008015a0a64483b7..77d8e765df3b7f28ed6859385b5514e0a86fa114 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.4.3-SNAPSHOT</version>
+  <version>1.4.3</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index 0a56bc8c553410bc43494264934a46e87bc89ca1..9c725eeaa3eb9c7cf0ee451dd56df1970f539f80 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.3-SNAPSHOT</version>
+        <version>1.4.3</version>
     </parent>
 
 
@@ -11,7 +11,7 @@
         <!--  valid emulations are FF17 IE8 IE9 Chrome, but only FF17 works. -->
         <gwt.test.htmlunit>FF17</gwt.test.htmlunit>
         <gwt.test.default>-ea -out ${basedir}/target/gwt-junit -checkAssertions</gwt.test.default>
-        <gwt.args></gwt.args>
+        <gwt.args />
     </properties>
     <profiles>
         <profile>
diff --git a/pom.xml b/pom.xml
index 671f4b33ac6eb7b79fe39d5f9c9b70d64bc50587..a9a7dd60bca0070fc3e735a3c8aa309feda8fccb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
     <packaging>pom</packaging>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>