1
0
Fridrich Strba 2024-05-20 17:01:48 +00:00 committed by Git OBS Bridge
parent 8404d7da80
commit 1e8d63bef0
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@
<property name="build.srcDir" value="src/main/java"/>
<property name="build.resourceDir" value="src/main/resources"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="reporting.outputDirectory" value="${build.dir}/site"/>

View File

@ -23,7 +23,7 @@ Release: 0
Summary: Java framework for parsing command line parameters
License: Apache-2.0
Group: Development/Libraries/Java
URL: http://jcommander.org/
URL: https://jcommander.org/
Source0: %{short_name}-%{version}.tar.xz
# Adapted from earlier version that still shipped poms. It uses kobalt for building now
Source1: %{name}.pom