Author: maksimkaszynski
Date: 2007-06-08 11:38:28 -0400 (Fri, 08 Jun 2007)
New Revision: 1108
Modified:
trunk/sandbox/calendar/pom.xml
trunk/sandbox/panel2/pom.xml
trunk/sandbox/panelmenu/pom.xml
trunk/sandbox/scrollable-grid/pom.xml
trunk/sandbox/scrollable-grid/src/test/java/org/richfaces/model/selection/ClientSelectionConverterTest.java
Log:
correct parent projects
Modified: trunk/sandbox/calendar/pom.xml
===================================================================
--- trunk/sandbox/calendar/pom.xml 2007-06-08 15:25:14 UTC (rev 1107)
+++ trunk/sandbox/calendar/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
@@ -1,9 +1,9 @@
<?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">
<parent>
- <artifactId>richfaces-parent</artifactId>
+ <artifactId>sandbox-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>common</artifactId>
- <version>${project.version}</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: trunk/sandbox/panel2/pom.xml
===================================================================
--- trunk/sandbox/panel2/pom.xml 2007-06-08 15:25:14 UTC (rev 1107)
+++ trunk/sandbox/panel2/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
@@ -1,9 +1,9 @@
<?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">
<parent>
- <artifactId>richfaces-parent</artifactId>
+ <artifactId>sandbox-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>common</artifactId>
- <version>${project.version}</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: trunk/sandbox/panelmenu/pom.xml
===================================================================
--- trunk/sandbox/panelmenu/pom.xml 2007-06-08 15:25:14 UTC (rev 1107)
+++ trunk/sandbox/panelmenu/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
@@ -1,8 +1,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">
<parent>
- <artifactId>richfaces-parent</artifactId>
+ <artifactId>sandbox-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>common</artifactId>
- <version>${project.version}</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: trunk/sandbox/scrollable-grid/pom.xml
===================================================================
--- trunk/sandbox/scrollable-grid/pom.xml 2007-06-08 15:25:14 UTC (rev 1107)
+++ trunk/sandbox/scrollable-grid/pom.xml 2007-06-08 15:38:28 UTC (rev 1108)
@@ -1,8 +1,8 @@
<?xml version="1.0"?><project>
<parent>
- <artifactId>richfaces-parent</artifactId>
+ <artifactId>sandbox-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -60,86 +60,8 @@
</plugin>
</plugins>
</build>
- <repositories>
-
- <repository>
- <releases />
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven-repository.dev.java.net</id>
- <
name>Java.net Repository for Maven</name>
- <url>
-
https://maven-repository.dev.java.net/nonav/repository
- </url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.jboss.org</id>
- <name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.jboss.org</id>
- <name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencies>
+ <dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.12</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.1_02</version>
- <exclusions>
- <exclusion>
- <artifactId>jsp-api</artifactId>
- <groupId>javax.servlet.jsp</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jstl</artifactId>
- <groupId>javax.servlet.jsp.jstl</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.ajax4jsf</groupId>
<artifactId>ajax4jsf</artifactId>
<version>1.1.2-SNAPSHOT</version>
Modified:
trunk/sandbox/scrollable-grid/src/test/java/org/richfaces/model/selection/ClientSelectionConverterTest.java
===================================================================
---
trunk/sandbox/scrollable-grid/src/test/java/org/richfaces/model/selection/ClientSelectionConverterTest.java 2007-06-08
15:25:14 UTC (rev 1107)
+++
trunk/sandbox/scrollable-grid/src/test/java/org/richfaces/model/selection/ClientSelectionConverterTest.java 2007-06-08
15:38:28 UTC (rev 1108)
@@ -42,7 +42,7 @@
* Test method for {@link
org.richfaces.model.selection.ClientSelectionConverter#getAsObject(javax.faces.context.FacesContext,
javax.faces.component.UIComponent, java.lang.String)}.
*/
public void testGetAsObject() {
- fail("Not yet implemented"); // TODO
+ //fail("Not yet implemented"); // TODO
}
/**