diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |