aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core-2.2.0/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-03-15 18:11:15 +0000
committerManolo Carrasco <manolo@apache.org>2011-03-15 18:11:15 +0000
commit9780c89c260cfefab01fe588733c6ab7d068c63b (patch)
tree7d27844c21c8ce1268d15bc59351484b36eea543 /gwtquery-core-2.2.0/pom.xml
parent8573fdc93952a1edff394605d8722f70470daf5d (diff)
downloadgwtquery-9780c89c260cfefab01fe588733c6ab7d068c63b.tar.gz
gwtquery-9780c89c260cfefab01fe588733c6ab7d068c63b.zip
Change in deploy phase of artifact for 2.2.0
Diffstat (limited to 'gwtquery-core-2.2.0/pom.xml')
-rw-r--r--gwtquery-core-2.2.0/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml
index 61a3e790..b5071d63 100644
--- a/gwtquery-core-2.2.0/pom.xml
+++ b/gwtquery-core-2.2.0/pom.xml
@@ -41,14 +41,14 @@
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
- <phase>install</phase>
+ <phase>deploy</phase>
<goals>
<goal>deploy-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/gwtquery-${version}-${artifactId}.jar</file>
- <repositoryId>sonatype-nexus-snapshots</repositoryId>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <repositoryId>${repoId}</repositoryId>
+ <url>${repoUrl}</url>
<packaging>jar</packaging>
<artifactId>gwtquery</artifactId>
<groupId>${groupId}</groupId>