Accepting request 1118285 from Java:packages
1.3.0 OBS-URL: https://build.opensuse.org/request/show/1118285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentest4j?expand=0&rev=5
This commit is contained in:
commit
e5f94d0445
@ -1,17 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||
<!-- which should be used instead. Do not delete the following line which -->
|
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||
<!-- that they should prefer consuming it instead. -->
|
||||
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.opentest4j</groupId>
|
||||
<artifactId>opentest4j</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.3.0</version>
|
||||
<name>org.opentest4j:opentest4j</name>
|
||||
<description>Open Test Alliance for the JVM</description>
|
||||
<url>https://github.com/ota4j-team/opentest4j</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
@ -33,7 +38,7 @@
|
||||
<developer>
|
||||
<id>mmerdes</id>
|
||||
<name>Matthias Merdes</name>
|
||||
<email>Matthias.Merdes@heidelberg-mobil.com</email>
|
||||
<email>matthias.merdes@heidelpay.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>sbrannen</id>
|
@ -10,7 +10,7 @@
|
||||
|
||||
<property name="project.groupId" value="org.opentest4j"/>
|
||||
<property name="project.artifactId" value="opentest4j"/>
|
||||
<property name="project.version" value="1.2.0"/>
|
||||
<property name="project.version" value="1.3.0"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 03:49:22 UTC 2023 - ming li <mli@suse.com>
|
||||
|
||||
- Update to version 1.3.0:
|
||||
* Introduce FileInfo
|
||||
* Add copyright and license to jar
|
||||
* Enable Java-behavior for late cause initialisation
|
||||
* Adjust OSGi manifest to match previously published ones
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 12:40:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opentest4j
|
||||
#
|
||||
# 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with tests
|
||||
Name: opentest4j
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Open Test Alliance for the JVM
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f915b9a11aff8445de75f990b431d6295e8c64f336ea6cba7efb26ca6198ad4d
|
||||
size 77616
|
BIN
r1.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
r1.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user