summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-01-28 10:01:35 +0000
committerArtur Signell <artur.signell@itmill.com>2010-01-28 10:01:35 +0000
commit24bb45a88fcff54dd6a15d5098a587a4198c60fd (patch)
treecd197ba8c18c2c3ad6929e2c630d6df1fb2d2a44 /build
parent527c040ee9c796f9055ded73f29af71733004a20 (diff)
downloadvaadin-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.xml2
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>