From 0df3cce7938829557a8baa0a4ff8a8557ae94df3 Mon Sep 17 00:00:00 2001 From: carlos Date: Sat, 24 Jul 2004 22:41:58 +0000 Subject: [PATCH] Linked project names and releases with download pages and announcements git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115886 13f79535-47bb-0310-9956-ffa450edef68 --- multichanges/plugin.jelly | 3 ++ multichanges/project.xml | 2 +- .../src/plugin-resources/releases.jsl | 31 ++++++++++++++++--- multichanges/xdocs/changes.xml | 3 ++ 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/multichanges/plugin.jelly b/multichanges/plugin.jelly index 4ef9bc29..131ae807 100644 --- a/multichanges/plugin.jelly +++ b/multichanges/plugin.jelly @@ -56,6 +56,9 @@ ${reactorProject.name} + + ${reactorProject.artifactId} + diff --git a/multichanges/project.xml b/multichanges/project.xml index 5b9ee980..928ba233 100644 --- a/multichanges/project.xml +++ b/multichanges/project.xml @@ -23,7 +23,7 @@ 3 maven-multichanges-plugin Maven MultiChanges plugin - 1.1 + 1.2-SNAPSHOT Produce release dashboard for subprojects. Requires Maven 1.0 RC3. http://maven.apache.org/reference/plugins/multichanges/ http://jira.codehaus.org/browse/MPMULTICHANGES diff --git a/multichanges/src/plugin-resources/releases.jsl b/multichanges/src/plugin-resources/releases.jsl index 8bf1d93f..ddcb8a36 100644 --- a/multichanges/src/plugin-resources/releases.jsl +++ b/multichanges/src/plugin-resources/releases.jsl @@ -25,6 +25,7 @@ xmlns:j="jelly:core" xmlns:jsl="jelly:jsl" xmlns:x="jelly:xml" + xmlns:maven="jelly:maven" xmlns="dummy" trim="false"> @@ -40,15 +41,26 @@ Latest version Released date + + + - + + + + - + + + + @@ -60,7 +72,10 @@ - + + + + @@ -75,10 +90,16 @@ - + + + + - + + + + diff --git a/multichanges/xdocs/changes.xml b/multichanges/xdocs/changes.xml index ce12e2ef..d2b9eba3 100644 --- a/multichanges/xdocs/changes.xml +++ b/multichanges/xdocs/changes.xml @@ -24,6 +24,9 @@ Vincent Massol + + Linked project names and releases with download pages and announcements + Initial creation.