You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/19 07:04:24 UTC

svn commit: r432795 - in /shale/framework/trunk: pom.xml shale-dist/pom.xml

Author: craigmcc
Date: Fri Aug 18 22:04:20 2006
New Revision: 432795

URL: http://svn.apache.org/viewvc?rev=432795&view=rev
Log:
Update javadoc links in the shale-master pom.  Remove duplicate
dependency in the shale-dist pom.

SHALE-257

Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-dist/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=432795&r1=432794&r2=432795&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Fri Aug 18 22:04:20 2006
@@ -31,7 +31,7 @@
     <artifactId>shale-parent</artifactId>
     <version>1.0.3</version>
     <packaging>pom</packaging>
-    <name>Shale Framework Pom</name>
+    <name>Apache Shale Framework Parent</name>
     <url>http://shale.apache.org</url>
     <description>The Apache Shale Framework</description>
 
@@ -278,8 +278,10 @@
                         <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
                         <link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>
                         <link>http://jakarta.apache.org/commons/chain/apidocs</link>
-                        <link>http://jakarta.apache.org/commons/digester/commons-digester-1.6/docs/api</link>
-                        <link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs</link>
+                        <link>http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api</link>
+                        <link>http://jakarta.apache.org/commons/digester/commons-digester-1.7/docs/api</link>
+                        <link>http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs</link>
+                        <link>http://jakarta.apache.org/commons/validator/api-release/</link>
                     </links>
                 </configuration>
             </plugin>

Modified: shale/framework/trunk/shale-dist/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-dist/pom.xml?rev=432795&r1=432794&r2=432795&view=diff
==============================================================================
--- shale/framework/trunk/shale-dist/pom.xml (original)
+++ shale/framework/trunk/shale-dist/pom.xml Fri Aug 18 22:04:20 2006
@@ -19,16 +19,17 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3</version>
     </parent>
+
     <artifactId>shale-dist</artifactId>
     <packaging>pom</packaging>
-    <name>Shale Framework - Distribution</name>
+    <name>Apache Shale Framework Distribution</name>
 
     <build>
         <plugins>
@@ -79,11 +80,6 @@
         <dependency>
             <groupId>org.apache.shale</groupId>
             <artifactId>shale-remoting</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.shale</groupId>
-            <artifactId>shale-spring</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>