Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
2d735c0639 | ||
| 407675f342 | |||
| fa82b95630 | |||
| 162ebfd94c | |||
| 12acb0e1ee | |||
| 8d932738ad | |||
| d1cfefdb40 | |||
| 15e3cd26e4 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/codehaus-plexus/plexus-resources.git</param>
|
||||
<param name="revision">plexus-resources-1.3.0</param>
|
||||
<param name="revision">plexus-resources-1.3.1</param>
|
||||
<param name="match-tag">plexus-resources-*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">plexus-resources-(.*)</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1849ecd054d3f1d6323e9530803b11d4a9f65be82b27c3d0a8c40515676003a2
|
||||
size 13784
|
||||
BIN
plexus-resources-1.3.1.tar.xz
LFS
Normal file
BIN
plexus-resources-1.3.1.tar.xz
LFS
Normal file
Binary file not shown.
@@ -10,9 +10,10 @@
|
||||
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.artifactId" value="plexus-resources"/>
|
||||
<property name="project.version" value="1.3.0"/>
|
||||
<property name="project.version" value="1.3.1"/>
|
||||
|
||||
<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="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
@@ -54,6 +55,7 @@
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 12:59:23 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 06:40:30 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user