diff options
| author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-15 09:42:58 +0200 | 
|---|---|---|
| committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-15 09:42:58 +0200 | 
| commit | 954646b42398dd290b7e574a21c3c81fb01f6596 (patch) | |
| tree | 35346a7516639ed7d33caa667c5396d951a5723b | |
| parent | 06d9e77445fddb296ddb6306b916fc50e09d127c (diff) | |
| download | mocca-954646b42398dd290b7e574a21c3c81fb01f6596.tar.gz mocca-954646b42398dd290b7e574a21c3c81fb01f6596.tar.bz2 mocca-954646b42398dd290b7e574a21c3c81fb01f6596.zip | |
[maven-release-plugin] prepare release mocca-1.3.33mocca-1.3.33
| -rw-r--r-- | BKUCertificates/pom.xml | 4 | ||||
| -rw-r--r-- | BKUCommonGUI/pom.xml | 2 | ||||
| -rw-r--r-- | BKUFonts/pom.xml | 4 | ||||
| -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-- | BKUViewer/pom.xml | 2 | ||||
| -rw-r--r-- | BKUWebStart/pom.xml | 2 | ||||
| -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 | 12 | ||||
| -rw-r--r-- | pom.xml | 8 | ||||
| -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 | 
19 files changed, 29 insertions, 29 deletions
| diff --git a/BKUCertificates/pom.xml b/BKUCertificates/pom.xml index e45f2d6d..b1f6a6e7 100644 --- a/BKUCertificates/pom.xml +++ b/BKUCertificates/pom.xml @@ -3,14 +3,14 @@    <parent>
      <artifactId>mocca</artifactId>
      <groupId>at.gv.egiz</groupId>
 -    <version>1.3.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>BKUCertificates</artifactId>
    <!-- DON'T CHANGE VERSION UNLESS THE INCLUDED CERTIFICATES CHANGED
     |   PLEASE COMMIT CHANGES to src/main/changes/changes.txt
     |   and don't forget to update version in main pom
     |-->
 -  <version>1.1.16-SNAPSHOT</version>
 +  <version>1.1.15</version>
    <name>BKU Certificates</name>
    <description>Trusted certificates for TLS/SSL authentication</description>
 diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 2de5a42b..4d7e13ab 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.33-SNAPSHOT</version> +    <version>1.3.33</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <artifactId>BKUCommonGUI</artifactId> diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 67bc61ae..3b8c5b86 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,10 +3,10 @@    <parent>
      <artifactId>mocca</artifactId>
      <groupId>at.gv.egiz</groupId>
 -    <version>1.3.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>BKUFonts</artifactId>
 -  <version>1.2-SNAPSHOT</version>
 +  <version>1.2</version>
    <name>BKU Fonts</name>
    <description>
      <!--
 diff --git a/BKUGuiExt/pom.xml b/BKUGuiExt/pom.xml index 65c87ffd..1bef8e44 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>BKUGuiExt</artifactId>
    <name>BKU GUI Ext</name>
 diff --git a/BKUHelp/pom.xml b/BKUHelp/pom.xml index 46a65550..18f1f7b3 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>BKUHelp</artifactId>
    <name>BKU Help</name>
 diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml index 796bd42d..cb84b2e7 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>BKUHelpWebStart</artifactId>
    <name>BKU Help WebStart</name>
 diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index aea3faa5..bc107ac2 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>BKULocal</artifactId>
 diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index 0b47960a..77c646f0 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>BKUViewer</artifactId>
 diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 7fb318b3..925c6376 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>BKUWebStart</artifactId>
 diff --git a/STAL/pom.xml b/STAL/pom.xml index 50a3dc77..b8991fd3 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>STAL</artifactId>
 diff --git a/STALExt/pom.xml b/STALExt/pom.xml index eeff6b3c..e9017971 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>STALExt</artifactId>
 diff --git a/STALService/pom.xml b/STALService/pom.xml index 57bf66aa..022ddd6a 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>STALService</artifactId>
 diff --git a/STALXService/pom.xml b/STALXService/pom.xml index cdd86a16..a67b0402 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>STALXService</artifactId>
 diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index a3c39de6..e0a92eeb 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>bkucommon</artifactId>
 @@ -82,11 +82,11 @@        <scope>compile</scope>
      </dependency>
      <dependency>
 -      <groupId>commons-io</groupId> -      <artifactId>commons-io</artifactId> -      <version>2.5</version> -    </dependency> -    <dependency> +      <groupId>commons-io</groupId>
 +      <artifactId>commons-io</artifactId>
 +      <version>2.5</version>
 +    </dependency>
 +    <dependency>
        <groupId>xerces</groupId>
        <artifactId>xercesImpl</artifactId>
      </dependency>
 @@ -4,7 +4,7 @@    <groupId>at.gv.egiz</groupId>
    <artifactId>mocca</artifactId>
    <packaging>pom</packaging>
 -  <version>1.3.33-SNAPSHOT</version>
 +  <version>1.3.33</version>
    <name>MOCCA</name>
    <description>MOCCA (Modular Open Citizen Card Architecture) project</description>
    <url>http://joinup.ec.europa.eu/site/mocca/</url>
 @@ -60,7 +60,7 @@     <!-- <developerConnection>scm:git:ssh://gitlab@gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection> -->
  	<developerConnection>scm:git:https://gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection>
      <url>http://git.egiz.gv.at/mocca</url>
 -    <tag>mocca-1.3.25</tag>
 +    <tag>mocca-1.3.33</tag>
    </scm>
    <organization>
      <name>E-Government Innovation Center (EGIZ)</name>
 @@ -426,12 +426,12 @@        <dependency>
          <groupId>at.gv.egiz</groupId>
          <artifactId>BKUCertificates</artifactId>
 -        <version>1.1.16-SNAPSHOT</version>
 +        <version>1.1.15</version>
        </dependency>
        <dependency>
          <groupId>at.gv.egiz</groupId>
          <artifactId>BKUFonts</artifactId>
 -        <version>1.2-SNAPSHOT</version>
 +        <version>1.2</version>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
 diff --git a/smcc/pom.xml b/smcc/pom.xml index f67918fa..dfd05cb1 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>smcc</artifactId>
 diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 9fbb9992..c1f1ab9f 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.33-SNAPSHOT</version> +        <version>1.3.33</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <artifactId>smccSTAL</artifactId> diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index 8eb787a0..5bfac938 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <artifactId>smccSTALExt</artifactId>
    <name>smcc STAL Ext</name>
 diff --git a/utils/pom.xml b/utils/pom.xml index 172761db..4f23c44f 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.33-SNAPSHOT</version>
 +    <version>1.3.33</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>utils</artifactId>
 | 
