SHA256
1
0
forked from pool/mojo-parent
2024-06-11 15:41:00 +00:00
committed by Git OBS Bridge
parent 3afa9e4757
commit 50a455ab1c
2 changed files with 7 additions and 4 deletions

BIN
mojo-parent-82.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
#
# spec file for package mojo-parent
#
# Copyright (c) 2022 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,13 +17,13 @@
Name: mojo-parent
Version: 70
Version: 82
Release: 0
Summary: Codehaus MOJO parent project pom file
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://www.mojohaus.org/mojo-parent/
Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/mojohaus/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: javapackages-local
Requires: mvn(org.junit:junit-bom:pom:)
@@ -33,7 +33,7 @@ BuildArch: noarch
Codehaus MOJO parent project pom file
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q
# Not needed
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin