Fridrich Strba 2022-03-20 01:37:34 +00:00 committed by Git OBS Bridge
parent 81b2e60aed
commit 14e1002a1c
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<property name="project.name" value="${project.artifactId}"/> <property name="project.name" value="${project.artifactId}"/>
<property name="project.description" value="Jansi is a java library for generating and interpreting ANSI escape sequences."/> <property name="project.description" value="Jansi is a java library for generating and interpreting ANSI escape sequences."/>
<property name="compiler.source" value="1.6"/> <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/> <property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -1,7 +1,7 @@
# #
# spec file for package jansi # spec file for package jansi
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed