rpms/maven2-common-poms/devel maven2-common-poms.spec, 1.9, 1.10 sources, 1.5, 1.6 maven2-common-poms-jpp-depmap.xml, 1.5, 1.6

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 10 08:53:12 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/maven2-common-poms/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10960/devel

Modified Files:
	maven2-common-poms.spec sources 
	maven2-common-poms-jpp-depmap.xml 
Log Message:
Add jetty and plexus parent poms.


Index: maven2-common-poms.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven2-common-poms/devel/maven2-common-poms.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- maven2-common-poms.spec	1 Sep 2009 23:33:07 -0000	1.9
+++ maven2-common-poms.spec	10 Sep 2009 08:53:10 -0000	1.10
@@ -33,7 +33,7 @@
 
 Name:              %{parent}-%{subname}
 Version:           1.0
-Release:           9%{?dist}
+Release:           10%{?dist}
 Epoch:             0
 Summary:           Common poms for maven2
 License:           ASL 2.0 and BSD
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/maven2
 
 %changelog
+* Thu Sep 10 2009 Alexander Kurtakov <akurtako at redhat.com> 0:1.0-10
+- Add jetty and plexus parent poms.
+
 * Tue Sep  1 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0:1.0-9
 - Added JPP.codehaus-mojo-parent.pom
 - Fix cobertura's jar name in the depmap, should be maven2-plugin-cobertura


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maven2-common-poms/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	1 Sep 2009 23:39:26 -0000	1.5
+++ sources	10 Sep 2009 08:53:11 -0000	1.6
@@ -1,2 +1,2 @@
 e1a697356772cf0dc7badade59aa922b  maven2-common-poms-docs.tar.gz
-7868675a900fce52e93f3f3ddf78030e  maven2-common-poms-src.tar.gz
+d36c495ac5869ec89aa9679b3e0aefbe  maven2-common-poms-src.tar.gz


Index: maven2-common-poms-jpp-depmap.xml
===================================================================
RCS file: /cvs/pkgs/rpms/maven2-common-poms/devel/maven2-common-poms-jpp-depmap.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- maven2-common-poms-jpp-depmap.xml	1 Sep 2009 23:33:07 -0000	1.5
+++ maven2-common-poms-jpp-depmap.xml	10 Sep 2009 08:53:11 -0000	1.6
@@ -4135,4 +4135,40 @@
             <version>1.0-beta-1</version>
         </jpp>
     </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>jetty-parent</artifactId>
+            <version>8</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>mortbay-jetty-parent</artifactId>
+            <version>8</version>
+        </jpp>
+    </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-parent</artifactId>
+            <version>11</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>eclipse-jetty-parent</artifactId>
+            <version>11</version>
+        </jpp>
+    </dependency>
+    <dependency>
+        <maven>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>felix</artifactId>
+            <version>1.0.2</version>
+        </maven>
+        <jpp>
+            <groupId>JPP</groupId>
+            <artifactId>felix</artifactId>
+            <version>1.0.2</version>
+        </jpp>
+    </dependency>
 </dependencies>




More information about the scm-commits mailing list