Browse Source

Revert erroneous maven configuration change.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1765891 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_2
Glenn Adams 7 years ago
parent
commit
2b3d2b4e10
9 changed files with 9 additions and 10 deletions
  1. 1
    1
      fop-core/pom.xml
  2. 1
    1
      fop-events/pom.xml
  3. 1
    1
      fop-sandbox/pom.xml
  4. 1
    1
      fop-servlet/pom.xml
  5. 1
    1
      fop-transcoder-allinone/pom.xml
  6. 1
    1
      fop-transcoder/pom.xml
  7. 1
    1
      fop-util/pom.xml
  8. 1
    1
      fop/pom.xml
  9. 1
    2
      pom.xml

+ 1
- 1
fop-core/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<properties>

+ 1
- 1
fop-events/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-sandbox/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-servlet/pom.xml View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder-allinone/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop-util/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 1
fop/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>

+ 1
- 2
pom.xml View File

@@ -4,13 +4,12 @@

<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>${fop.version}</version>
<version>2.2.0-SNAPSHOT</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>

Loading…
Cancel
Save