]> source.dussan.org Git - gwtquery.git/commitdiff
[maven-release-plugin] prepare release gwtquery-project-1.0.0
authorManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:53:21 +0000 (08:53 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:53:21 +0000 (08:53 +0000)
gwtquery-core/pom.xml
pom.xml

index 5fe5f0ac83cf3247dc64f6871b5b4944bf1c1917..9b71a6be81a84ce3d047ffd80e163e8b4c361a08 100644 (file)
@@ -1,11 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index cd6f0d57e9192683a477454368e8a9fbd5d5eab8..6acf3384039ad8bcf76682cad1b2e143b549ec26 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
     </developers>
 
     <scm>
-        <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
+        <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
         </connection>
-        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
+        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
         </developerConnection>
-        <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
+        <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0</url>
     </scm>
 
     <modules>
         <gwtversion>2.1.1</gwtversion>
         <gwt.loglevel>INFO</gwt.loglevel>
         <gwt.outputstyle>OBF</gwt.outputstyle>
-        <gwt.modulesuffix></gwt.modulesuffix>
+        <gwt.modulesuffix />
         <gwtmaven>2.1.0-1</gwtmaven>
         <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>
         <repoId>sonatype-nexus-snapshots</repoId>