forked from pool/maven-reporting-api
Accepting request 1113246 from Java:packages
3.1.1 OBS-URL: https://build.opensuse.org/request/show/1113246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-reporting-api?expand=0&rev=5
This commit is contained in:
commit
12f12a8d6d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24e848d95a3e8e89f1b192ebc1bcdd00043202139460411c9410c8cb01310050
|
||||
size 24351
|
BIN
maven-reporting-api-3.1.1-source-release.zip
(Stored with Git LFS)
Normal file
BIN
maven-reporting-api-3.1.1-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -11,12 +11,13 @@
|
||||
<property name="project.groupId" value="org.apache.maven.reporting"/>
|
||||
<property name="project.artifactId" value="maven-reporting-api"/>
|
||||
<property name="project.name" value="Maven Reporting API"/>
|
||||
<property name="project.version" value="3.1.0"/>
|
||||
<property name="project.version" value="3.1.1"/>
|
||||
|
||||
<property name="project.organization.name"
|
||||
value="The Apache Software Foundation"/>
|
||||
|
||||
<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"
|
||||
@ -57,6 +58,7 @@
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 01:57:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.1.1
|
||||
* Task:
|
||||
+ MSHARED-1118 - Restore binary compat for MavenReport
|
||||
(partially revert MSHARED-1024)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 20:11:02 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-reporting-api
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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: maven-reporting-api
|
||||
Version: 3.1.0
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: API to manage report generation
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://maven.apache.org/shared/maven-reporting-api
|
||||
Source0: https://dlcdn.apache.org/maven/reporting/%{name}-%{version}-source-release.zip
|
||||
URL: https://maven.apache.org/shared/maven-reporting-api
|
||||
Source0: https://archive.apache.org/dist/maven/reporting/%{name}-%{version}-source-release.zip
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source2: %{name}-build.xml
|
||||
BuildRequires: ant
|
||||
@ -65,7 +65,7 @@ build-jar-repository -s lib \
|
||||
maven-doxia/doxia-sink-api
|
||||
%{ant} jar javadoc
|
||||
|
||||
%mvn_artifact pom.xml target/%{name}-%{version}.jar
|
||||
%{mvn_artifact} pom.xml target/%{name}-%{version}.jar
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Loading…
Reference in New Issue
Block a user