From: Manolo Carrasco Date: Thu, 5 May 2011 11:55:37 +0000 (+0000) Subject: preparing M3, and adding classifiers for 2.2.0 and 2.3.0 X-Git-Tag: release-1.3.2~305 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1402ed8bc263afa4c378ef532e931da8d593d967;p=gwtquery.git preparing M3, and adding classifiers for 2.2.0 and 2.3.0 --- diff --git a/change_version.sh b/change_version.sh new file mode 100644 index 00000000..fa6f0bb7 --- /dev/null +++ b/change_version.sh @@ -0,0 +1,9 @@ + +[ -z "$1" ] && exit + +for i in pom.xml */pom.xml +do + V=`head -20 $i | grep "" | head -1 | cut -d ">" -f2 | cut -d "<" -f1` + perl -pi -e "s;$V;$1;" $i + echo $V $i +done diff --git a/devtest/pom.xml b/devtest/pom.xml index 934fd945..9617d695 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M3 devtest diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 7639130b..6db60e07 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.1-SNAPSHOT + 1.0.0-M3 Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index d46dd3c6..76c75dee 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -4,7 +4,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.1-SNAPSHOT + 1.0.0-M3 Generates an artifact compiled with a concrete gwt version specified in the artifactId diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml index d5a8520a..0bc31e80 100644 --- a/gwtquery-core-2.2.0/pom.xml +++ b/gwtquery-core-2.2.0/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 com.googlecode.gwtquery gwtquery-project - 1.0.0-SNAPSHOT + 1.0.0-M3 Generates an artifact compiled with a concrete gwt version specified in the artifactId @@ -39,11 +39,19 @@ maven-deploy-plugin + + true + + + + + maven-gpg-plugin + deploy-jar deploy - deploy-file + sign-and-deploy-file ${project.build.directory}/gwtquery-${version}-${artifactId}.jar @@ -54,14 +62,46 @@ ${groupId} ${version} ${artifactId} - true - ${repoUniqueVers} + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml + + + + deploy-src + deploy + + sign-and-deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-sources + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml + + + + deploy-doc + deploy + + sign-and-deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-javadoc + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml - - true - @@ -81,6 +121,34 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + prepare-package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + source + prepare-package + + jar + + + + + org.codehaus.mojo build-helper-maven-plugin @@ -99,6 +167,7 @@ + diff --git a/gwtquery-core-2.3.0/pom.xml b/gwtquery-core-2.3.0/pom.xml new file mode 100644 index 00000000..0571a367 --- /dev/null +++ b/gwtquery-core-2.3.0/pom.xml @@ -0,0 +1,180 @@ + + + 4.0.0 + + com.googlecode.gwtquery + gwtquery-project + 1.0.0-M3 + + + Generates an artifact compiled with a concrete gwt version specified in the artifactId + 2.3.0 + jar + Gwt Query Core API for gwt-${artifactId} + + + + com.googlecode.gwtquery + gwtquery + ${version} + provided + + + com.google.gwt + gwt-user + ${artifactId} + provided + + + com.google.gwt + gwt-dev + ${artifactId} + provided + + + + + gwtquery-${version}-${artifactId} + + + + maven-deploy-plugin + + true + + + + + maven-gpg-plugin + + + deploy-jar + deploy + + sign-and-deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId} + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml + + + + deploy-src + deploy + + sign-and-deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-sources + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml + + + + deploy-doc + deploy + + sign-and-deploy-file + + + ${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar + ${repoId} + ${repoUrl} + jar + gwtquery + ${groupId} + ${version} + ${artifactId}-javadoc + ./target/generated-resources/META-INF/maven/com.googlecode.gwtquery/gwtquery/pom.xml + + + + + + + maven-dependency-plugin + + + unpack-dependencies + generate-resources + + com.googlecode.gwtquery,com.googlecode.gwtquery.plugins + gwtquery + true + **/*.java,**/*.xml,**/*.html,**/*.css,**/*.jpg,**/*.png,**/*.gif + ${project.build.directory}/generated-resources + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + prepare-package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + source + prepare-package + + jar + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-sources + generate-sources + + add-source + + + + ${project.build.directory}/generated-resources + + + + + + + + + + + ${project.build.directory}/generated-resources/ + + + + + diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 2d8559ab..71a6bad3 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.1-SNAPSHOT + 1.0.0-M3 gwtquery diff --git a/pom.xml b/pom.xml index 2a2f4d7c..9d73fb82 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project pom - 1.0.1-SNAPSHOT + 1.0.0-M3 Gwt Query Project http://gwtquery.com GwtQuery is a jQuery clone written in GWT. @@ -66,9 +66,10 @@ gwtquery-core + gwtquery-core-2.3.0 gwtquery-core-2.1.0 gwtquery-core-2.0.1 - samples + @@ -160,8 +161,8 @@ - 2.2.0 - 2.2.0 + 2.3.0 + 2.3.0 INFO OBF diff --git a/samples/pom.xml b/samples/pom.xml index 7df5f14e..04386a76 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ com.googlecode.gwtquery gwtquery-project - 1.0.1-SNAPSHOT + 1.0.0-M3 GwtQuery Samples