From: <zep...@us...> - 2007-11-23 14:53:35
|
Revision: 384 http://flatpack.svn.sourceforge.net/flatpack/?rev=384&view=rev Author: zepernick Date: 2007-11-23 06:53:20 -0800 (Fri, 23 Nov 2007) Log Message: ----------- updated current version Modified Paths: -------------- trunk/common-build/project.xml Modified: trunk/common-build/project.xml =================================================================== --- trunk/common-build/project.xml 2007-11-23 14:51:24 UTC (rev 383) +++ trunk/common-build/project.xml 2007-11-23 14:53:20 UTC (rev 384) @@ -27,7 +27,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <pomVersion>3</pomVersion> <groupId>net.sf.flatpack</groupId> - <currentVersion>3.1.1</currentVersion> + <currentVersion>3.2.0-SNAPSHOT</currentVersion> <organization> <name>ObjectLab Financial Ltd</name> <url>http://www.objectlab.co.uk</url> @@ -198,6 +198,11 @@ <versions> <version> + <id>3.2.0-SNAPSHOT</id> + <name>3.2.0-SNAPSHOT</name> + <tag>3.2.0-SNAPSHOT</tag> + </version> + <version> <id>3.1.1</id> <name>3.1.1</name> <tag>3.1.1</tag> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |