diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-01-28 10:01:35 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-01-28 10:01:35 +0000 |
commit | 24bb45a88fcff54dd6a15d5098a587a4198c60fd (patch) | |
tree | cd197ba8c18c2c3ad6929e2c630d6df1fb2d2a44 /build | |
parent | 527c040ee9c796f9055ded73f29af71733004a20 (diff) | |
download | vaadin-framework-24bb45a88fcff54dd6a15d5098a587a4198c60fd.tar.gz vaadin-framework-24bb45a88fcff54dd6a15d5098a587a4198c60fd.zip |
remove extra "maven." from gpg passphrase property
svn changeset:11032/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 913e9c0a97..771fe185d5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1086,7 +1086,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="gpg.passphrase" value="${maven.gpg.passphrase}" /> + <sysproperty key="gpg.passphrase" value="${gpg.passphrase}" /> </artifact:mvn> </target> |