diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-01-11 19:20:12 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2011-01-11 19:20:12 +0000 |
commit | 1adb10227e9a722b5ea6a93ec928d805c826d328 (patch) | |
tree | b58d8946222551a47cb245954d289c849c9fee3e /smcc | |
parent | 1309bf9c1f171786c5e81675dc425fc914c127b3 (diff) | |
parent | 635ea5ba567e13fb41ca3681da6a7bc41c683efd (diff) | |
download | mocca-1adb10227e9a722b5ea6a93ec928d805c826d328.tar.gz mocca-1adb10227e9a722b5ea6a93ec928d805c826d328.tar.bz2 mocca-1adb10227e9a722b5ea6a93ec928d805c826d328.zip |
up to date SHA-2 enabled mocca
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/branches/mocca-1.3.4-update1-sha2@888 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc')
-rw-r--r-- | smcc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smcc/pom.xml b/smcc/pom.xml index 73d6d1bc..94ebe6cb 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -2,14 +2,14 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.4-update1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>at.gv.egiz</groupId> <artifactId>smcc</artifactId> <name>smcc</name> <packaging>jar</packaging> - <version>1.3.5-SNAPSHOT</version> + <version>1.3.4-update1</version> <description>Smart card communication</description> <build> <plugins> |