Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
BIN
plexus-io-3.4.1.tar.gz
(Stored with Git LFS)
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
BIN
plexus-io-3.4.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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"
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 17:15:03 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 3.4.2
|
||||||
|
* Dependency updates
|
||||||
|
+ Update sisu.inject to 0.9.0.M2
|
||||||
|
+ Bump guice from 5.1.0 to 6.0.0
|
||||||
|
+ Bump commons-io:commons-io from 2.11.0 to 2.15.1
|
||||||
|
+ Bump plexus-utils from 3.5.0 to 4.0.0
|
||||||
|
+ Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.3.0
|
||||||
|
* Maintenance
|
||||||
|
+ JUnit4 to 5 migration
|
||||||
|
+ Code cleanup
|
||||||
|
+ Reuse plexus-pom action for CI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 6 13:18:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Sep 6 13:18:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user