[jboss-cvs] JBossAS SVN: r107180 - projects/docs/docbook-support/jbossorg-jdocbook-style.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 28 23:20:34 EDT 2010


Author: jaredmorgs
Date: 2010-07-28 23:20:34 -0400 (Wed, 28 Jul 2010)
New Revision: 107180

Modified:
   projects/docs/docbook-support/jbossorg-jdocbook-style/pom.xml
Log:
minor updates to implement the nexus repo

Modified: projects/docs/docbook-support/jbossorg-jdocbook-style/pom.xml
===================================================================
--- projects/docs/docbook-support/jbossorg-jdocbook-style/pom.xml	2010-07-29 01:32:54 UTC (rev 107179)
+++ projects/docs/docbook-support/jbossorg-jdocbook-style/pom.xml	2010-07-29 03:20:34 UTC (rev 107180)
@@ -8,10 +8,9 @@
   <groupId>org.jboss</groupId>
   <artifactId>jbossorg-jdocbook-style</artifactId>
   <packaging>jdocbook-style</packaging>
-  <version>1.1.1-SNAPSHOT</version>
-
+  <version>1.1.1.SNAPSHOT</version>
   <name>JBoss Community Documentation Style</name>
-  <description>CSS and images to style XHTML JBoss Community Documentation.</description>
+  <description>Blue and Grey CSS and Images to use as a base for your project style XHTML JBoss Community Documentation.</description>
   <url>http://www.jboss.org</url>
 
   <organization>
@@ -44,19 +43,29 @@
   </build>
 
   <distributionManagement>
-    <repository>
-      <!-- Copy the dist to the local checkout of the JBoss Repository at ${maven.repository.root} -->
-      <!-- It is anticipated that ${maven.repository.root} is set in user's settings.xml file -->
-      <!-- TODO : Replace this with direct svn access once the svnkit providers are available -->
+    <!--repository>
+      Copy the dist to the local checkout of the JBoss Repository at ${maven.repository.root}
+      It is anticipated that ${maven.repository.root} is set in user's settings.xml file
+      TODO : Replace this with direct svn access once the svnkit providers are available
       <id>repository.jboss.org</id>
       <name>JBoss Repository</name>
       <url>file://${maven.repository.root}</url>
-    </repository>
+    </repository-->
+    <repository>
+      <id>jboss-releases-repository</id>
+      <name>JBoss Releases Repository</name>
+      <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+    </repository>    
     <snapshotRepository>
+      <id>jboss-snapshots-repository</id>
+      <name>JBoss Snapshots Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+    </snapshotRepository>
+    <!--snapshotRepository>
       <id>snapshots.jboss.org</id>
       <name>JBoss Snapshot Repository</name>
       <url>dav:https://snapshots.jboss.org/maven2</url>
-    </snapshotRepository>
+    </snapshotRepository-->
   </distributionManagement>
 
 </project>



More information about the jboss-cvs-commits mailing list