Update to upstream version 7.0.0
This commit is contained in:
parent
14cd4b711f
commit
20ba641b50
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/testng-6.14.3.tar.gz
|
||||
/testng-7.0.0~beta4.tar.gz
|
||||
/testng-7.0.0~beta7.tar.gz
|
||||
/testng-7.0.0.tar.gz
|
||||
|
3
pom.xml
3
pom.xml
@ -1,4 +1,3 @@
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<!-- Refer to the file ./build-with-maven for instruction on how to use this pom.xml -->
|
||||
@ -8,7 +7,7 @@
|
||||
<artifactId>testng</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>TestNG</name>
|
||||
<version>7.0.0-beta7</version>
|
||||
<version>@VERSION@</version>
|
||||
<description>TestNG is a testing framework.</description>
|
||||
<url>http://testng.org</url>
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testng-7.0.0~beta7.tar.gz) = 5cb8bc5c10e680f29c99314201097454eba9965a7ba67a27f5859e361544b9f21ccf257afdd40fed1d0b6b97316e58cff29dcc0bce464ac81625188489cd2338
|
||||
SHA512 (testng-7.0.0.tar.gz) = fdd62f26a82010b8990c88789d369d31f188e0651afdcc0d61c634e4fa1094671eacd14ac436bb65a8f3a4c744c275d7d0542b5365c4a1a6c18d8794a5314d62
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: testng
|
||||
Version: 7.0.0~beta7
|
||||
Version: 7.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Java-based testing framework
|
||||
License: ASL 2.0
|
||||
@ -46,7 +46,7 @@ This package contains the API documentation for %{name}.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
cp %{SOURCE1} .
|
||||
sed 's/@VERSION@/%{version}/' %{SOURCE1} > pom.xml
|
||||
|
||||
# remove any bundled libs, but not test resources
|
||||
find ! -path "*/test/*" -name *.jar -print -delete
|
||||
@ -85,6 +85,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.0-1
|
||||
- Update to upstream version 7.0.0
|
||||
|
||||
* Wed Aug 14 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.0~beta7-1
|
||||
- Update to upstream version 7.0.0~beta7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user