소스 검색

Update version

tags/2_9
Simon Steiner 9 달 전
부모
커밋
a0bd13fcfa
11개의 변경된 파일13개의 추가작업 그리고 13개의 파일을 삭제
  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/build.xml
  9. 1
    1
      fop/pom.xml
  10. 1
    1
      fop/releasedist.xml
  11. 3
    3
      pom.xml

+ 1
- 1
fop-core/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<properties>

+ 1
- 1
fop-events/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop-sandbox/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop-servlet/pom.xml 파일 보기

@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder-allinone/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop-util/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop/build.xml 파일 보기

@@ -89,7 +89,7 @@ list of possible build targets.
<property name="Name" value="Apache FOP"/>
<property name="name" value="fop"/>
<property name="NAME" value="FOP"/>
<property name="version" value="2.9.0-SNAPSHOT"/>
<property name="version" value="2.9"/>
<property name="year" value="1999-2023"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>

+ 1
- 1
fop/pom.xml 파일 보기

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop/releasedist.xml 파일 보기

@@ -18,7 +18,7 @@
<project basedir="." name="fop">

<property name="name" value="fop"/>
<property name="version" value="2.9.0-SNAPSHOT"/>
<property name="version" value="2.9"/>
<property name="dist.bin.dir" value="${basedir}/dist-bin"/>
<property name="dist.src.dir" value="${basedir}/dist-src"/>
<property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>

+ 3
- 3
pom.xml 파일 보기

@@ -4,7 +4,7 @@

<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</version>
<name>Apache FOP Parent</name>
<description>XML Graphics Format Object Processor</description>
<packaging>pom</packaging>
@@ -13,7 +13,7 @@
<properties>
<ant.version>1.9.15</ant.version>
<antrun.plugin.version>1.8</antrun.plugin.version>
<batik.version>1.16.0-SNAPSHOT</batik.version>
<batik.version>1.17</batik.version>
<build.helper.plugin.version>1.9.1</build.helper.plugin.version>
<checkstyle.plugin.version>2.14</checkstyle.plugin.version>
<commons.io.version>2.11.0</commons.io.version>
@@ -30,7 +30,7 @@
<surefire.plugin.version>2.18.1</surefire.plugin.version>
<war.plugin.version>3.3.2</war.plugin.version>
<xml.plugin.version>1.0.1</xml.plugin.version>
<xmlgraphics.commons.version>2.9.0-SNAPSHOT</xmlgraphics.commons.version>
<xmlgraphics.commons.version>2.9</xmlgraphics.commons.version>
<xmlunit.version>1.2</xmlunit.version>
<jdk.path>${env.JAVA_HOME}</jdk.path>
</properties>

Loading…
취소
저장