Fridrich Strba 2022-03-25 07:57:20 +00:00 committed by Git OBS Bridge
parent 4402e3d036
commit e365c0b5b8
3 changed files with 12 additions and 5 deletions

3
mojo-parent-60.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16be4c89a1f82515fcfa276b1755027c3fa2b8fc8724dcd8620a1150d9c5460b
size 10525

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 25 07:56:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 60
* Compatible with newer plugins
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 17 23:14:57 UTC 2019 - Fridrich Strba <fstrba@suse.com> Sun Mar 17 23:14:57 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mojo-parent # spec file for package mojo-parent
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: mojo-parent Name: mojo-parent
Version: 40 Version: 60
Release: 0 Release: 0
Summary: Codehaus MOJO parent project pom file Summary: Codehaus MOJO parent project pom file
License: Apache-2.0 License: Apache-2.0
Group: Development/Libraries/Java Group: Development/Libraries/Java
URL: http://www.mojohaus.org/mojo-parent/ URL: https://www.mojohaus.org/mojo-parent/
Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: javapackages-local BuildRequires: javapackages-local
@ -33,8 +33,6 @@ Codehaus MOJO parent project pom file
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
# Cobertura plugin is executed only during clean Maven phase.
%pom_remove_plugin :cobertura-maven-plugin
# Not needed # Not needed
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin %pom_remove_plugin :maven-site-plugin