summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>