aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 10:17:41 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 10:17:41 +0000
commit70def81e1342a83da82a8e0c1ba8106774061c1d (patch)
tree3ca832533926c1d588f29e644485be8fd5144b8a
parent5da3dce3c8fcd42f261ac56eeaa798f3f4a39ff5 (diff)
downloadgwtquery-70def81e1342a83da82a8e0c1ba8106774061c1d.tar.gz
gwtquery-70def81e1342a83da82a8e0c1ba8106774061c1d.zip
[maven-release-plugin] rollback the release of gwtquery-project-1.0.0
-rw-r--r--gwtquery-core-2.2.0/pom.xml4
-rw-r--r--gwtquery-core/pom.xml2
-rw-r--r--pom.xml8
3 files changed, 7 insertions, 7 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml
index 13e35998..d5a8520a 100644
--- a/gwtquery-core-2.2.0/pom.xml
+++ b/gwtquery-core-2.2.0/pom.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 9b71a6be..c3f11458 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index b327b25c..1fd17968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -57,11 +57,11 @@
</developers>
<scm>
- <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
+ <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
</connection>
- <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
+ <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
</developerConnection>
- <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0</url>
+ <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
</scm>
<modules>