SHA256
1
0
forked from pool/plexus-io
Fridrich Strba 2024-06-13 09:57:48 +00:00 committed by Git OBS Bridge
parent 52aaafc0a0
commit 23a2e55cbe
4 changed files with 9 additions and 11 deletions

BIN
plexus-io-3.4.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
plexus-io-3.4.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -10,9 +10,10 @@
<property name="project.artifactId" value="plexus-io"/> <property name="project.artifactId" value="plexus-io"/>
<property name="project.groupId" value="org.codehaus.plexus"/> <property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.version" value="3.4.1"/> <property name="project.version" value="3.4.2"/>
<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="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/>
@ -28,7 +29,6 @@
<path id="build.classpath"> <path id="build.classpath">
<fileset dir="lib"> <fileset dir="lib">
<!-- plexus-utils-3.0.24 commons-io-2.5.jar -->
<include name="**/*"/> <include name="**/*"/>
</fileset> </fileset>
</path> </path>
@ -52,6 +52,7 @@
debug="true" debug="true"
optimize="false" optimize="false"
deprecation="true" deprecation="true"
release="${compiler.release}"
target="${compiler.target}" target="${compiler.target}"
verbose="false" verbose="false"
fork="false" fork="false"

View File

@ -1,7 +1,7 @@
# #
# spec file for package plexus-io # spec file for package plexus-io
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@ -17,7 +17,7 @@
Name: plexus-io Name: plexus-io
Version: 3.4.1 Version: 3.4.2
Release: 0 Release: 0
Summary: Plexus IO Components Summary: Plexus IO Components
License: Apache-2.0 License: Apache-2.0
@ -52,9 +52,6 @@ API documentation for %{name}.
cp %{SOURCE1} build.xml cp %{SOURCE1} build.xml
cp %{SOURCE2} . cp %{SOURCE2} .
%pom_remove_plugin :animal-sniffer-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%build %build
mkdir -p lib mkdir -p lib
build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils commons-io jsr-305 build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils commons-io jsr-305