From: Markus Koschany <apo@debian.org>
Date: Fri, 9 Apr 2021 11:54:25 +0200
Subject: build

Forwarded: not-needed
---
 build.xml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

--- a/build.xml
+++ b/build.xml
@@ -12,13 +12,12 @@
         <format property="TODAY" pattern="yyyy-MM-dd HH:mm:ss Z" timezone="GMT" />
     </tstamp>
 
-        <target name="prepare" depends="init,setup-ivy" unless="prepared">
+        <target name="prepare" depends="init" unless="prepared">
         <mkdir dir="${build.dir}" />
         <mkdir dir="${build.classes.dir}"/>
         <mkdir dir="${build.test-classes.dir}"/>
         <mkdir dir="${build.generated-src.dir}"/>
         <mkdir dir="${lib.dir}"/>
-        <ivy:retrieve />
   <!--      <property file="${user.home}/gnupg.properties"/>
         <taskdef resource="org/apache/commons/openpgp/ant/antlib.xml">
             <classpath>
@@ -133,7 +132,7 @@
                 <attribute name="Built-Date" value="${TODAY}"/>
                 <section name="org/marc4j">
                   <attribute name="Specification-Title" value="marc4j"/>
-                  <attribute name="Specification-Version" value="${specversion}"/>
+                  <attribute name="Specification-Version" value="2.9.2"/>
                   <attribute name="Specification-Vendor" value="org.marc4j"/>
 
                   <attribute name="Implementation-Title" value="marc4j"/>
@@ -419,19 +418,15 @@
         </condition>
     </target>
 
-    <target name="version" depends="git.revision,-version1,-version2" description="Get the version number to use from github" >
-        <echo message="git.revision = ${git.revision}" />
+    <target name="version" depends="" description="Get the version number to use from github" >
 
-        <property name="version" value="${versionstr}${versionsuffix}" />
+        <property name="version" value="2.9.2" />
         <echo message="version = ${version}" />
         <condition property="is.snapshot">
             <contains string="${version}" substring="SNAPSHOT" />
         </condition>
         <echo message="is.snapshot = ${is.snapshot}" />
         <property name="jar.name" value="${project.name}-${version}.jar" />
-        <property name="jar.sources.name" value="${project.name}-${version}-sources.jar" />
-        <property name="jar.javadoc.name" value="${project.name}-${version}-javadoc.jar" />
-        <property name="test.jar.name" value="${project.name}_test-${version}.jar" />
     </target>
 
 
