[embjopr-commits] EMBJOPR SVN: r887 - in trunk: core/src/main/webapp/WEB-INF/classes and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 26 10:46:55 EDT 2010


Author: ips
Date: 2010-03-26 10:46:54 -0400 (Fri, 26 Mar 2010)
New Revision: 887

Modified:
   trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
   trunk/pom.xml
Log:
upgrade RHQ from 1.4.0.M01 to 3.0.0.B04; update copyright date in footer from 2009 to 2010

Modified: trunk/core/src/main/webapp/WEB-INF/classes/messages.properties
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2010-03-24 05:47:10 UTC (rev 886)
+++ trunk/core/src/main/webapp/WEB-INF/classes/messages.properties	2010-03-26 14:46:54 UTC (rev 887)
@@ -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=© 2002-2009 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
+product.copyright=© 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: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-24 05:47:10 UTC (rev 886)
+++ trunk/pom.xml	2010-03-26 14:46:54 UTC (rev 887)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.rhq</groupId>
         <artifactId>rhq-parent</artifactId>
-        <version>1.4.0.B01</version>
+        <version>3.0.0.B04</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
@@ -65,9 +65,9 @@
         <!-- dependency versions -->
         <jaxb.version>2.1.9</jaxb.version>
         <jboss.web.version>3.0.0-beta-2</jboss.web.version>
-        <jopr.version>1.4.0.B01</jopr.version>
+        <jopr.version>3.0.0.B04</jopr.version>
         <richfaces.version>3.3.3.CR1</richfaces.version>
-        <rhq.version>1.4.0.B01</rhq.version>
+        <rhq.version>3.0.0.B04</rhq.version>
         <seam.version>2.1.0.SP1</seam.version>
         <seam.embedded.version>beta3.SP3</seam.embedded.version>
         <!-- This is a special patched version of not-yet-released Facelets 1.1.15,
@@ -118,7 +118,42 @@
                     </dependency>
                  </dependencies>                      
              </plugin>
-            
+     
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>exec-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>generate-build-number-properties</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>exec</goal>
+                        </goals>
+                        <configuration>
+                            <executable>git</executable>
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>properties-maven-plugin</artifactId>
+            <executions>       
+              <execution>
+                <id>read-build-properties</id>
+                <phase>process-resources</phase>
+                <goals>
+                  <goal>read-project-properties</goal>
+                </goals>
+                <configuration>
+                  <files/>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+       
         </plugins>
     </build>
 



More information about the embjopr-commits mailing list