[jboss-cvs] Repository SVN: r27115 - maven2/org/richfaces/samples/themes/3.3.1.CR3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 6 21:33:29 EDT 2009


Author: nbelaevski
Date: 2009-05-06 21:33:29 -0400 (Wed, 06 May 2009)
New Revision: 27115

Added:
   maven2/org/richfaces/samples/themes/3.3.1.CR3/themes-3.3.1.CR3.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/samples/themes/3.3.1.CR3/themes-3.3.1.CR3.pom

Added: maven2/org/richfaces/samples/themes/3.3.1.CR3/themes-3.3.1.CR3.pom
===================================================================
--- maven2/org/richfaces/samples/themes/3.3.1.CR3/themes-3.3.1.CR3.pom	                        (rev 0)
+++ maven2/org/richfaces/samples/themes/3.3.1.CR3/themes-3.3.1.CR3.pom	2009-05-07 01:33:29 UTC (rev 27115)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>samples</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.1.CR3</version>
+	</parent>
+	<groupId>org.richfaces.samples</groupId>
+	<artifactId>themes</artifactId>
+	<version>3.3.1.CR3</version>
+	<name>themes</name>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.richfaces.cdk</groupId>
+				<artifactId>maven-cdk-plugin</artifactId>
+				<version>3.3.1.CR3</version>
+				<executions>
+					<execution>
+						<id>generate-sources</id>
+						<phase>generate-sources</phase>
+						<goals>
+							<goal>generate</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>layout</artifactId>
+			<version>3.3.1.CR3</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list