[addressing-devel] SF.net SVN: addressing:[20] trunk/pom.xml
Brought to you by:
nodens2k
From: <Nod...@us...> - 2008-09-18 09:27:51
|
Revision: 20 http://addressing.svn.sourceforge.net/addressing/?rev=20&view=rev Author: Nodens2k Date: 2008-09-18 09:28:01 +0000 (Thu, 18 Sep 2008) Log Message: ----------- 1.2-SNAPSHOT initial commit. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-18 07:38:36 UTC (rev 19) +++ trunk/pom.xml 2008-09-18 09:28:01 UTC (rev 20) @@ -4,7 +4,7 @@ <groupId>net.sourceforge.addressing</groupId> <artifactId>addressing</artifactId> <name>Addressing</name> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <description> WS-Addressing implementation for Axis 1.4. Starting from the Apache Addressing project, closed in 2005, this project wants to provide a common @@ -205,6 +205,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.1</version> + <scope>test</scope> </dependency> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |