|
From: <tri...@us...> - 2008-04-29 20:39:32
|
Revision: 42
http://staticwiki.svn.sourceforge.net/staticwiki/?rev=42&view=rev
Author: triathlon98
Date: 2008-04-29 13:39:22 -0700 (Tue, 29 Apr 2008)
Log Message:
-----------
[maven-release-plugin] prepare release staticwiki-0.9
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-12-20 11:44:54 UTC (rev 41)
+++ trunk/pom.xml 2008-04-29 20:39:22 UTC (rev 42)
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki</artifactId>
<packaging>pom</packaging>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
<name>staticwiki</name>
<description>
@@ -28,13 +27,9 @@
<url>http://sourceforge.net/tracker/?group_id=196967</url>
</issueManagement>
<scm>
- <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>
+ <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>
</scm>
<ciManagement>
<system>hudson</system>
@@ -149,7 +144,7 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
- <instrumentation/>
+ <instrumentation />
</configuration>
</plugin>
</plugins>
Modified: trunk/staticwiki-editor/pom.xml
===================================================================
--- trunk/staticwiki-editor/pom.xml 2007-12-20 11:44:54 UTC (rev 41)
+++ trunk/staticwiki-editor/pom.xml 2008-04-29 20:39:22 UTC (rev 42)
@@ -1,15 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki-editor</artifactId>
<packaging>jar</packaging>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</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-12-20 11:44:54 UTC (rev 41)
+++ trunk/staticwiki-renderer/pom.xml 2008-04-29 20:39:22 UTC (rev 42)
@@ -1,15 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki-renderer</artifactId>
<packaging>jar</packaging>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</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-12-20 11:44:54 UTC (rev 41)
+++ trunk/staticwiki-site-plugin/pom.xml 2008-04-29 20:39:22 UTC (rev 42)
@@ -1,15 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.staticwiki</groupId>
<artifactId>staticwiki-site-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</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.
|