[richfaces-svn-commits] JBoss Rich Faces SVN: r2194 - trunk/test-applications.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 10 08:17:42 EDT 2007


Author: nbelaevski
Date: 2007-08-10 08:17:41 -0400 (Fri, 10 Aug 2007)
New Revision: 2194

Modified:
   trunk/test-applications/pom.xml
Log:
maven.exadel.com repository added

Modified: trunk/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml	2007-08-10 11:24:24 UTC (rev 2193)
+++ trunk/test-applications/pom.xml	2007-08-10 12:17:41 UTC (rev 2194)
@@ -6,6 +6,36 @@
 		<relativePath>../samples</relativePath>
 	</parent>
 
+	<repositories>
+		
+		<repository>
+			
+			<releases>
+				
+				<enabled>true</enabled>
+			
+			</releases>
+			
+			<snapshots>
+				
+				<enabled>true</enabled>
+				
+				<updatePolicy>always</updatePolicy>
+			
+			</snapshots>
+			
+			<id>maven2-snapshots.exadel.com</id>
+			
+			<name>Exadel Repository for Maven Snapshots</name>
+			
+			<url>http://maven.exadel.com/</url>
+			
+			<layout>default</layout>
+		
+		</repository>
+	
+	</repositories>
+	
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces</groupId>
 	<artifactId>test-applications</artifactId>
@@ -21,7 +51,7 @@
 		<dependency>
     			<artifactId>richfaces-ui</artifactId>
     			<groupId>org.richfaces.ui</groupId>
-	    		<version>${project.version}</version>
+	    		<version>3.1.0-rc1</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list