Author: kstam
Date: Wed Jul 20 14:32:58 2011
New Revision: 1148792

URL: http://svn.apache.org/viewvc?rev=1148792&view=rev
Log:
JUDDI-246 updating the url settings to the new top level jUDDI urls. Fixing the 
jboss repo settings

Modified:
    juddi/styles/trunk/docbook/juddi-docbook-style/   (props changed)
    juddi/styles/trunk/docbook/juddi-docbook-style/pom.xml
    juddi/styles/trunk/docbook/juddi-docbook-xslt/   (props changed)
    juddi/styles/trunk/docbook/juddi-docbook-xslt/pom.xml
    
juddi/styles/trunk/docbook/juddi-docbook-xslt/src/main/resources/xslt/org/apache/juddi/xhtml-common.xsl
    juddi/styles/trunk/pom.xml
    juddi/styles/trunk/site/   (props changed)

Propchange: juddi/styles/trunk/docbook/juddi-docbook-style/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 20 14:32:58 2011
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project

Modified: juddi/styles/trunk/docbook/juddi-docbook-style/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/styles/trunk/docbook/juddi-docbook-style/pom.xml?rev=1148792&r1=1148791&r2=1148792&view=diff
==============================================================================
--- juddi/styles/trunk/docbook/juddi-docbook-style/pom.xml (original)
+++ juddi/styles/trunk/docbook/juddi-docbook-style/pom.xml Wed Jul 20 14:32:58 
2011
@@ -4,7 +4,8 @@
   <parent>
        <groupId>org.apache.juddi</groupId>
        <artifactId>juddi-style-parent</artifactId>
-       <version>1.1-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
+       <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>juddi-docbook-style</artifactId>
   <packaging>jdocbook-style</packaging>
@@ -15,7 +16,7 @@
                        <id>repository.jboss.org</id>
                        <name>JBoss Repository</name>
                        <layout>default</layout>
-                       <url>http://repository.jboss.org/maven2/</url>
+                       
<url>https://repository.jboss.org/nexus/content/repositories/releases/</url>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
@@ -26,7 +27,7 @@
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-style-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>2.0.0</version>
         <extensions>true</extensions>
       </plugin>
     </plugins>

Propchange: juddi/styles/trunk/docbook/juddi-docbook-xslt/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 20 14:32:58 2011
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project

Modified: juddi/styles/trunk/docbook/juddi-docbook-xslt/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/styles/trunk/docbook/juddi-docbook-xslt/pom.xml?rev=1148792&r1=1148791&r2=1148792&view=diff
==============================================================================
--- juddi/styles/trunk/docbook/juddi-docbook-xslt/pom.xml (original)
+++ juddi/styles/trunk/docbook/juddi-docbook-xslt/pom.xml Wed Jul 20 14:32:58 
2011
@@ -3,24 +3,25 @@
        <parent>
                <groupId>org.apache.juddi</groupId>
                <artifactId>juddi-style-parent</artifactId>
-               <version>1.1-SNAPSHOT</version>
+               <version>1.0.1-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>juddi-docbook-xslt</artifactId>
        <packaging>jar</packaging>
        <name>Apache jUDDI DocBook XSLT</name>
        <description>The main project to transform DocBook XML into XHTML
                and other formats for jUDDI Community 
Documentation.</description>
-       <url>http://ws.apache.org/juddi/</url>
+       <url>http://juddi.apache.org/</url>
        <organization>
                <name>Apache jUDDI</name>
-               <url>http://ws.apache.org/juddi/</url>
+               <url>http://juddi.apache.org/</url>
        </organization>
        
        <dependencies>
                <dependency>
                        <groupId>net.sf.docbook</groupId>
                        <artifactId>docbook</artifactId>
-                       <version>1.72.0</version>
+                       <version>1.74.0</version>
                </dependency>
                <dependency>
                        <groupId>org.jboss.docs</groupId>

Modified: 
juddi/styles/trunk/docbook/juddi-docbook-xslt/src/main/resources/xslt/org/apache/juddi/xhtml-common.xsl
URL: 
http://svn.apache.org/viewvc/juddi/styles/trunk/docbook/juddi-docbook-xslt/src/main/resources/xslt/org/apache/juddi/xhtml-common.xsl?rev=1148792&r1=1148791&r2=1148792&view=diff
==============================================================================
--- 
juddi/styles/trunk/docbook/juddi-docbook-xslt/src/main/resources/xslt/org/apache/juddi/xhtml-common.xsl
 (original)
+++ 
juddi/styles/trunk/docbook/juddi-docbook-xslt/src/main/resources/xslt/org/apache/juddi/xhtml-common.xsl
 Wed Jul 20 14:32:58 2011
@@ -41,8 +41,8 @@
               
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
               standalone="no"/>
 
-  <xsl:param name="siteHref" select="'http://ws.apache.org/juddi'"/>
-  <xsl:param name="docHref" select="'http://ws.apache.org/juddi/docs'"/>
+  <xsl:param name="siteHref" select="'http://juddi.apache.org/'"/>
+  <xsl:param name="docHref" select="'http://juddi.apache.org/docs.html'"/>
   <xsl:param name="siteLinkText" select="'Apache jUDDI'"/>
   <xsl:param name="docLinkText" select="'Community Documentation'"/>
 

Modified: juddi/styles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/styles/trunk/pom.xml?rev=1148792&r1=1148791&r2=1148792&view=diff
==============================================================================
--- juddi/styles/trunk/pom.xml (original)
+++ juddi/styles/trunk/pom.xml Wed Jul 20 14:32:58 2011
@@ -20,15 +20,15 @@
        <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>6</version>
+        <version>9</version>
     </parent>
        <packaging>pom</packaging>
        <groupId>org.apache.juddi</groupId>
        <artifactId>juddi-style-parent</artifactId>
-       <version>1.1-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
        <name>Apache jUDDI_v3 Style Parent</name>
        <description>Site and Docbook styles for the jUDDI project</description>
-       <url>http://ws.apache.org/juddi/</url>
+       <url>http://juddi.apache.org/</url>
        
        <properties>
         
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
@@ -43,24 +43,24 @@
        <mailingLists>
                <mailingList>
                        <name>jUDDI User List</name>
-                       
<subscribe>[email protected]</subscribe>
-                       
<unsubscribe>[email protected]</unsubscribe>
-                       <post>[email protected]</post>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
+                       <subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       <post>[email protected]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
                </mailingList>
                <mailingList>
                        <name>jUDDI Developer List</name>
-                       <subscribe>[email protected]</subscribe>
-                       
<unsubscribe>[email protected]</unsubscribe>
-                       <post>[email protected]</post>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/</archive>
+                       <subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       <post>[email protected]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/juddi-dev/</archive>
                </mailingList>
                <mailingList>
                        <name>jUDDI SVN List</name>
-                       <subscribe>[email protected]</subscribe>
-                       
<unsubscribe>[email protected]</unsubscribe>
-                       <post>[email protected]</post>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/</archive>
+                       <subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       <post>[email protected]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/juddi-cvs/</archive>
                </mailingList>
        </mailingLists>
        <developers>
@@ -112,9 +112,9 @@
                </license>
        </licenses>
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/juddi/styles/trun</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/juddi/styles/trunk</developerConnection>
-               
<url>http://svn.apache.org/viewcvs.cgi/webservices/juddi/styles/trunk</url>
+               
<connection>scm:svn:http://svn.apache.org/repos/asf/juddi/styles/trunk</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/juddi/styles/trunk</developerConnection>
+               <url>http://svn.apache.org/viewcvs.cgi/juddi/styles/trunk</url>
        </scm>
            <build>
         <pluginManagement>

Propchange: juddi/styles/trunk/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 20 14:32:58 2011
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to