- Moved to separate JIRA project
- Preparing to release version 1.4 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-site-plugin</id>
|
||||
<name>Maven Site Plugin</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Generate web site</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/site/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10331</issueTrackingUrl>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/site/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/site/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/site/</url>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/site/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/site/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -6,17 +6,20 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Apply MAVEN-703. Allows site deployment via ftp
|
||||
|
||||
<release version="1.4" date="2003-11-22">
|
||||
<action dev="dion" type="update" issue="MPSITE-2">
|
||||
Allows site deployment via ftp.
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Fix MAVEN-939. Top level site directory needs g+u
|
||||
<action dev="dion" type="fix" issue="MPSITE-1">
|
||||
Top level site directory needs g+u.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Update to use maven.docs.*/maven.gen.docs
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
|
||||
@@ -5,11 +5,14 @@
|
||||
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://maven.apache.org/"/>
|
||||
<item name="Maven" href="http://maven.apache.org/"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Properties" href="/properties.html" />
|
||||
<item name="Goals" href="/goals.html" />
|
||||
<item name="Properties" href="/properties.html" />
|
||||
<item name="Goals" href="/goals.html" />
|
||||
</menu>
|
||||
<menu name="Downloads">
|
||||
<item name="Site plugin 1.4" href="http://www.ibiblio.org/maven/maven/plugins/maven-site-plugin-1.4.jar"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user