vmassol 2003/11/22 02:53:19
Modified: site project.xml
site/xdocs changes.xml navigation.xml
Log:
- Moved to separate JIRA project
- Preparing to release version 1.4
Revision Changes Path
1.18 +4 -3 maven-plugins/site/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 17 Oct 2003 01:23:51 -0000 1.17
+++ project.xml 22 Nov 2003 10:53:19 -0000 1.18
@@ -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:[EMAIL
PROTECTED]:/home/cvspublic:maven/src/plugins-build/site/</connection>
- <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/site/</url>
+ <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven-plugins/site/</connection>
+ <url>http://cvs.apache.org/viewcvs/maven-plugins/site/</url>
</repository>
<developers>
<developer>
1.8 +9 -6 maven-plugins/site/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/xdocs/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.xml 27 Oct 2003 16:32:00 -0000 1.7
+++ changes.xml 22 Nov 2003 10:53:19 -0000 1.8
@@ -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>
1.3 +6 -3 maven-plugins/site/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 19 Mar 2003 05:54:19 -0000 1.2
+++ navigation.xml 22 Nov 2003 10:53:19 -0000 1.3
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]