]> 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:25 +0000 (10:01 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 28 Jan 2010 10:01:25 +0000 (10:01 +0000)
svn changeset:11031/svn branch:6.2

build/build.xml

index 10dce77b318cb8f642b9c67ad810f12aebf512c2..392c716d4e6c61cfc632dcf6473c6f18d0fd5600 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>