aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gwtquery-core-2.2.0/pom.xml2
-rw-r--r--pom.xml9
2 files changed, 10 insertions, 1 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml
index b5071d63..d5a8520a 100644
--- a/gwtquery-core-2.2.0/pom.xml
+++ b/gwtquery-core-2.2.0/pom.xml
@@ -55,7 +55,7 @@
<version>${version}</version>
<classifier>${artifactId}</classifier>
<generatePom>true</generatePom>
- <uniqueVersion>false</uniqueVersion>
+ <uniqueVersion>${repoUniqueVers}</uniqueVersion>
</configuration>
</execution>
</executions>
diff --git a/pom.xml b/pom.xml
index ec0b0b43..1fd17968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,10 +166,19 @@
<gwtmaven>2.1.0-1</gwtmaven>
<repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>
<repoId>sonatype-nexus-snapshots</repoId>
+ <repoUniqueVers>false</repoUniqueVers>
</properties>
<profiles>
<profile>
+ <id>prod</id>
+ <properties>
+ <repoId>sonatype-nexus-staging</repoId>
+ <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl>
+ <repoUniqueVers>true</repoUniqueVers>
+ </properties>
+ </profile>
+ <profile>
<id>dev</id>
<properties>
<gwt.outputstyle>PRETTY</gwt.outputstyle>