Author: geirm
Date: Sat Jul 30 07:01:59 2005
New Revision: 226523

URL: http://svn.apache.org/viewcvs?rev=226523&view=rev
Log:
move all dep versions to top level
properties file for maintainability

Modified:
    webservices/scout/branches/v0.5/modules/jaxr-api/project.xml
    webservices/scout/branches/v0.5/modules/scout/project.xml
    webservices/scout/branches/v0.5/project.properties
    webservices/scout/branches/v0.5/project.xml

Modified: webservices/scout/branches/v0.5/modules/jaxr-api/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/scout/branches/v0.5/modules/jaxr-api/project.xml?rev=226523&r1=226522&r2=226523&view=diff
==============================================================================
--- webservices/scout/branches/v0.5/modules/jaxr-api/project.xml (original)
+++ webservices/scout/branches/v0.5/modules/jaxr-api/project.xml Sat Jul 30 
07:01:59 2005
@@ -18,7 +18,7 @@
  -->

 <project>

     <pomVersion>3</pomVersion>

-    <extend>../../etc/project.xml</extend>

+    <extend>../../project.xml</extend>

 

     <id>jaxr-api</id>

     <name>JAXR API Classes</name>

@@ -27,7 +27,7 @@
         <dependency>

             <groupId>geronimo-spec</groupId>

             <artifactId>geronimo-spec-activation</artifactId>

-            <version>1.0.2-rc4</version>

+            <version>${geronimo_spec_activiation_version}</version>

         </dependency>

     </dependencies>

 </project>


Modified: webservices/scout/branches/v0.5/modules/scout/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/scout/branches/v0.5/modules/scout/project.xml?rev=226523&r1=226522&r2=226523&view=diff
==============================================================================
--- webservices/scout/branches/v0.5/modules/scout/project.xml (original)
+++ webservices/scout/branches/v0.5/modules/scout/project.xml Sat Jul 30 
07:01:59 2005
@@ -18,7 +18,7 @@
  -->

 <project>

     <pomVersion>3</pomVersion>

-    <extend>../../etc/project.xml</extend>

+    <extend>../../project.xml</extend>

 

     <id>scout</id>

     <name>Apache Scout Implementation</name>

@@ -34,43 +34,43 @@
         <dependency>

             <groupId>geronimo-spec</groupId>

             <artifactId>geronimo-spec-activation</artifactId>

-            <version>1.0.2-rc4</version>

+            <version>${geronimo_spec_activiation_version}</version>

         </dependency>

         <dependency>

             <groupId>juddi</groupId>

             <artifactId>juddi</artifactId>

-            <version>0.9rc4</version>

+            <version>${juddi_version}</version>

         </dependency>

         <dependency>

             <groupId>jdom</groupId>

             <artifactId>jdom</artifactId>

-            <version>1.0</version>

+            <version>${jdom_version}</version>

         </dependency>

 

         <dependency>

             <groupId>commons-logging</groupId>

             <artifactId>commons-logging</artifactId>

-            <version>1.0.4</version>

+            <version>${clogging_version}</version>

         </dependency>

         <dependency>

             <groupId>commons-discovery</groupId>

             <artifactId>commons-discovery</artifactId>

-            <version>SNAPSHOT</version>

+            <version>${commons_discovery_version}</version>

         </dependency>

         <dependency>

             <groupId>axis</groupId>

             <artifactId>axis</artifactId>

-            <version>1.2.1</version>

+            <version>${axis_version}</version>

         </dependency>

         <dependency>

             <groupId>axis</groupId>

             <artifactId>axis-saaj</artifactId>

-            <version>1.2.1</version>

+            <version>${axis_version}</version>

         </dependency>

         <dependency>

             <groupId>axis</groupId>

             <artifactId>axis-jaxrpc</artifactId>

-            <version>1.2.1</version>

+            <version>${axis_version}</version>

         </dependency>

     </dependencies>

 </project>


Modified: webservices/scout/branches/v0.5/project.properties
URL: 
http://svn.apache.org/viewcvs/webservices/scout/branches/v0.5/project.properties?rev=226523&r1=226522&r2=226523&view=diff
==============================================================================
--- webservices/scout/branches/v0.5/project.properties (original)
+++ webservices/scout/branches/v0.5/project.properties Sat Jul 30 07:01:59 2005
@@ -15,4 +15,25 @@
 # -------------------------------------------------------------------

 

 maven.multiproject.includes=modules/*/project.xml

-maven.repo.remote=http://cvs.apache.org/repository/, 
http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/
\ No newline at end of file
+maven.repo.remote=http://cvs.apache.org/repository/, 
http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/

+

+maven.xdoc.date=left

+## maven.xdoc.version=${pom.currentVersion}

+

+maven.junit.jvmargs=

+maven.junit.fork=true

+maven.compile.optimize=false

+maven.compile.fork=true

+

+

+#

+#  project dependencies

+#

+

+axis_version=1.2.1

+geronimo_spec_activiation_version=1.0.2-rc4

+juddi_version=0.9rc4

+jdom_version=1.0

+clogging_version=1.0.4

+commons_discovery_version=SNAPSHOT

+


Modified: webservices/scout/branches/v0.5/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/scout/branches/v0.5/project.xml?rev=226523&r1=226522&r2=226523&view=diff
==============================================================================
--- webservices/scout/branches/v0.5/project.xml (original)
+++ webservices/scout/branches/v0.5/project.xml Sat Jul 30 07:01:59 2005
@@ -16,7 +16,137 @@
  * limitations under the License.

  */

  -->

+

+

 <project>

-    <pomVersion>3</pomVersion>

-    <extend>etc/project.xml</extend>

+  <!-- the version of maven's project object model -->

+

+  <pomVersion>3</pomVersion>

+  <!-- a unique name for this project -->

+

+  <groupId>scout</groupId>

+  <!-- a short but descriptive name for the project -->

+

+  <name>Apache Scout</name>

+  <!-- The version of the project under development, e.g.

+       1.1, 1.2, 2.0-SNAPSHOT -->

+

+  <currentVersion>0.5</currentVersion>

+  <!-- details about the organization that 'owns' the project -->

+

+  <organization>

+    <name>Apache Web Services</name>

+    <url>http://ws.apache.org/</url>

+    <logo>http://ws.apache.org/images/project-logo.jpg</logo>

+  </organization>

+  <!-- the year the project started -->

+

+  <inceptionYear>2004</inceptionYear>

+  <package>org.apache.ws.scout</package>

+  <logo>/images/scout.jpg</logo>

+  <description>

+    Apache Scout is an implementation of the JSR 93 (JAXR)

+  </description>

+  <!-- a short description of what the project does -->

+

+  <shortDescription>Implementation of the JSR 93 - JAXR 1.0</shortDescription>

+  <!-- the project home page -->

+

+  <url>http://ws.apache.org/scout/</url>

+  <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>

+  <siteAddress>ws.apache.org</siteAddress>

+  <siteDirectory>/scout/</siteDirectory>

+  <distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>

+  <!-- the version control repository and http url for online access

+       the connection element has the form:

+       scm:<system>:<system specific connection string> -->

+

+  <repository>

+    
<connection>scm:subversion:http://svn.apache.org/repos/asf/webservices/scout/trunk</connection>

+    
<url>http://svn.apache.org/viewcvs.cgi/webservices/scout/trunk/?root=Apache-SVN</url>

+  </repository>

+  <!-- any mailing lists for the project -->

+

+  <!-- any mailing lists for the project -->

+  <mailingLists>

+    <mailingList>

+      <name>Scout Developer List</name>

+      <subscribe>[EMAIL PROTECTED]</subscribe>

+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>

+      
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=221</archive>

+    </mailingList>

+  </mailingLists>

+  <!-- who the developers are for the project -->

+

+  <developers>

+        <developer>

+            <name>Steve Viens</name>

+            <id>sviens</id>

+            <email>[EMAIL PROTECTED]</email>

+            <organization></organization>

+        </developer>

+        <developer>

+            <name>Anil Saldhana</name>

+            <id>anil</id>

+            <email>[EMAIL PROTECTED]</email>

+            <organization></organization>

+        </developer>

+        <developer>

+            <name>Davanum Srinivas</name>

+            <id>dims</id>

+            <email>[EMAIL PROTECTED]</email>

+            <organization></organization>

+        </developer>

+        <developer>

+            <name>Geir Magnusson Jr.</name>

+            <id>geirm</id>

+            <email>[EMAIL PROTECTED]</email>

+            <organization/>

+        </developer>

+        <developer>

+            <name>Jeremy Boynes</name>

+            <id>jboynes</id>

+            <email>[EMAIL PROTECTED]</email>

+            <organization/>

+        </developer>

+

+

+  </developers>

+

+  <build>

+    <nagEmailAddress>[email protected]</nagEmailAddress>

+    <sourceDirectory>src/java</sourceDirectory>

+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>

+    <unitTest>

+      <includes>

+        <include>**/*Test.java</include>

+      </includes>

+      <excludes>

+        <exclude>**/NaughtyTest.java</exclude>

+      </excludes>

+    </unitTest>

+    <resources>

+      <resource>

+        <directory>src/conf</directory>

+        <includes>

+          <include>*.properties</include>

+        </includes>

+      </resource>

+    </resources>

+  </build>

+

+    <!-- ======= -->

+    <!-- Reports -->

+    <!-- ======= -->

+

+    <reports>

+        <report>maven-license-plugin</report>

+        <report>maven-checkstyle-plugin</report>

+        <report>maven-pmd-plugin</report>

+        <report>maven-jdepend-plugin</report>

+        <report>maven-jxr-plugin</report>

+        <report>maven-javadoc-plugin</report>

+        <report>maven-junit-report-plugin</report>

+        <report>maven-clover-plugin</report>

+    </reports>

 </project>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to