[jboss-cvs] Repository SVN: r26825 - maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 6 19:18:31 EDT 2009


Author: nbelaevski
Date: 2009-05-06 19:18:31 -0400 (Wed, 06 May 2009)
New Revision: 26825

Added:
   maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3/maven-resource-dependency-plugin-3.3.1.CR3.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3/maven-resource-dependency-plugin-3.3.1.CR3.pom

Added: maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3/maven-resource-dependency-plugin-3.3.1.CR3.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3/maven-resource-dependency-plugin-3.3.1.CR3.pom	                        (rev 0)
+++ maven2/org/richfaces/cdk/maven-resource-dependency-plugin/3.3.1.CR3/maven-resource-dependency-plugin-3.3.1.CR3.pom	2009-05-06 23:18:31 UTC (rev 26825)
@@ -0,0 +1,47 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+		<artifactId>cdk</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.1.CR3</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.richfaces.cdk</groupId>
+  
+  <artifactId>maven-resource-dependency-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <version>3.3.1.CR3</version>
+  <name>maven-resource-dependency-plugin</name>
+  
+    
+  <dependencies>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-vfs</groupId>
+      <artifactId>commons-vfs</artifactId>
+      <version>1.0</version>
+    </dependency>
+
+    <dependency> 
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>2.0</version>
+    </dependency>
+
+    <dependency>
+       <groupId>org.richfaces.cdk</groupId>
+	<artifactId>maven-cdk-plugin</artifactId>
+	<version>3.3.1.CR3</version>
+   </dependency>
+    
+  </dependencies>
+</project>




More information about the jboss-cvs-commits mailing list