Author: nbelaevski
Date: 2010-05-13 16:53:52 -0400 (Thu, 13 May 2010)
New Revision: 17040
Modified:
root/examples-sandbox/trunk/components/pom.xml
root/examples-sandbox/trunk/components/tables/pom.xml
root/examples-sandbox/trunk/pom.xml
Log:
pom.xml files in examples-sandbox updated with new artifact names
Modified: root/examples-sandbox/trunk/components/pom.xml
===================================================================
--- root/examples-sandbox/trunk/components/pom.xml 2010-05-13 20:41:35 UTC (rev 17039)
+++ root/examples-sandbox/trunk/components/pom.xml 2010-05-13 20:53:52 UTC (rev 17040)
@@ -16,20 +16,12 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
- <artifactId>${example.componentName}-ui</artifactId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
+ <artifactId>${example.componentName}-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
- <artifactId>${example.componentName}-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
- <artifactId>${example.componentName}-impl</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- </dependency>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
\ No newline at end of file
Modified: root/examples-sandbox/trunk/components/tables/pom.xml
===================================================================
--- root/examples-sandbox/trunk/components/tables/pom.xml 2010-05-13 20:41:35 UTC (rev
17039)
+++ root/examples-sandbox/trunk/components/tables/pom.xml 2010-05-13 20:53:52 UTC (rev
17040)
@@ -38,24 +38,24 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
<artifactId>${example.componentName}-ui</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
<artifactId>${example.componentName}-api</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
<artifactId>${example.componentName}-impl</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
<artifactId>datascroller-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <groupId>org.richfaces.ui-sandbox</groupId>
<artifactId>datascroller-ui</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
Modified: root/examples-sandbox/trunk/pom.xml
===================================================================
--- root/examples-sandbox/trunk/pom.xml 2010-05-13 20:41:35 UTC (rev 17039)
+++ root/examples-sandbox/trunk/pom.xml 2010-05-13 20:53:52 UTC (rev 17040)
@@ -30,11 +30,11 @@
</site-->
</distributionManagement>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- </dependency>
+ <dependency>
+ <groupId>org.richfaces.core</groupId>
+ <artifactId>richfaces-core-impl</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </dependency>
<!-- simple logger binding: only messages of level INFO and higher are
printed-->
<dependency>
Show replies by date