One more item to the depmap.
This commit is contained in:
parent
bb98fa16c9
commit
ea68c30805
@ -11,5 +11,17 @@
|
||||
<version>2.4</version>
|
||||
</jpp>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<maven>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
<artifactId>maven-test-tools</artifactId>
|
||||
<version>1.0</version>
|
||||
</maven>
|
||||
<jpp>
|
||||
<groupId>JPP/maven-plugin-testing</groupId>
|
||||
<artifactId>maven-test-tools</artifactId>
|
||||
<version>1.2</version>
|
||||
</jpp>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-plugin-testing
|
||||
Version: 1.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Maven Plugin Testing
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -27,7 +27,7 @@ BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-surefire-maven-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-shared-reporting-impl
|
||||
BuildRequires: maven-test-tools
|
||||
BuildRequires: maven-shared-test-tools
|
||||
Requires: maven2
|
||||
Requires: jpackage-utils
|
||||
Requires: java
|
||||
@ -164,8 +164,11 @@ rm -rf %{buildroot}
|
||||
%{_javadir}/%{name}/maven-test-tools*
|
||||
|
||||
%changelog
|
||||
* Mon May 31 2010 Alexander Kurtakov <akurtako@redhat.com> 1.2-5
|
||||
- One more item to the depmap.
|
||||
|
||||
* Mon May 31 2010 Alexander Kurtakov <akurtako@redhat.com> 1.2-4
|
||||
- Add depmap to fix build
|
||||
- Add depmap to fix build.
|
||||
|
||||
* Sat May 29 2010 Alexander Kurtakov <akurtako@redhat.com> 1.2-3
|
||||
- Obsolete maven-shared-test-tools.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user