[jboss-cvs] Repository SVN: r26457 - 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 05:38:04 EDT 2009


Author: konstantin.mishin
Date: 2009-05-06 05:38:04 -0400 (Wed, 06 May 2009)
New Revision: 26457

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 09:38:04 UTC (rev 26457)
@@ -0,0 +1,46 @@
+<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