Author: ips
Date: 2010-09-20 13:48:29 -0400 (Mon, 20 Sep 2010)
New Revision: 986
Removed:
branches/AdminConsole_EAP_5_1/jbas4/
Modified:
branches/AdminConsole_EAP_5_1/core/pom.xml
branches/AdminConsole_EAP_5_1/jbas5/pom.xml
branches/AdminConsole_EAP_5_1/pom.xml
Log:
upgrade Seam to the same version used by EAP 5.1; fix SCM connection URLs
Modified: branches/AdminConsole_EAP_5_1/core/pom.xml
===================================================================
--- branches/AdminConsole_EAP_5_1/core/pom.xml 2010-09-20 17:00:34 UTC (rev 985)
+++ branches/AdminConsole_EAP_5_1/core/pom.xml 2010-09-20 17:48:29 UTC (rev 986)
@@ -35,10 +35,10 @@
</description>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Emb...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
-
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git/jopr-embedded-paren...
- </scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Adm...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
+
<
url>http://fisheye.jboss.org/browse/EMBJOPR/branches/AdminConsole_EAP_...
+ </scm>
<properties>
<war.dir>${basedir}/target/${project.build.finalName}</war.dir>
Modified: branches/AdminConsole_EAP_5_1/jbas5/pom.xml
===================================================================
--- branches/AdminConsole_EAP_5_1/jbas5/pom.xml 2010-09-20 17:00:34 UTC (rev 985)
+++ branches/AdminConsole_EAP_5_1/jbas5/pom.xml 2010-09-20 17:48:29 UTC (rev 986)
@@ -14,10 +14,10 @@
<name>JBoss AS/EAP 5.x Administration Console</name>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Emb...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
-
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git/jopr-embedded-paren...
- </scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Adm...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
+
<
url>http://fisheye.jboss.org/browse/EMBJOPR/branches/AdminConsole_EAP_...
+ </scm>
<properties>
<warDir>${basedir}/target/${project.build.finalName}</warDir>
Modified: branches/AdminConsole_EAP_5_1/pom.xml
===================================================================
--- branches/AdminConsole_EAP_5_1/pom.xml 2010-09-20 17:00:34 UTC (rev 985)
+++ branches/AdminConsole_EAP_5_1/pom.xml 2010-09-20 17:48:29 UTC (rev 986)
@@ -17,7 +17,9 @@
~ License along with this program; if not, write to the Free Software
~ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
-<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">
+<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>
@@ -43,9 +45,9 @@
</organization>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Emb...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
-
<
url>http://git.fedorahosted.org/git/?p=rhq/rhq.git/jopr-embedded-paren...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/Adm...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branch...
+
<
url>http://fisheye.jboss.org/browse/EMBJOPR/branches/AdminConsole_EAP_...
</scm>
<issueManagement>
@@ -70,7 +72,7 @@
<richfaces.version>3.3.0.GA</richfaces.version>
<rhq.version>3.0.0.EmbJopr2</rhq.version>
<jopr.version>${rhq.version}</jopr.version>
- <seam.version>2.1.0.SP1</seam.version>
+ <seam.version>2.2.2.EAP5</seam.version>
<seam.embedded.version>beta3.SP3</seam.embedded.version>
<!-- This is a special patched version of not-yet-released Facelets 1.1.15,
which is required in order for Facelets to work in AS5.
@@ -171,7 +173,6 @@
<modules>
<module>core</module>
- <!--<module>jbas4</module>-->
<module>jbas5</module>
<!--<module>jsfunit</module>-->
</modules>
@@ -180,6 +181,7 @@
<repositories>
<!-- TODO: Do we still need this? -->
+<!--
<repository>
<id>jboss-old</id>
<name>JBoss Old</name>
@@ -188,7 +190,7 @@
<enabled>false</enabled>
</snapshots>
</repository>
-
+-->
<!-- for the RHQ jars -->
<repository>
<id>jboss-releases</id>
@@ -199,6 +201,16 @@
</snapshots>
</repository>
+ <!-- for EAP jars (Seam, etc.) -->
+ <repository>
+ <id>jboss-brew-releases</id>
+ <name>JBoss Brew Releases</name>
+ <
url>https://repository.jboss.org/maven2-brew/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+
</repositories>
</project>