Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b800108b61 | |||
| 3d25b11f7e | |||
| 865cdbc8d6 | |||
| 957a8aef96 |
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.1</param>
|
||||
<param name="revision">plexus-resources-1.3.0</param>
|
||||
<param name="match-tag">plexus-resources-*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">plexus-resources-(.*)</param>
|
||||
|
||||
3
plexus-resources-1.3.0.tar.xz
Normal file
3
plexus-resources-1.3.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1849ecd054d3f1d6323e9530803b11d4a9f65be82b27c3d0a8c40515676003a2
|
||||
size 13784
|
||||
BIN
plexus-resources-1.3.1.tar.xz
LFS
BIN
plexus-resources-1.3.1.tar.xz
LFS
Binary file not shown.
@@ -10,10 +10,9 @@
|
||||
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.artifactId" value="plexus-resources"/>
|
||||
<property name="project.version" value="1.3.1"/>
|
||||
<property name="project.version" value="1.3.0"/>
|
||||
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
@@ -55,7 +54,6 @@
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
||||
@@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 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.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Plexus Resource Manager
|
||||
License: MIT
|
||||
@@ -29,7 +29,6 @@ BuildRequires: ant
|
||||
BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: plexus-xml
|
||||
BuildRequires: sisu-inject
|
||||
@@ -56,13 +55,7 @@ cp %{SOURCE1} build.xml
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject \
|
||||
plexus/utils \
|
||||
plexus/xml \
|
||||
slf4j/api
|
||||
build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils plexus/xml slf4j/api
|
||||
%{ant} jar javadoc
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user