rpms/maven-plugin-testing/devel maven-plugin-testing.spec, 1.9, 1.10 maven-plugin-testing-depmap.xml, 1.1, 1.2

Alexander Kurtakov akurtakov at fedoraproject.org
Mon May 31 08:19:40 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/maven-plugin-testing/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32699/devel

Modified Files:
	maven-plugin-testing.spec maven-plugin-testing-depmap.xml 
Log Message:
One more item to the depmap.


Index: maven-plugin-testing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-plugin-testing/devel/maven-plugin-testing.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- maven-plugin-testing.spec	31 May 2010 08:08:20 -0000	1.9
+++ maven-plugin-testing.spec	31 May 2010 08:19:40 -0000	1.10
@@ -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 at redhat.com> 1.2-5
+- One more item to the depmap.
+
 * Mon May 31 2010 Alexander Kurtakov <akurtako at redhat.com> 1.2-4
-- Add depmap to fix build
+- Add depmap to fix build.
 
 * Sat May 29 2010 Alexander Kurtakov <akurtako at redhat.com> 1.2-3
 - Obsolete maven-shared-test-tools.


Index: maven-plugin-testing-depmap.xml
===================================================================
RCS file: /cvs/pkgs/rpms/maven-plugin-testing/devel/maven-plugin-testing-depmap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- maven-plugin-testing-depmap.xml	31 May 2010 08:08:20 -0000	1.1
+++ maven-plugin-testing-depmap.xml	31 May 2010 08:19:40 -0000	1.2
@@ -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>
 



More information about the scm-commits mailing list