diff --git a/_service b/_service index 4d396d1..713add6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/codehaus-plexus/plexus-resources.git - plexus-resources-1.3.0 + plexus-resources-1.3.1 plexus-resources-* @PARENT_TAG@ plexus-resources-(.*) diff --git a/plexus-resources-1.3.0.tar.xz b/plexus-resources-1.3.0.tar.xz deleted file mode 100644 index 486f58f..0000000 --- a/plexus-resources-1.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1849ecd054d3f1d6323e9530803b11d4a9f65be82b27c3d0a8c40515676003a2 -size 13784 diff --git a/plexus-resources-1.3.1.tar.xz b/plexus-resources-1.3.1.tar.xz new file mode 100644 index 0000000..1bb9a07 --- /dev/null +++ b/plexus-resources-1.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b30c63c84ae7a461201c0b11b727d0dd97ca56230a1871a60aa46b010f9f67 +size 13932 diff --git a/plexus-resources-build.xml b/plexus-resources-build.xml index 12e21cf..0151ed7 100644 --- a/plexus-resources-build.xml +++ b/plexus-resources-build.xml @@ -10,9 +10,10 @@ - + - + + @@ -54,6 +55,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false" diff --git a/plexus-resources.changes b/plexus-resources.changes index 977c57e..14646cb 100644 --- a/plexus-resources.changes +++ b/plexus-resources.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 7 12:59:23 UTC 2025 - Fridrich Strba + +- Update to version 1.3.1 + * Maintenance + + Bump release-drafter/release-drafter from 5 to 6 + * Dependency updates + + Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.6.0 + + Bump org.codehaus.plexus:plexus from 16 to 23 + + Bump org.simplify4u:slf4j-mock from 2.3.0 to 2.4.0 + + Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.2 + + Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 + +------------------------------------------------------------------- +Tue Jun 3 08:25:16 UTC 2025 - Fridrich Strba + +- Add dependency on objectweb-asm to build with sisu 0.9.0.M4 + ------------------------------------------------------------------- Tue Oct 8 06:40:30 UTC 2024 - Fridrich Strba diff --git a/plexus-resources.spec b/plexus-resources.spec index f77ac5a..2675a8d 100644 --- a/plexus-resources.spec +++ b/plexus-resources.spec @@ -1,7 +1,7 @@ # # spec file for package plexus-resources # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: plexus-resources -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Plexus Resource Manager License: MIT @@ -29,6 +29,7 @@ BuildRequires: ant BuildRequires: atinject BuildRequires: fdupes BuildRequires: javapackages-local >= 6 +BuildRequires: objectweb-asm BuildRequires: plexus-utils BuildRequires: plexus-xml BuildRequires: sisu-inject @@ -55,7 +56,13 @@ cp %{SOURCE1} build.xml %build mkdir -p lib -build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils plexus/xml slf4j/api +build-jar-repository -s lib \ + atinject \ + objectweb-asm/asm \ + org.eclipse.sisu.inject \ + plexus/utils \ + plexus/xml \ + slf4j/api %{ant} jar javadoc %install