Author: kstam
Date: Wed Dec 17 06:05:12 2008
New Revision: 727383
URL: http://svn.apache.org/viewvc?rev=727383&view=rev
Log:
fixing maven build
Modified:
webservices/scout/trunk/jaxr-api/pom.xml
webservices/scout/trunk/pom.xml
webservices/scout/trunk/scout/pom.xml
Modified: webservices/scout/trunk/jaxr-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/jaxr-api/pom.xml?rev=727383&r1=727382&r2=727383&view=diff
==============================================================================
--- webservices/scout/trunk/jaxr-api/pom.xml (original)
+++ webservices/scout/trunk/jaxr-api/pom.xml Wed Dec 17 06:05:12 2008
@@ -7,7 +7,7 @@
<parent>
<groupId>org.apache.ws.scout</groupId>
<artifactId>scout-parent</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0.SNAPSHOT</version>
</parent>
<artifactId>jaxr-api</artifactId>
<name>JAXR API</name>
Modified: webservices/scout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=727383&r1=727382&r2=727383&view=diff
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Wed Dec 17 06:05:12 2008
@@ -5,7 +5,7 @@
<artifactId>scout-parent</artifactId>
<packaging>pom</packaging>
<name>Scout</name>
- <version>SNAPSHOT</version>
+ <version>1.0.SNAPSHOT</version>
<description>Apache Scout is an implementation of the JSR 93 - JavaTM API for
XML Registries 1.0 (JAXR)</description>
<url>http://ws.apache.org/scout/</url>
@@ -18,10 +18,10 @@
<url>http://vmbuild.apache.org</url>
<notifiers>
<notifier>
- <sendOnError>false</sendOnError>
- <sendOnFailure>false</sendOnFailure>
- <sendOnSuccess>false</sendOnSuccess>
- <sendOnWarning>false</sendOnWarning>
+ <sendOnError>true</sendOnError>
+ <sendOnFailure>true</sendOnFailure>
+ <sendOnSuccess>true</sendOnSuccess>
+ <sendOnWarning>true</sendOnWarning>
<configuration>
<address>[email protected]</address>
</configuration>
@@ -78,7 +78,6 @@
</developers>
<contributors>
<contributor>
- <id>dbhole</id>
<name>Deepack Bhole</name>
<email>[email protected]</email>
<organization></organization>
@@ -335,7 +334,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.1</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: webservices/scout/trunk/scout/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/scout/pom.xml?rev=727383&r1=727382&r2=727383&view=diff
==============================================================================
--- webservices/scout/trunk/scout/pom.xml (original)
+++ webservices/scout/trunk/scout/pom.xml Wed Dec 17 06:05:12 2008
@@ -6,8 +6,7 @@
<parent>
<groupId>org.apache.ws.scout</groupId>
<artifactId>scout-parent</artifactId>
- <version>SNAPSHOT</version>
- <!-- Should better be ${axiom.version} -->
+ <version>1.0.SNAPSHOT</version>
</parent>
<artifactId>scout</artifactId>
<name>Scout Implementation</name>
@@ -38,7 +37,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
<configuration>
<skip>false</skip>
<excludes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]