From: <tri...@us...> - 2008-04-29 20:39:46
|
Revision: 44 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=44&view=rev Author: triathlon98 Date: 2008-04-29 13:39:41 -0700 (Tue, 29 Apr 2008) Log Message: ----------- [maven-release-plugin] prepare for next development iteration 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 2008-04-29 20:39:34 UTC (rev 43) +++ trunk/pom.xml 2008-04-29 20:39:41 UTC (rev 44) @@ -5,7 +5,7 @@ <artifactId>staticwiki</artifactId> <packaging>pom</packaging> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> <name>staticwiki</name> <description> @@ -27,9 +27,9 @@ <url>http://sourceforge.net/tracker/?group_id=196967</url> </issueManagement> <scm> - <connection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/tags/staticwiki-0.9</connection> - <developerConnection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/tags/staticwiki-0.9</developerConnection> - <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/tags/staticwiki-0.9</url> + <connection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/trunk</connection> + <developerConnection>scm:svn:https://staticwiki.svn.sourceforge.net/svnroot/staticwiki/trunk</developerConnection> + <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/</url> </scm> <ciManagement> <system>hudson</system> Modified: trunk/staticwiki-editor/pom.xml =================================================================== --- trunk/staticwiki-editor/pom.xml 2008-04-29 20:39:34 UTC (rev 43) +++ trunk/staticwiki-editor/pom.xml 2008-04-29 20:39:41 UTC (rev 44) @@ -2,13 +2,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-editor</artifactId> <packaging>jar</packaging> - <version>0.9</version> + <version>0.9.1-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 2008-04-29 20:39:34 UTC (rev 43) +++ trunk/staticwiki-renderer/pom.xml 2008-04-29 20:39:41 UTC (rev 44) @@ -2,13 +2,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-renderer</artifactId> <packaging>jar</packaging> - <version>0.9</version> + <version>0.9.1-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 2008-04-29 20:39:34 UTC (rev 43) +++ trunk/staticwiki-site-plugin/pom.xml 2008-04-29 20:39:41 UTC (rev 44) @@ -2,13 +2,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>0.9</version> + <version>0.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>0.9</version> + <version>0.9.1-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. |