List Info

Thread: svn commit: r433118 - in /webservices/xmlrpc/trunk: client/pom.xml common/pom.xml pom.xml server/pom




svn commit: r433118 - in /webservices/xmlrpc/trunk: client/pom.xml common/pom.xml pom.xml server/pom
user name
2006-08-21 01:45:55
Author: jochen
Date: Sun Aug 20 18:45:55 2006
New Revision: 433118

URL: 
http://svn.apache.org/viewvc?rev=433118&view=rev
Log:
Preparing for release 3.0.

Modified:
    webservices/xmlrpc/trunk/client/pom.xml
    webservices/xmlrpc/trunk/common/pom.xml
    webservices/xmlrpc/trunk/pom.xml
    webservices/xmlrpc/trunk/server/pom.xml
    webservices/xmlrpc/trunk/tests/pom.xml

Modified: webservices/xmlrpc/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/tru
nk/client/pom.xml?rev=433118&r1=433117&r2=433118&
;view=diff
============================================================
==================
--- webservices/xmlrpc/trunk/client/pom.xml (original)
+++ webservices/xmlrpc/trunk/client/pom.xml Sun Aug 20
18:45:55 2006
 -7,10
+7,8 
     <version>3.0rc1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-client</artifactId>
   <name>Apache XML-RPC Client Library</name>
-  <version>3.0rc1</version>
   <build>
    
<sourceDirectory>src/main/java</sourceDirectory>
   </build>
 -18,7
+16,7 
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.0rc1</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/tru
nk/common/pom.xml?rev=433118&r1=433117&r2=433118&
;view=diff
============================================================
==================
--- webservices/xmlrpc/trunk/common/pom.xml (original)
+++ webservices/xmlrpc/trunk/common/pom.xml Sun Aug 20
18:45:55 2006
 -7,10
+7,8 
     <version>3.0rc1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-common</artifactId>
   <name>Apache XML-RPC Common Library</name>
-  <version>3.0rc1</version>
   <build>
    
<sourceDirectory>src/main/java</sourceDirectory>
     <plugins>

Modified: webservices/xmlrpc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.
xml?rev=433118&r1=433117&r2=433118&view=diff
============================================================
==================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Sun Aug 20 18:45:55
2006
 -219,43
+219,45 
             </plugin>
         </plugins>
     </build>
-    <dependencies>
-        <dependency>
-           
<groupId>commons-httpclient</groupId>
-           
<artifactId>commons-httpclient</artifactId>
-            <version>3.0.1</version>
-            <type>jar</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-           
<artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-           
<artifactId>servlet-api</artifactId>
-            <version>2.4</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-           
<groupId>org.apache.ws.commons</groupId>
-           
<artifactId>ws-commons-util</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>jaxme</groupId>
-            <artifactId>jaxmeapi</artifactId>
-            <version>0.5.1</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+               
<groupId>commons-httpclient</groupId>
+               
<artifactId>commons-httpclient</artifactId>
+                <version>3.0.1</version>
+                <type>jar</type>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+               
<groupId>commons-logging</groupId>
+               
<artifactId>commons-logging</artifactId>
+                <version>1.1</version>
+            </dependency>
+            <dependency>
+               
<groupId>javax.servlet</groupId>
+               
<artifactId>servlet-api</artifactId>
+                <version>2.4</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.8.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+               
<groupId>org.apache.ws.commons</groupId>
+               
<artifactId>ws-commons-util</artifactId>
+                <version>1.0.1</version>
+            </dependency>
+            <dependency>
+                <groupId>jaxme</groupId>
+               
<artifactId>jaxmeapi</artifactId>
+                <version>0.5.1</version>
+                <scope>provided</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
     <reporting>
         <plugins>
             <plugin>

Modified: webservices/xmlrpc/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/tru
nk/server/pom.xml?rev=433118&r1=433117&r2=433118&
;view=diff
============================================================
==================
--- webservices/xmlrpc/trunk/server/pom.xml (original)
+++ webservices/xmlrpc/trunk/server/pom.xml Sun Aug 20
18:45:55 2006
 -7,10
+7,8 
     <version>3.0rc1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-server</artifactId>
   <name>Apache XML-RPC Server Library</name>
-  <version>3.0rc1</version>
   <build>
    
<sourceDirectory>src/main/java</sourceDirectory>
   </build>
 -18,7
+16,7 
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-common</artifactId>
-      <version>3.0rc1</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>

Modified: webservices/xmlrpc/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trun
k/tests/pom.xml?rev=433118&r1=433117&r2=433118&v
iew=diff
============================================================
==================
--- webservices/xmlrpc/trunk/tests/pom.xml (original)
+++ webservices/xmlrpc/trunk/tests/pom.xml Sun Aug 20
18:45:55 2006
 -7,10
+7,8 
     <version>3.0rc1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.xmlrpc</groupId>
   <artifactId>xmlrpc-tests</artifactId>
   <name>Apache XML-RPC Test Library</name>
-  <version>3.0rc1</version>
   <build>
    
<testSourceDirectory>src/test/java</testSourceDirec
tory>
     <testResources>
 -18,17
+16,28 
        
<directory>src/test/resources</directory>
       </testResource>
     </testResources>
+    <plugins>
+      <plugin>
+       
<groupId>org.apache.maven.plugins</groupId>
+       
<artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+           
<exclude>org/apache/xmlrpc/test/ScalabilityTest.java&l
t;/exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-client</artifactId>
-      <version>3.0rc1</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>
       <artifactId>xmlrpc-server</artifactId>
-      <version>3.0rc1</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )