]> source.dussan.org Git - vaadin-framework.git/commitdiff
remove extra "maven." from gpg passphrase property
authorArtur Signell <artur.signell@itmill.com>
Thu, 28 Jan 2010 10:01:35 +0000 (10:01 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 28 Jan 2010 10:01:35 +0000 (10:01 +0000)
svn changeset:11032/svn branch:6.3

build/build.xml

index 913e9c0a9773f1052c49de2419af37e70893c16d..771fe185d54ba0cb0da73a9d54ce9d35e201b3df 100644 (file)
             <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="gpg.passphrase" value="${maven.gpg.passphrase}" />
+            <sysproperty key="gpg.passphrase" value="${gpg.passphrase}" />
         </artifact:mvn>
     </target>