Author: vsiveton
Date: Sat Sep 8 04:18:07 2007
New Revision: 573823
URL: http://svn.apache.org/viewvc?rev=573823&view=rev
Log:
o improved the legibility
o no code change
Modified:
maven/doxia/doxia/trunk/pom.xml
Modified: maven/doxia/doxia/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=573823&r1=573822&r2=573823&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep 8 04:18:07 2007
@@ -30,15 +30,12 @@
</parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia</artifactId>
+ <version>1.0-alpha-9-SNAPSHOT</version>
<packaging>pom</packaging>
+
<name>Doxia</name>
<description>Doxia is a content generation framework that provides powerful
techniques for generating static and dynamic content, supporting a variety of
markup languages.</description>
- <version>1.0-alpha-9-SNAPSHOT</version>
<url>http://maven.apache.org/doxia</url>
- <issueManagement>
- <system>jira</system>
- <url>http://jira.codehaus.org/browse/DOXIA</url>
- </issueManagement>
<properties>
<projectVersion>1.0-alpha-9-SNAPSHOT</projectVersion>
@@ -86,6 +83,12 @@
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
</mailingList>
</mailingLists>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.codehaus.org/browse/DOXIA</url>
+ </issueManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk</developerConnection>
@@ -178,6 +181,7 @@
</plugins>
</pluginManagement>
</build>
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -214,6 +218,7 @@
</dependency>
</dependencies>
</dependencyManagement>
+
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -222,6 +227,7 @@
<scope>test</scope>
</dependency>
</dependencies>
+
<modules>
<module>doxia-core</module>
<module>doxia-sink-api</module>