From: <tri...@us...> - 2007-10-15 09:04:55
|
Revision: 32 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=32&view=rev Author: triathlon98 Date: 2007-10-15 02:04:54 -0700 (Mon, 15 Oct 2007) Log Message: ----------- switch to next version Modified Paths: -------------- trunk/pom.xml trunk/staticwiki-editor/pom.xml trunk/staticwiki-renderer/pom.xml trunk/staticwiki-site-plugin/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-10-15 08:59:34 UTC (rev 31) +++ trunk/pom.xml 2007-10-15 09:04:54 UTC (rev 32) @@ -6,7 +6,7 @@ <artifactId>staticwiki</artifactId> <packaging>pom</packaging> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <name>staticwiki</name> <description> @@ -268,7 +268,7 @@ <dependency> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </dependency> </dependencies> </plugin> Modified: trunk/staticwiki-editor/pom.xml =================================================================== --- trunk/staticwiki-editor/pom.xml 2007-10-15 08:59:34 UTC (rev 31) +++ trunk/staticwiki-editor/pom.xml 2007-10-15 09:04:54 UTC (rev 32) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-editor</artifactId> <packaging>jar</packaging> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <name>staticwiki-editor</name> <description> Simple Swing gui to allow editing wiki markup and seeing a preview of the rendered result. Modified: trunk/staticwiki-renderer/pom.xml =================================================================== --- trunk/staticwiki-renderer/pom.xml 2007-10-15 08:59:34 UTC (rev 31) +++ trunk/staticwiki-renderer/pom.xml 2007-10-15 09:04:54 UTC (rev 32) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-renderer</artifactId> <packaging>jar</packaging> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <name>staticwiki-renderer</name> <description> General wiki rendering code, the defaults render wiki content with markup similar to Confluence. Modified: trunk/staticwiki-site-plugin/pom.xml =================================================================== --- trunk/staticwiki-site-plugin/pom.xml 2007-10-15 08:59:34 UTC (rev 31) +++ trunk/staticwiki-site-plugin/pom.xml 2007-10-15 09:04:54 UTC (rev 32) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <name>staticwiki-site-plugin</name> <description> Maven plugin to allow generating maven site pages using staticwiki markup. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |