aboutsummaryrefslogtreecommitdiffstats
path: root/fop
diff options
context:
space:
mode:
Diffstat (limited to 'fop')
-rw-r--r--fop/build.xml4
-rw-r--r--fop/pom.xml2
-rw-r--r--fop/releasedist.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/fop/build.xml b/fop/build.xml
index f617e32ab..d456a885d 100644
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -89,8 +89,8 @@ 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="year" value="1999-2023"/>
+ <property name="version" value="2.10.0-SNAPSHOT"/>
+ <property name="year" value="1999-2024"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>
<property name="javac.deprecation" value="on"/>
diff --git a/fop/pom.xml b/fop/pom.xml
index 43d68deca..52192b5ee 100644
--- a/fop/pom.xml
+++ b/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.10.0-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/fop/releasedist.xml b/fop/releasedist.xml
index d8c4f5e33..be214d2c6 100644
--- a/fop/releasedist.xml
+++ b/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.10.0-SNAPSHOT"/>
<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}"/>
ef='#n18'>18 19 20 21 22 23 24 25 26 27 28
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2005-2006 The Apache Software Foundation.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.archiva</groupId>
    <artifactId>archiva-consumers</artifactId>
    <version>2.2.4-SNAPSHOT</version>
  </parent>

  <artifactId>archiva-signature-consumers</artifactId>
  <name>Archiva Base :: Consumers :: GPG Signature</name>
</project>