diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-10-17 17:56:15 +0200 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-10-17 17:56:15 +0200 |
commit | 9690f154c8ba00a4644c3216f1de1520597c1755 (patch) | |
tree | 490f22d0d112a8cd1799d4d919dafb8c39b9d68f | |
parent | d74cd77fd3424ab031dc1d567b35ea6678325b2c (diff) | |
download | mocca-1.3.16.tar.gz mocca-1.3.16.tar.bz2 mocca-1.3.16.zip |
[maven-release-plugin] prepare release mocca-1.3.16mocca-1.3.16
-rw-r--r-- | BKUApplet/pom.xml | 20 | ||||
-rw-r--r-- | BKUAppletExt/pom.xml | 20 | ||||
-rw-r--r-- | BKUCertificates/pom.xml | 2 | ||||
-rw-r--r-- | BKUCommonGUI/pom.xml | 2 | ||||
-rw-r--r-- | BKUFonts/pom.xml | 2 | ||||
-rw-r--r-- | BKUGuiExt/pom.xml | 2 | ||||
-rw-r--r-- | BKUHelp/pom.xml | 2 | ||||
-rw-r--r-- | BKUHelpWebStart/pom.xml | 2 | ||||
-rw-r--r-- | BKULocal/pom.xml | 2 | ||||
-rw-r--r-- | BKUOnline/pom.xml | 2 | ||||
-rw-r--r-- | BKUViewer/pom.xml | 2 | ||||
-rw-r--r-- | BKUWebStart/pom.xml | 49 | ||||
-rw-r--r-- | STAL/pom.xml | 2 | ||||
-rw-r--r-- | STALExt/pom.xml | 2 | ||||
-rw-r--r-- | STALService/pom.xml | 2 | ||||
-rw-r--r-- | STALXService/pom.xml | 2 | ||||
-rw-r--r-- | bkucommon/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | smcc/pom.xml | 2 | ||||
-rw-r--r-- | smccSTAL/pom.xml | 2 | ||||
-rw-r--r-- | smccSTALExt/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 |
22 files changed, 105 insertions, 22 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 7116b2c0..5828d3d7 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUApplet</artifactId> @@ -191,6 +191,24 @@ </build> </profile> <profile> + <id>ks-sign</id> + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>2.2-mocca</version> + <configuration> + <keystore>${ks-file}</keystore> + <alias>a-sit-3</alias> + <storepass>${ks-pass}</storepass> + <keypass>${ks-pass}</keypass> + </configuration> + </plugin> + </plugins> + </build> + </profile> + <profile> <!-- This profile is here for triggering when another scm than svn is used (for example git). Try to get the associated svn revision diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index d0dbd7d2..ca4b29c2 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUAppletExt</artifactId> @@ -212,6 +212,24 @@ </build> </profile> <profile> + <id>ks-sign</id> + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <version>2.2-mocca</version> + <configuration> + <keystore>${ks-file}</keystore> + <alias>a-sit-3</alias> + <storepass>${ks-pass}</storepass> + <keypass>${ks-pass}</keypass> + </configuration> + </plugin> + </plugins> + </build> + </profile> + <profile> <!-- This profile is here for triggering when another scm than svn is used (for example git). Try to get the associated svn revision diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index 768e61f0..cf810c06 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>BKUCertificates</artifactId> <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index a66163e9..2a893006 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUCommonGUI</artifactId> diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 1daa70c5..150cf672 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>BKUFonts</artifactId> <version>1.2</version> diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 739d71f4..00c92ce5 100644 --- a/BKUGuiExt/pom.xml +++ b/BKUGuiExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>BKUGuiExt</artifactId> <name>BKU GUI Ext</name> diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml index 618f0325..1d7efaf2 100644 --- a/BKUHelp/pom.xml +++ b/BKUHelp/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>BKUHelp</artifactId> <name>BKU Help</name> diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml index e7715f7e..235bc72a 100644 --- a/BKUHelpWebStart/pom.xml +++ b/BKUHelpWebStart/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>BKUHelpWebStart</artifactId> <name>BKU Help WebStart</name> diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index faa8d374..53f7115d 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKULocal</artifactId> diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index dbf20f49..f39943f2 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUOnline</artifactId> diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index 9de12985..5ac798cf 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUViewer</artifactId> diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 7db5d16b..774b9b74 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>BKUWebStart</artifactId> @@ -185,6 +185,53 @@ </profile> <profile> + <id>ks-sign</id> + <build> + <plugins> + <plugin> + <artifactId>webstart-maven-plugin</artifactId> + <groupId>org.codehaus.mojo.webstart</groupId> + <!-- use pkcs11-patched webstart-maven-plugin--> + <version>1.0-beta-1-mocca</version> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>jnlp-inline</goal> + </goals> + </execution> + </executions> + <configuration> + <excludeTransitive>false</excludeTransitive> + <jnlp> + <inputTemplateResourcePath>${project.basedir}/src/main/jnlp</inputTemplateResourcePath> + <inputTemplate>template.xml</inputTemplate> + <outputFile>mocca.jnlp</outputFile> + <mainClass>at.gv.egiz.bku.webstart.Launcher</mainClass> + </jnlp> + <sign> + <keystore>${ks-file}</keystore> + <alias>a-sit-3</alias> + <storepass>${ks-pass}</storepass> + <keypass>${ks-pass}</keypass> + <verify>true</verify> + <keystoreConfig> + <delete>false</delete> + <gen>false</gen> + </keystoreConfig> + </sign> + <pack200>false</pack200> + <gzip>false</gzip> + <outputJarVersions>false</outputJarVersions> + <unsignAlreadySignedJars>true</unsignAlreadySignedJars> + <verbose>true</verbose> + </configuration> + </plugin> + </plugins> + </build> + </profile> + + <profile> <id>non-webstart</id> <build> <plugins> diff --git a/STAL/pom.xml b/STAL/pom.xml index e86eb086..3c6edbdf 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STAL</artifactId> diff --git a/STALExt/pom.xml b/STALExt/pom.xml index 0c66ccbf..91cfa4ac 100644 --- a/STALExt/pom.xml +++ b/STALExt/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALExt</artifactId> diff --git a/STALService/pom.xml b/STALService/pom.xml index 4ddca9d5..15f516cb 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALService</artifactId> diff --git a/STALXService/pom.xml b/STALXService/pom.xml index db5c0356..a848d1f5 100644 --- a/STALXService/pom.xml +++ b/STALXService/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>STALXService</artifactId> diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index bdba1028..5ff9428a 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bkucommon</artifactId> @@ -4,7 +4,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>mocca</artifactId> <packaging>pom</packaging> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> <name>MOCCA</name> <description>MOCCA (Modular Open Citizen Card Architecture) project</description> <url>http://joinup.ec.europa.eu/site/mocca/</url> diff --git a/smcc/pom.xml b/smcc/pom.xml index 05edd7f5..8e5deef8 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smcc</artifactId> diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index b4c4a3eb..37b2cea8 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>smccSTAL</artifactId> diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index 47fed094..6db866a7 100644 --- a/smccSTALExt/pom.xml +++ b/smccSTALExt/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>smccSTALExt</artifactId> <name>smcc STAL Ext</name> diff --git a/utils/pom.xml b/utils/pom.xml index e8ae40b7..dd04f828 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>utils</artifactId> |