From 81e3114c2b98f3fa23648f73061c9859ac93cdd7 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Tue, 25 Aug 2020 16:22:04 +0800 Subject: [PATCH] Modify pom file --- multithreadedtc-1.01.pom | 26 -------------------------- multithreadedtc.pom | 7 +++++++ multithreadedtc.spec | 7 +++++-- 3 files changed, 12 insertions(+), 28 deletions(-) delete mode 100644 multithreadedtc-1.01.pom create mode 100644 multithreadedtc.pom diff --git a/multithreadedtc-1.01.pom b/multithreadedtc-1.01.pom deleted file mode 100644 index ecff9e1..0000000 --- a/multithreadedtc-1.01.pom +++ /dev/null @@ -1,26 +0,0 @@ - - - 4.0.0 - edu.umd.cs.mtc - multithreadedtc - 1.01 - MultithreadedTC - A framework for testing concurrent Java applications - http://code.google.com/p/multithreadedtc/ - - - The BSD License - http://www.opensource.org/licenses/bsd-license.php - repo - - - - - junit - junit - 3.8.1 - test - - - diff --git a/multithreadedtc.pom b/multithreadedtc.pom new file mode 100644 index 0000000..9ee404f --- /dev/null +++ b/multithreadedtc.pom @@ -0,0 +1,7 @@ + + + 4.0.0 + edu.umd.cs + multithreadedtc + 1.0.1 + diff --git a/multithreadedtc.spec b/multithreadedtc.spec index 43ed19b..9b7bde3 100644 --- a/multithreadedtc.spec +++ b/multithreadedtc.spec @@ -1,12 +1,12 @@ %global project_name MultithreadedTC Name: multithreadedtc Version: 1.01 -Release: 1 +Release: 2 Summary: A framework for testing concurrent Java application License: BSD URL: http://www.cs.umd.edu/projects/PL/multithreadedtc Source0: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/multithreadedtc/%{project_name}-%{version}-source.zip -Source1: https://repo1.maven.org/maven2/edu/umd/cs/mtc/multithreadedtc/1.01/multithreadedtc-%{version}.pom +Source1: %{name}.pom Patch0: %{name}-build.patch BuildArch: noarch @@ -64,5 +64,8 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/%{name} %changelog +* Tue Aug 25 2020 leiju - 1.01-2 +- Modify pom file + * Fri Jul 24 2020 leiju - 1.01-1 - Package init