aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2016-10-20 08:46:38 +0000
committerSimon Steiner <ssteiner@apache.org>2016-10-20 08:46:38 +0000
commitadf0a514eac18b5241859928f28a652544b740b6 (patch)
tree8a78e15bb32567d218c00a8b0fbda367a8761fca /pom.xml
parentcff195d6957cd413572440fccf952fbb5a6dc615 (diff)
downloadxmlgraphics-fop-adf0a514eac18b5241859928f28a652544b740b6.tar.gz
xmlgraphics-fop-adf0a514eac18b5241859928f28a652544b740b6.zip
FOP-2658: Compile JAIMonochromeBitmapConverter
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1765773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 96d14f482..5bea7a20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,13 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>${fop.version}</version>
<name>Apache FOP Parent</name>
<description>XML Graphics Format Object Processor</description>
<packaging>pom</packaging>
<properties>
+ <fop.version>2.2.0-SNAPSHOT</fop.version>
<antrun.plugin.version>1.8</antrun.plugin.version>
<avalon.version>4.3.1</avalon.version>
<batik.version>1.9.0-SNAPSHOT</batik.version>
@@ -120,6 +121,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>jboss.org</id>
+ <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
+ </repository>
</repositories>
<distributionManagement>