11
0

6 Commits

5 changed files with 23 additions and 7 deletions

BIN
maven-filtering-3.3.2-source-release.zip (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8372dcd8ea6fcb37a9e69e075c6b60f90b4eeec1094240b6367ff5438df973df
size 171493

View File

@@ -10,11 +10,11 @@
<property name="project.groupId" value="org.apache.maven.shared"/>
<property name="project.artifactId" value="maven-filtering"/>
<property name="project.version" value="3.3.2"/>
<property name="project.version" value="3.4.0"/>
<property name="project.name" value="Apache Maven Filtering"/>
<property name="project.organization.name" value="The Apache Software Foundation"/>
<property name="spec.version" value="3.3"/>
<property name="spec.version" value="3.4"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 9 10:39:40 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 3.4.0
* Changes
+ Bump apache/maven-gh-actions-shared from 3 to 4
+ Bump org.apache.maven.shared:maven-shared-components from 41
+ MSHARED-1412: Allow to customize Interpolator used by filter
-------------------------------------------------------------------
Tue Jun 3 08:18:21 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
-------------------------------------------------------------------
Wed May 1 12:34:10 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-filtering
#
# 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: maven-filtering
Version: 3.3.2
Version: 3.4.0
Release: 0
Summary: Shared component providing resource filtering
License: Apache-2.0
@@ -32,6 +32,7 @@ BuildRequires: atinject
BuildRequires: fdupes
BuildRequires: javapackages-local >= 6
BuildRequires: maven-lib
BuildRequires: objectweb-asm
BuildRequires: plexus-build-api0
BuildRequires: plexus-interpolation
BuildRequires: plexus-utils
@@ -67,6 +68,7 @@ build-jar-repository -s lib \
maven/maven-core \
maven/maven-model \
maven/maven-settings \
objectweb-asm/asm \
org.eclipse.sisu.inject \
plexus/utils \
plexus/interpolation \