[jboss-cvs] JBossAS SVN: r88830 - in trunk: component-matrix and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 13 15:53:00 EDT 2009


Author: pgier
Date: 2009-05-13 15:53:00 -0400 (Wed, 13 May 2009)
New Revision: 88830

Modified:
   trunk/component-matrix/pom.xml
   trunk/pom.xml
Log:
Update jboss-parent pom version, set source file encoding, update buildnumber plugin.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-05-13 18:18:02 UTC (rev 88829)
+++ trunk/component-matrix/pom.xml	2009-05-13 19:53:00 UTC (rev 88830)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4</version>
+    <version>5-beta-1</version>
   </parent>
 
   <!-- POM Model Version -->

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-05-13 18:18:02 UTC (rev 88829)
+++ trunk/pom.xml	2009-05-13 19:53:00 UTC (rev 88830)
@@ -21,6 +21,10 @@
     <url>http://fisheye.jboss.org/browse/JBossAS</url>
   </scm>
   
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  
   <build>
     <defaultGoal>install</defaultGoal>
     <pluginManagement>
@@ -146,7 +150,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
-        <version>1.0-beta-2</version>
+        <version>1.0-beta-3</version>
         <executions>
           <execution>
             <id>set-build-properties</id>
@@ -159,6 +163,7 @@
         <inherited>true</inherited>
         <configuration>
           <!-- If the plugin fails to get the scm revision, set it to "unavailable" -->
+          <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <revisionOnScmFailure>unavailable</revisionOnScmFailure>
           <timestampFormat>{0, date, long} {0, time, long}</timestampFormat>
         </configuration>




More information about the jboss-cvs-commits mailing list