[embjopr-commits] EMBJOPR SVN: r906 - in branches/EmbJopr_1_3_2_GA_CP: core and 4 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Mar 30 18:07:48 EDT 2010


Author: ips
Date: 2010-03-30 18:07:47 -0400 (Tue, 30 Mar 2010)
New Revision: 906

Modified:
   branches/EmbJopr_1_3_2_GA_CP/core/pom.xml
   branches/EmbJopr_1_3_2_GA_CP/core/src/main/webapp/WEB-INF/classes/messages.properties
   branches/EmbJopr_1_3_2_GA_CP/jbas4/pom.xml
   branches/EmbJopr_1_3_2_GA_CP/jbas5/pom.xml
   branches/EmbJopr_1_3_2_GA_CP/jsfunit/pom.xml
   branches/EmbJopr_1_3_2_GA_CP/pom.xml
Log:
update footer copyright date from 2009 to 2010

Modified: branches/EmbJopr_1_3_2_GA_CP/core/pom.xml
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/core/pom.xml	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/core/pom.xml	2010-03-30 22:07:47 UTC (rev 906)
@@ -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
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.2.GA_MyFaces</version>
+        <version>1.3.2.GA_CP01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
@@ -35,8 +35,8 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces/core</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces/core</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/core/</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/core/</developerConnection>
     </scm>
 
     <properties>
@@ -184,7 +184,7 @@
             <scope>runtime</scope>
         </dependency>
 
-        <!-- ===== RichFaces ===== 
+        <!-- ===== RichFaces ===== -->
         <dependency>
             <groupId>org.richfaces.framework</groupId>
             <artifactId>richfaces-api</artifactId>
@@ -200,18 +200,8 @@
             <artifactId>richfaces-ui</artifactId>
             <version>${richfaces.version}</version>
         </dependency>
--->
-	<dependency>
-              <groupId>apache-myfaces</groupId>
-              <artifactId>myfaces-api</artifactId>
-              <version>1.2.7</version>
-          </dependency>
+
           <dependency>
-              <groupId>apache-myfaces</groupId>
-              <artifactId>myfaces-impl</artifactId>
-              <version>1.2.7</version>
-          </dependency>
-          <dependency>
               <groupId>commons-codec</groupId>
               <artifactId>commons-codec</artifactId>
               <version>1.3</version>

Modified: branches/EmbJopr_1_3_2_GA_CP/core/src/main/webapp/WEB-INF/classes/messages.properties
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/core/src/main/webapp/WEB-INF/classes/messages.properties	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/core/src/main/webapp/WEB-INF/classes/messages.properties	2010-03-30 22:07:47 UTC (rev 906)
@@ -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
@@ -23,7 +23,7 @@
 product.name=${product.name}
 product.version=${product.version}
 product.buildNumber=${buildNumber}
-product.copyright=&copy; 2002-2009 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
+product.copyright=&copy; 2002-2010 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
 
 default.windowTitle=${product.name}
 #default.header=${product.name}

Modified: branches/EmbJopr_1_3_2_GA_CP/jbas4/pom.xml
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/jbas4/pom.xml	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/jbas4/pom.xml	2010-03-30 22:07:47 UTC (rev 906)
@@ -5,7 +5,7 @@
    <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.2.GA_MyFaces</version>
+        <version>1.3.2.GA_CP01-SNAPSHOT</version>
    </parent>
    
 	<groupId>org.jboss.jopr</groupId>
@@ -14,8 +14,8 @@
 	<name>JBossAS 4.x Administration Console</name>
 
     <scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</developerConnection>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/jbas4/</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/jbas4/</developerConnection>
 	</scm>
     
    <properties>       

Modified: branches/EmbJopr_1_3_2_GA_CP/jbas5/pom.xml
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/jbas5/pom.xml	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/jbas5/pom.xml	2010-03-30 22:07:47 UTC (rev 906)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.2.GA_MyFaces</version>
+        <version>1.3.2.GA_CP01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
@@ -14,8 +14,8 @@
     <name>JBossAS 5.x Administration Console</name>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/jbas5/</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/jbas5/</developerConnection>
     </scm>
 
     <properties>

Modified: branches/EmbJopr_1_3_2_GA_CP/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/jsfunit/pom.xml	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/jsfunit/pom.xml	2010-03-30 22:07:47 UTC (rev 906)
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.jboss.jopr</groupId>
       <artifactId>jopr-embedded-parent</artifactId>
-      <version>1.3.3-SNAPSHOT</version>
+      <version>1.3.2.GA_CP01-SNAPSHOT</version>
    </parent>
 
    <groupId>org.jboss.jopr</groupId>

Modified: branches/EmbJopr_1_3_2_GA_CP/pom.xml
===================================================================
--- branches/EmbJopr_1_3_2_GA_CP/pom.xml	2010-03-30 17:45:19 UTC (rev 905)
+++ branches/EmbJopr_1_3_2_GA_CP/pom.xml	2010-03-30 22:07:47 UTC (rev 906)
@@ -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
@@ -30,7 +30,7 @@
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.3.2.GA_MyFaces</version>
+    <version>1.3.2.GA_CP01-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Embedded Jopr</name>
     <description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
@@ -42,8 +42,8 @@
     </organization>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/tags/EmbJopr_1_3_2_GA_MyFaces</developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/branches/EmbJopr_1_3_2_GA_CP/</developerConnection>
     </scm>
     
     <issueManagement>



More information about the embjopr-commits mailing list