]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Revert erroneous maven configuration change.
authorGlenn Adams <gadams@apache.org>
Thu, 20 Oct 2016 22:03:59 +0000 (22:03 +0000)
committerGlenn Adams <gadams@apache.org>
Thu, 20 Oct 2016 22:03:59 +0000 (22:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1765891 13f79535-47bb-0310-9956-ffa450edef68

fop-core/pom.xml
fop-events/pom.xml
fop-sandbox/pom.xml
fop-servlet/pom.xml
fop-transcoder-allinone/pom.xml
fop-transcoder/pom.xml
fop-util/pom.xml
fop/pom.xml
pom.xml

index 34933088afd7401e7642a3b07be7bdc77efc1fa7..5fa92cf8b0dd0fe3c7d8058a05419d0b2155668a 100644 (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>
index c2d4fa86f3f660f843fc967736ddb64e7d4fc8e0..0303deba56f00f6029f0a40cf3686ef2a0b06f0b 100644 (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>
index 594954f1dbe98ec1b11448f865401d9245767101..9e6e04e95db8edd968e8073c3abb9c1c7e14a0b8 100644 (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>
index a47d589cce0b4a5916bcfd046a19ddb15d6a0b9c..48ca597c8b51564579be9120fa635d3e191bca91 100644 (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>
index d35c91616f7d8ec1f51cb93316215d1f26a4aeda..64d465182c1c19350166318932d7a1fa1c7f9f75 100644 (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>
index 632bbdf770a7f36d97c5c72e9ca2b6cd3e721b9e..397165773777e211248e83ff1a9990911c289721 100644 (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>
index 17327f3e3af5d2541210e7a7f17d2b790e8f0a96..72fb37b08f6cc2201d3795326f0d1eb65f314864 100644 (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>
index 982da6c0ddd58fd6d45e2e1fa17c4aed8393e191..ec01857c1694f3faa295639915dde66a49cae497 100644 (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>
diff --git a/pom.xml b/pom.xml
index 5bea7a20c8c2c3436e9035abffa0b6f75e659a8d..4c6908f1ce08bed50fb0689c92ebde6f75d526b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>