diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 08:53:21 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 08:53:21 +0000 |
commit | 03aea3984ea19f2f6269f4a3039303dcf58f46fb (patch) | |
tree | 86e06f86a6d76843053ef62760a9e26c648d0b4f | |
parent | 8956b37b673b2c13b82b15004823ec02f8df37ae (diff) | |
download | gwtquery-03aea3984ea19f2f6269f4a3039303dcf58f46fb.tar.gz gwtquery-03aea3984ea19f2f6269f4a3039303dcf58f46fb.zip |
[maven-release-plugin] prepare release gwtquery-project-1.0.0
-rw-r--r-- | gwtquery-core/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 14 |
2 files changed, 8 insertions, 12 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 5fe5f0ac..9b71a6be 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/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> <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> @@ -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> @@ -59,11 +57,11 @@ </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> @@ -164,7 +162,7 @@ <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> |