summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-14 16:09:42 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-14 16:09:42 +0000
commit51d4aba12bea5787545d18adc8d0171654b5e24d (patch)
tree43be82bbca59877b7e94f908661c0b2284998863 /pom.xml
parent5e10b6b575993c78ac22191849c464b618c4fa8a (diff)
downloadmocca-51d4aba12bea5787545d18adc8d0171654b5e24d.tar.gz
mocca-51d4aba12bea5787545d18adc8d0171654b5e24d.tar.bz2
mocca-51d4aba12bea5787545d18adc8d0171654b5e24d.zip
Fixed BKUCertificates version mismatch introduced with r759. Now using properties for BKUCertificates and BKUFonts versions.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@763 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4def3bae..1275f9d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,8 +9,8 @@
<description>MOCCA (Modular Open Citizen Card Architecture) project</description>
<url>http://mocca.egovlabs.gv.at</url>
<properties>
- <mocca.certificates.version>1.2</mocca.certificates.version>
- <mocca.fonts.version>1.2</mocca.fonts.version>
+ <mocca.certificates.version>1.3</mocca.certificates.version>
+ <mocca.fonts.version>1.2</mocca.fonts.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
@@ -308,7 +308,12 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.2</version>
+ <version>${mocca.certificates.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUFonts</artifactId>
+ <version>${mocca.fonts.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>