From: <tri...@us...> - 2009-09-02 12:54:39
|
Revision: 58 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=58&view=rev Author: triathlon98 Date: 2009-09-02 12:54:30 +0000 (Wed, 02 Sep 2009) Log Message: ----------- switch to 0.9.2-SNAPSHOT Modified Paths: -------------- trunk/staticwiki-editor/pom.xml Modified: trunk/staticwiki-editor/pom.xml =================================================================== --- trunk/staticwiki-editor/pom.xml 2009-09-02 12:50:41 UTC (rev 57) +++ trunk/staticwiki-editor/pom.xml 2009-09-02 12:54:30 UTC (rev 58) @@ -2,13 +2,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.9.1</version> + <version>0.9.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-editor</artifactId> <packaging>jar</packaging> - <version>0.9.1</version> + <version>0.9.2-SNAPSHOT</version> <name>staticwiki-editor</name> <description> Simple Swing gui to allow editing wiki markup and seeing a preview of the rendered result. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |