Accepting request 1164084 from Java:packages
3.3.2 OBS-URL: https://build.opensuse.org/request/show/1164084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-filtering?expand=0&rev=7
This commit is contained in:
commit
cb8ae6b7b1
BIN
maven-filtering-3.3.1-source-release.zip
(Stored with Git LFS)
BIN
maven-filtering-3.3.1-source-release.zip
(Stored with Git LFS)
Binary file not shown.
BIN
maven-filtering-3.3.2-source-release.zip
(Stored with Git LFS)
Normal file
BIN
maven-filtering-3.3.2-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -10,13 +10,14 @@
|
||||
|
||||
<property name="project.groupId" value="org.apache.maven.shared"/>
|
||||
<property name="project.artifactId" value="maven-filtering"/>
|
||||
<property name="project.version" value="3.3.1"/>
|
||||
<property name="project.version" value="3.3.2"/>
|
||||
<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="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}"/>
|
||||
@ -57,6 +58,7 @@
|
||||
encoding="UTF-8"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 08:46:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.3.2
|
||||
* Changes
|
||||
+ pick correct hamcrest dependency
|
||||
+ Prefer commons lang to plexus utils
|
||||
+ MSHARED-1214: move tag back to HEAD
|
||||
+ MSHARED-1216: Use caching output stream
|
||||
+ Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24
|
||||
in /src/test/resources
|
||||
+ Fix typos and grammar
|
||||
+ Fix 'licenced' typo in PR template
|
||||
+ refactor IncrementalResourceFilteringTest
|
||||
+ MSHARED-1340: Require Maven 3.6.3+
|
||||
+ Bump commons-io:commons-io from 2.11.0 to 2.15.1
|
||||
+ Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0
|
||||
+ MSHARED-1339: Bump
|
||||
org.apache.maven.shared:maven-shared-components from 39 to 41
|
||||
+ MSHARED-1290: Fix PropertyUtils cycle detection results in
|
||||
false positives
|
||||
+ MSHARED-1285: use an up-to-date scanner instead the newscanner
|
||||
+ Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0
|
||||
+ Bump org.codehaus.plexus:plexus-interpolation from 1.26
|
||||
to 1.27
|
||||
+ Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0
|
||||
+ Bump release-drafter/release-drafter from 5 to 6
|
||||
+ Bump org.junit.jupiter:junit-jupiter-api from 5.10.1
|
||||
to 5.10.2
|
||||
+ MSHARED-1351: Fix console message when origin is baseDir
|
||||
+ MSHARED-1050: Fix ConcurrentModificationException for
|
||||
maven-filtering
|
||||
+ MSHARED-1330: Always overwrite files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 13:00:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-filtering
|
||||
#
|
||||
# Copyright (c) 2023 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: maven-filtering
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: Shared component providing resource filtering
|
||||
License: Apache-2.0
|
||||
@ -27,6 +27,7 @@ Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%
|
||||
Source1: %{name}-build.xml
|
||||
BuildRequires: ant
|
||||
BuildRequires: apache-commons-io
|
||||
BuildRequires: apache-commons-lang3
|
||||
BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local >= 6
|
||||
@ -62,6 +63,7 @@ mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
commons-io \
|
||||
commons-lang3 \
|
||||
maven/maven-core \
|
||||
maven/maven-model \
|
||||
maven/maven-settings \
|
||||
|
Loading…
x
Reference in New Issue
Block a user