Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs
in other packages
This commit is contained in:
parent
101f5bbc0b
commit
5463eb9bfc
@ -115,7 +115,7 @@ index 991edc1..83732d5 100644
|
|||||||
+ jars/surefire-api-2.21.0.jar,
|
+ jars/surefire-api-2.21.0.jar,
|
||||||
+ jars/surefire-logger-api-2.21.0.jar,
|
+ jars/surefire-logger-api-2.21.0.jar,
|
||||||
+ jars/maven-surefire-common-2.21.0.jar,
|
+ jars/maven-surefire-common-2.21.0.jar,
|
||||||
+ jars/plexus-utils-3.0.jar
|
+ jars/maven-shared-utils-3.2.1.jar
|
||||||
Bundle-Name: Tycho Surefire OSGi Booter Eclipse Application
|
Bundle-Name: Tycho Surefire OSGi Booter Eclipse Application
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-SymbolicName: org.eclipse.tycho.surefire.osgibooter;singleton:=true
|
Bundle-SymbolicName: org.eclipse.tycho.surefire.osgibooter;singleton:=true
|
||||||
@ -140,9 +140,9 @@ index 82700eb..3fbc3a3 100644
|
|||||||
<version>${surefire-version}</version>
|
<version>${surefire-version}</version>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
+ <artifactItem>
|
+ <artifactItem>
|
||||||
+ <groupId>org.codehaus.plexus</groupId>
|
+ <groupId>org.apache.maven.shared</groupId>
|
||||||
+ <artifactId>plexus-utils</artifactId>
|
+ <artifactId>maven-shared-utils</artifactId>
|
||||||
+ <version>3.0</version>
|
+ <version>3.2.1</version>
|
||||||
+ </artifactItem>
|
+ </artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: tycho
|
Name: tycho
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 0.4.git5d018bb%{?dist}
|
Release: 0.5.git5d018bb%{?dist}
|
||||||
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
|
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
|
||||||
|
|
||||||
# license file is missing but all files having some licensing information are ASL 2.0
|
# license file is missing but all files having some licensing information are ASL 2.0
|
||||||
@ -366,6 +366,10 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}${xmvn_libdir}/inst
|
|||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 09 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.5.git5d018bb
|
||||||
|
- Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs
|
||||||
|
in other packages
|
||||||
|
|
||||||
* Thu May 03 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.4.git5d018bb
|
* Thu May 03 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.4.git5d018bb
|
||||||
- Add a proper patch for ebz#534255
|
- Add a proper patch for ebz#534255
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user