Accepting request 1040354 from Java:packages
upgrade OBS-URL: https://build.opensuse.org/request/show/1040354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mojo-parent?expand=0&rev=3
This commit is contained in:
commit
f007b9561c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16be4c89a1f82515fcfa276b1755027c3fa2b8fc8724dcd8620a1150d9c5460b
|
||||
size 10525
|
3
mojo-parent-70.tar.gz
Normal file
3
mojo-parent-70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fb403922ed7df82455fa41bc27ed17736b17e01396e65a2fb7b0411f201d148
|
||||
size 12281
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 14:45:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 70:
|
||||
* Improvement checkstyle configuration
|
||||
* Add modello-maven-plugin to pluginManagement
|
||||
* Remove Google search box due to privacy (#274) @slawekjaranowski
|
||||
* Put version for mrm-maven-plugin in property (#273) @slawekjaranowski
|
||||
* Add streamLogsOnFailures to m-invoker-p (#272) @slawekjaranowski
|
||||
* Add property for maven-fluido-skin version (#268) @slawekjaranowski
|
||||
* Setup Apache Matomo analytics (#259) @slawekjaranowski
|
||||
* Downgrade Checkstyle to 9.3. 10.x requires Java 11(ecfb1d1)
|
||||
* remove requirement to use ssh for github scm devCon
|
||||
* Require Maven 3.2.5 (#215) @slachiewicz
|
||||
* [#225] add SHA-512 hashes (#226) @bmarwell
|
||||
* Extract plugin version as variable so child pom can override if needed (#84) @nhojpatrick
|
||||
* remove issue-tracking as do not exists anymore (#148) @olamy
|
||||
* remove cim report as it do not exists anymore (#147) @olamy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 07:56:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mojo-parent
|
||||
Version: 60
|
||||
Version: 70
|
||||
Release: 0
|
||||
Summary: Codehaus MOJO parent project pom file
|
||||
License: Apache-2.0
|
||||
@ -26,6 +26,7 @@ URL: https://www.mojohaus.org/mojo-parent/
|
||||
Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildRequires: javapackages-local
|
||||
Requires: mvn(org.junit:junit-bom:pom:)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -48,6 +49,6 @@ install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
||||
%add_maven_depmap %{name}/%{name}.pom -a org.codehaus.mojo:mojo
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE-2.0.txt
|
||||
%license LICENSE-2.0.txt
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user