1
0

Accepting request 693086 from Java:packages

- Remove reference to pom parent from pom.xml file, since we are
  not building with maven.

OBS-URL: https://build.opensuse.org/request/show/693086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/beust-jcommander?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-04-11 10:18:44 +00:00 committed by Git OBS Bridge
commit 20a4492856
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 8 18:11:28 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Remove reference to pom parent from pom.xml file, since we are
not building with maven.
-------------------------------------------------------------------
Thu Feb 7 16:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,5 +1,5 @@
#
# spec file for package beust-jcommander
# spec file for package beust
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
@ -59,6 +59,8 @@ cp -p %{SOURCE1} pom.xml
cp -p %{SOURCE2} build.xml
sed -i 's/@VERSION@/%{version}/g' pom.xml build.xml
%pom_remove_parent .
%build
%{ant} jar javadoc