[jbosscache-commits] JBoss Cache SVN: r4309 - in support/trunk: common and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Aug 22 10:35:57 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-08-22 10:35:57 -0400 (Wed, 22 Aug 2007)
New Revision: 4309

Modified:
   support/trunk/common/pom.xml
   support/trunk/pom.xml
   support/trunk/xslt/pom.xml
Log:
Stuff

Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2007-08-22 14:29:26 UTC (rev 4308)
+++ support/trunk/common/pom.xml	2007-08-22 14:35:57 UTC (rev 4309)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-support</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.cache</groupId>
@@ -212,7 +212,7 @@
                     <aggregate>${jbosscache.reports.aggregate}</aggregate>
                     <linkXref>true</linkXref>
                     <minimumTokens>100</minimumTokens>
-                    <targetJdk>1.4</targetJdk>
+                    <targetJdk>1.5</targetJdk>
                 </configuration>
             </plugin>
             <plugin>
@@ -233,11 +233,9 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Note: aggregate-able, may cause problems if we aggregate jxr and not this because of the xref links -->
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javancss-maven-plugin</artifactId>
             </plugin>
-
             <!-- Findbugs report -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>

Modified: support/trunk/pom.xml
===================================================================
--- support/trunk/pom.xml	2007-08-22 14:29:26 UTC (rev 4308)
+++ support/trunk/pom.xml	2007-08-22 14:35:57 UTC (rev 4309)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.cache</groupId>
   <artifactId>jbosscache-support</artifactId>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JBoss Cache Support Modules</name>
   <description>Grouping of JBoss Cache support modules</description>

Modified: support/trunk/xslt/pom.xml
===================================================================
--- support/trunk/xslt/pom.xml	2007-08-22 14:29:26 UTC (rev 4308)
+++ support/trunk/xslt/pom.xml	2007-08-22 14:35:57 UTC (rev 4309)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-support</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.cache</groupId>




More information about the jbosscache-commits mailing list