Revision: 5844
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5844&view=rev
Author: manningr
Date: 2010-08-22 19:46:25 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
The maven-rpm-plugin documentation fooled me. I agree 100% with Karl (http://www.mail-archive.com/de...@mo.../msg20064.html)
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-22 19:16:44 UTC (rev 5843)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-22 19:46:25 UTC (rev 5844)
@@ -713,7 +713,9 @@
<fileEncoding>utf-8</fileEncoding>
</postremoveScriptlet>
<keyname>${gpg.keyname}</keyname>
- <keyPassphrase>${gpg.passphrase}</keyPassphrase>
+ <keyPassphrase>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </keyPassphrase>
</configuration>
<goals>
<goal>rpm</goal>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|