1
0

First try at a Maven 2 generated site. Requires commons-parent 2-SNAPSHOT because it inherits parts of the site.xml from it.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@491226 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-12-30 14:17:06 +00:00
parent b691c20076
commit b7ecf17217
2 changed files with 65 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1</version>
<version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>