]> source.dussan.org Git - vaadin-framework.git/commitdiff
Do not generate an unique version for the snapshots
authorArtur Signell <artur.signell@itmill.com>
Tue, 20 Apr 2010 10:23:58 +0000 (10:23 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 20 Apr 2010 10:23:58 +0000 (10:23 +0000)
svn changeset:12687/svn branch:6.3

build/build.xml

index e78027db0fce975fa2dbd1ff79d2ac85cacd5ce4..8f292f36110f4f67e8f2a4955eb4ed7861196060 100644 (file)
             <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>
 
             <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>
 
             <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>