Add java 9 automatic module name headers to jar files

License correction EPL -> EPL-2.0
This commit is contained in:
Mat Booth 2018-06-27 16:34:23 +01:00
parent 63ca4acd9e
commit 67de736e3a
2 changed files with 8 additions and 3 deletions

View File

@ -55,6 +55,7 @@
<configuration> <configuration>
<instructions> <instructions>
<Bundle-SymbolicName>${osgi.bsn}</Bundle-SymbolicName> <Bundle-SymbolicName>${osgi.bsn}</Bundle-SymbolicName>
<Automatic-Module-Name>${osgi.bsn}</Automatic-Module-Name>
<_nouses>true</_nouses> <_nouses>true</_nouses>
</instructions> </instructions>
</configuration> </configuration>

View File

@ -10,10 +10,10 @@
Name: junit5 Name: junit5
Version: 5.0.0 Version: 5.0.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Java regression testing framework Summary: Java regression testing framework
# junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL (see LICENSE.md) # junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL-2.0 (see LICENSE.md)
License: EPL and ASL 2.0 License: EPL-2.0 and ASL 2.0
URL: http://junit.org/junit5/ URL: http://junit.org/junit5/
BuildArch: noarch BuildArch: noarch
@ -177,6 +177,10 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
%doc documentation/src/docs/* %doc documentation/src/docs/*
%changelog %changelog
* Wed Jun 27 2018 Mat Booth <mat.booth@redhat.com> - 5.0.0-4
- Add java 9 automatic module name headers to jar files
- License correction EPL -> EPL-2.0
* Thu Mar 15 2018 Michael Simacek <msimacek@redhat.com> - 5.0.0-3 * Thu Mar 15 2018 Michael Simacek <msimacek@redhat.com> - 5.0.0-3
- Disable gradle plugin to fix FTBFS - Disable gradle plugin to fix FTBFS