From: <tri...@us...> - 2007-10-15 08:50:43
|
Revision: 28 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=28&view=rev Author: triathlon98 Date: 2007-10-15 01:50:41 -0700 (Mon, 15 Oct 2007) Log Message: ----------- fix versions (will call first release 0.8 as more features should be added before 1.0 Modified Paths: -------------- trunk/pom.xml trunk/src/site/wiki/usage.wiki trunk/staticwiki-editor/pom.xml trunk/staticwiki-editor/src/site/wiki/index.wiki trunk/staticwiki-renderer/pom.xml trunk/staticwiki-site-plugin/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/pom.xml 2007-10-15 08:50:41 UTC (rev 28) @@ -6,7 +6,7 @@ <artifactId>staticwiki</artifactId> <packaging>pom</packaging> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> <name>staticwiki</name> <description> @@ -268,7 +268,7 @@ <dependency> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -285,8 +285,8 @@ </activation> <distributionManagement> <repository> - <id>snapshotrepo</id> - <name>Repository Name</name> + <id>progsrepo</id> + <name>PROGS repository</name> <url>file:///home/joachim/sites/maven.progs.be/m2repo</url> </repository> <site> Modified: trunk/src/site/wiki/usage.wiki =================================================================== --- trunk/src/site/wiki/usage.wiki 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/src/site/wiki/usage.wiki 2007-10-15 08:50:41 UTC (rev 28) @@ -31,7 +31,7 @@ <dependency> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.8</version> </dependency> </dependencies> </plugin> Modified: trunk/staticwiki-editor/pom.xml =================================================================== --- trunk/staticwiki-editor/pom.xml 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/staticwiki-editor/pom.xml 2007-10-15 08:50:41 UTC (rev 28) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-editor</artifactId> <packaging>jar</packaging> - <version>1.0-SNAPSHOT</version> + <version>0.8-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-editor/src/site/wiki/index.wiki =================================================================== --- trunk/staticwiki-editor/src/site/wiki/index.wiki 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/staticwiki-editor/src/site/wiki/index.wiki 2007-10-15 08:50:41 UTC (rev 28) @@ -4,6 +4,6 @@ To run this, just call {code} -java -jar staticwiki-editor\target\staticwiki-editor-1.0-SNAPSHOT.jar --SNAPSHOT.jar{code} +java -jar staticwiki-editor\target\staticwiki-editor-0.8.jar +{code} (this from the project directory after compiling "mvn install"). \ No newline at end of file Modified: trunk/staticwiki-renderer/pom.xml =================================================================== --- trunk/staticwiki-renderer/pom.xml 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/staticwiki-renderer/pom.xml 2007-10-15 08:50:41 UTC (rev 28) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-renderer</artifactId> <packaging>jar</packaging> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> <name>staticwiki-renderer</name> <description> General wiki rendering code, the defaults render wiki content with markup similar to Confluence. @@ -47,10 +47,10 @@ <groupId>org.javolution</groupId> <artifactId>javolution</artifactId> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>provided</scope> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>provided</scope> </dependency> </dependencies> </project> Modified: trunk/staticwiki-site-plugin/pom.xml =================================================================== --- trunk/staticwiki-site-plugin/pom.xml 2007-10-03 11:09:10 UTC (rev 27) +++ trunk/staticwiki-site-plugin/pom.xml 2007-10-15 08:50:41 UTC (rev 28) @@ -3,13 +3,13 @@ <parent> <groupId>org.staticwiki</groupId> <artifactId>staticwiki</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.8-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.staticwiki</groupId> <artifactId>staticwiki-site-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.0-SNAPSHOT</version> + <version>0.8-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. |