Author: ips
Date: 2010-04-13 12:38:50 -0400 (Tue, 13 Apr 2010)
New Revision: 924
Modified:
trunk/
trunk/core/pom.xml
trunk/jbas5/pom.xml
trunk/pom.xml
Log:
upgrade RichFaces from 3.3.3.CR1 to 3.3.3.Final; upgrade hornetq plugin in AS5/AS6 pom
from 1.0.0-SNAPSHOT to 1.0.0.BETA1
Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
+ target
SET_ME
SET_ME
SET_ME
SET_ME
SET_ME
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2010-04-09 15:10:22 UTC (rev 923)
+++ trunk/core/pom.xml 2010-04-13 16:38:50 UTC (rev 924)
@@ -1,6 +1,6 @@
<!--
~ Embedded Jopr Project
- ~ Copyright (C) 2006-2009 Red Hat, Inc.
+ ~ Copyright (C) 2006-2010 Red Hat, Inc.
~ All rights reserved.
~
~ This program is free software; you can redistribute it and/or modify
@@ -211,16 +211,6 @@
<!-- ===== RichFaces ===== -->
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-api</artifactId>
- <version>${richfaces.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl-jsf2</artifactId>
- <version>${richfaces.version}</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>${richfaces.version}</version>
@@ -232,6 +222,12 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl-jsf2</artifactId>
+ <version>${richfaces.version}</version>
+ </dependency>
+
<!-- == 3rd Party Provided Dependencies ================ -->
<dependency>
<groupId>jboss.web</groupId>
Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml 2010-04-09 15:10:22 UTC (rev 923)
+++ trunk/jbas5/pom.xml 2010-04-13 16:38:50 UTC (rev 924)
@@ -11,13 +11,13 @@
<groupId>org.jboss.jopr</groupId>
<artifactId>jopr-embedded-jbas5</artifactId>
<packaging>war</packaging>
- <name>JBossAS 5.x Administration Console</name>
+ <name>JBossAS 5.x/6.x Administration Console</name>
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/jbas5/...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/...
-
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=tree/jopr-embedde...
- </scm>
+
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=tree/jopr-embedde...
+ </scm>
<properties>
<warDir>${basedir}/target/${project.build.finalName}</warDir>
@@ -82,7 +82,7 @@
<artifactItem>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jopr-plugin</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</artifactItem>
</artifactItems>
</configuration>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-09 15:10:22 UTC (rev 923)
+++ trunk/pom.xml 2010-04-13 16:38:50 UTC (rev 924)
@@ -1,6 +1,6 @@
<!--
~ Embedded Jopr Project
- ~ Copyright (C) 2006-2009 Red Hat, Inc.
+ ~ Copyright (C) 2006-2010 Red Hat, Inc.
~ All rights reserved.
~
~ This program is free software; you can redistribute it and/or modify
@@ -65,7 +65,7 @@
<!-- dependency versions -->
<jaxb.version>2.1.9</jaxb.version>
<jboss.web.version>3.0.0-beta-2</jboss.web.version>
- <richfaces.version>3.3.3.CR1</richfaces.version>
+ <richfaces.version>3.3.3.Final</richfaces.version>
<rhq.version>3.0.0.B04</rhq.version>
<jopr.version>${rhq.version}</jopr.version>
<seam.version>2.1.0.SP1</seam.version>