Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
26fb6bbaab | |||
c3fee2289d | |||
3ba57f255e | |||
f6a9fd1f60 | |||
7f6a3f00be | |||
4e90de84db |
BIN
maven-filtering-3.3.2-source-release.zip
(Stored with Git LFS)
BIN
maven-filtering-3.3.2-source-release.zip
(Stored with Git LFS)
Binary file not shown.
3
maven-filtering-3.4.0-source-release.zip
Normal file
3
maven-filtering-3.4.0-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8372dcd8ea6fcb37a9e69e075c6b60f90b4eeec1094240b6367ff5438df973df
|
||||
size 171493
|
@@ -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}"/>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user