Fridrich Strba 2024-10-15 18:42:43 +00:00 committed by Git OBS Bridge
parent 6577163541
commit 789882c371
5 changed files with 29 additions and 7 deletions

View File

@ -2,11 +2,10 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/apache/maven-reporting-exec.git</param>
<param name="revision">maven-reporting-exec-2.0.0-M14</param>
<param name="revision">maven-reporting-exec-2.0.0</param>
<param name="match-tag">maven-reporting-exec-*</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">maven-reporting-exec-(\d+).(\d+).(\d+)-(.*)</param>
<param name="versionrewrite-replacement">\1.\2.\3~\4</param>
<param name="versionrewrite-pattern">maven-reporting-exec-(.*)</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76254187ab3f24728541eea0ce79a0184f9136e72c52ec48831d981f208981a2
size 20152

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Oct 15 18:38:58 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.0.0
* Bug
+ MSHARED-1298: Missing site report should be detected
* Improvement
+ MSHARED-1236: Supply execution id of caller (Maven Site
Plugin) to MavenReportExecutorRequest
+ MSHARED-1329: Add field to MavenReportExecution whether
it is user-defined or autodetected
* Task
+ MSHARED-1060: Upgrade to Java 8
+ MSHARED-1061: Replace Plexus Logger with SLF4J
+ MSHARED-1064: Reintroduce org.codehaus.doxia.sink.Sink
+ MSHARED-1105: Replace Plexus Annotations with JSR 330 and
upgrade relevant dependencies
+ MSHARED-1193: Remove Maven 2 compat code
+ MSHARED-1207: Deprecate
MavenReportExecutorRequest#localRepository
+ MSHARED-1387: Clean up dependencies
- Fetch sources using source service
-------------------------------------------------------------------
Tue Mar 22 13:40:40 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -17,7 +17,7 @@
Name: maven-reporting-exec
Version: 2.0.0~M14
Version: 2.0.0
Release: 0
Summary: Classes to manage report plugin executions with Maven 3
License: Apache-2.0