aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2009-09-29 08:37:52 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2009-09-29 08:37:52 +0000
commitfd45a7090178e053388bab29ff60c48f32d72ac1 (patch)
treed1711e7a03a6131faf4c2ac76a8474baf7f35cf8 /pom.xml
parente591851879483d503bb36733d94e9ea90f804da0 (diff)
downloadpdf-as-3-fd45a7090178e053388bab29ff60c48f32d72ac1.tar.gz
pdf-as-3-fd45a7090178e053388bab29ff60c48f32d72ac1.tar.bz2
pdf-as-3-fd45a7090178e053388bab29ff60c48f32d72ac1.zip
Bug concerning text matching algorithm fixed.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@341 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cbc51c0..206b8a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>knowcenter</groupId>
<artifactId>pdf-as</artifactId>
<name>PDF-AS</name>
- <version>3.0.9-20090622</version>
+ <version>3.0.9-20090929</version>
<!-- don't forget to set the version string at.knowcenter.wag.egov.egiz.PdfAS.PDFAS_VERSION accordingly -->
<description>Amtssignatur fuer elektronische Aktenfuehrung</description>
@@ -103,6 +103,13 @@
<plugins>
<plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+
+ <plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<locales>en</locales>