aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-04-20 10:23:58 +0000
committerArtur Signell <artur.signell@itmill.com>2010-04-20 10:23:58 +0000
commit34e9dd1f149d44de45f83dfc05f52b8ae42b6457 (patch)
tree7367308b9e587f998f33f021b88e6f8e8ee298e3
parent48ffa5ba7a087177550a0eaccb9d4d823f62bb6f (diff)
downloadvaadin-framework-34e9dd1f149d44de45f83dfc05f52b8ae42b6457.tar.gz
vaadin-framework-34e9dd1f149d44de45f83dfc05f52b8ae42b6457.zip
Do not generate an unique version for the snapshots
svn changeset:12687/svn branch:6.3
-rw-r--r--build/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index e78027db0f..8f292f3611 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1084,6 +1084,7 @@
<sysproperty key="repositoryId" value="vaadin-snapshots" />
<sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots" />
<sysproperty key="classifier" value="javadoc" />
+ <sysproperty key="uniqueVersion" value="false" />
<sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
</artifact:mvn>
@@ -1096,6 +1097,7 @@
<sysproperty key="repositoryId" value="vaadin-snapshots" />
<sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots" />
<sysproperty key="classifier" value="sources" />
+ <sysproperty key="uniqueVersion" value="false" />
<sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
</artifact:mvn>
@@ -1107,6 +1109,7 @@
<sysproperty key="pomFile" value="maven/pom.xml" />
<sysproperty key="repositoryId" value="vaadin-snapshots" />
<sysproperty key="url" value="http://oss.sonatype.org/content/repositories/vaadin-snapshots" />
+ <sysproperty key="uniqueVersion" value="false" />
<sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
</artifact:mvn>
</target>