[jboss-cvs] JBossAS SVN: r88079 - in projects/fresh/trunk: fresh-jar and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 30 18:36:25 EDT 2009


Author: alesj
Date: 2009-04-30 18:36:25 -0400 (Thu, 30 Apr 2009)
New Revision: 88079

Modified:
   projects/fresh/trunk/fresh-jar/pom.xml
   projects/fresh/trunk/pom.xml
Log:
sar --> jar

Modified: projects/fresh/trunk/fresh-jar/pom.xml
===================================================================
--- projects/fresh/trunk/fresh-jar/pom.xml	2009-04-30 22:28:14 UTC (rev 88078)
+++ projects/fresh/trunk/fresh-jar/pom.xml	2009-04-30 22:36:25 UTC (rev 88079)
@@ -12,9 +12,9 @@
   <groupId>org.jboss.fresh</groupId>
   <artifactId>fresh-sar</artifactId>
   <packaging>jboss-sar</packaging>
-  <name>JBoss Fresh - SAR</name>
+  <name>JBoss Fresh - JAR</name>
   <url>http://www.jboss.org/fresh</url>
-  <description>JBoss Fresh - SAR</description>
+  <description>JBoss Fresh - JAR</description>
   
   <build>
     <plugins>

Modified: projects/fresh/trunk/pom.xml
===================================================================
--- projects/fresh/trunk/pom.xml	2009-04-30 22:28:14 UTC (rev 88078)
+++ projects/fresh/trunk/pom.xml	2009-04-30 22:36:25 UTC (rev 88079)
@@ -30,7 +30,7 @@
     <module>fresh-threadpool</module>
     <module>fresh-util</module>
     <module>fresh-vfs</module>
-    <module>fresh-sar</module>
+    <module>fresh-jar</module>
   </modules>
   
   <properties>
@@ -38,10 +38,8 @@
     <version.jboss.man>2.1.0.CR8</version.jboss.man>
     <version.jboss.microcontainer>2.0.5.GA</version.jboss.microcontainer>
     <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
-    <version.jboss.common.logging.spi>
-      2.0.5.GA</version.jboss.common.logging.spi>
-    <version.jboss.common.logging.log4j>
-      2.0.5.GA</version.jboss.common.logging.log4j>
+    <version.jboss.common.logging.spi>2.0.5.GA</version.jboss.common.logging.spi>
+    <version.jboss.common.logging.log4j>2.0.5.GA</version.jboss.common.logging.log4j>
     <version.jbossxb>2.0.1.GA</version.jbossxb>
     <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
     <version.junit>4.4</version.junit>




More information about the jboss-cvs-commits mailing list