[jboss-cvs] JBossAS SVN: r106040 - projects/specs/trunk/jboss-javaee-6.0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 14 21:57:04 EDT 2010


Author: sboscarine
Date: 2010-06-14 21:57:04 -0400 (Mon, 14 Jun 2010)
New Revision: 106040

Modified:
   projects/specs/trunk/jboss-javaee-6.0/pom.xml
Log:
Typos in comments.

Modified: projects/specs/trunk/jboss-javaee-6.0/pom.xml
===================================================================
--- projects/specs/trunk/jboss-javaee-6.0/pom.xml	2010-06-15 01:49:33 UTC (rev 106039)
+++ projects/specs/trunk/jboss-javaee-6.0/pom.xml	2010-06-15 01:57:04 UTC (rev 106040)
@@ -25,11 +25,11 @@
    </scm>
 
    <!-- This repository declaration exists so that Maven 2.2.x clients will download the spec bom.  -->
-   <!-- If you do not include it, Maven 3.x will build correctly, but 2.2.x will fail and throw an error -->
-   <!-- If your project has the jboss-public-repository as one of it's dependencies and consumes this spec jar, --> 
-   <!-- it will download the spec artifact correctly, won't find the org.jboss.spec:jboss-javaee6-specs-bom artifact. -->
-   <!-- This declaration can be removed once the spec BOM is in the Maven Central Repo or the broader public stops using Maven 2.x -->
-   <!-- Since the spec BOM is consumed by end-users via the archetypes, it needs to be able to be consumed by Maven 2.x -->
+   <!-- If you do not include it, Maven 3.x will build correctly, but 2.2.x will fail and throw an error. -->
+   <!-- If your project has the jboss-public-repository as one of it's declared repositories and consumes this spec jar, --> 
+   <!-- it will download the spec artifact correctly, but won't find the org.jboss.spec:jboss-javaee6-specs-bom artifact. -->
+   <!-- This declaration can be removed once all the spec POM's dependencies are in the Maven Central Repo. -->
+   <!-- Since the spec POM is consumed by end-users via the archetypes, it needs to be work with projects built under Maven 2.x -->
    <repositories>
       <repository>
          <id>jboss-public-repository</id>



More information about the jboss-cvs-commits mailing list