[jboss-cvs] Repository SVN: r11436 - maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 22:08:57 EDT 2008


Author: nbelaevski
Date: 2008-07-14 22:08:57 -0400 (Mon, 14 Jul 2008)
New Revision: 11436

Added:
   maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1/richfaces-api-3.2.2.BETA1.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1/richfaces-api-3.2.2.BETA1.pom

Added: maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1/richfaces-api-3.2.2.BETA1.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1/richfaces-api-3.2.2.BETA1.pom	                        (rev 0)
+++ maven2/org/richfaces/framework/richfaces-api/3.2.2.BETA1/richfaces-api-3.2.2.BETA1.pom	2008-07-15 02:08:57 UTC (rev 11436)
@@ -0,0 +1,24 @@
+<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>framework</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.2.2.BETA1</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.framework</groupId>
+	<artifactId>richfaces-api</artifactId>
+	<name>Java Server Faces AJAX framework API</name>
+	<version>3.2.2.BETA1</version>
+	<dependencies>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-beanutils</groupId>
+			<artifactId>commons-beanutils</artifactId>
+			<version>1.7.0</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list