From: Brett Porter Date: Tue, 7 Oct 2008 11:40:56 +0000 (+0000) Subject: check the release notes and site descriptor version during release until it can be... X-Git-Tag: archiva-1.2-M1~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0472bf7af1b594ea704d9fa70dd4e06db8aee450;p=archiva.git check the release notes and site descriptor version during release until it can be substituted git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@702438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index bd38f139e..dba5d0199 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -106,9 +106,42 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-beanshell + + enforce + + + + + Site descriptor needs to be updated for the current release version + + + + + + Release notes need to be updated for the current release version + + = 0 + ]]> + + + + + + + - diff --git a/pom.xml b/pom.xml index bdffb05b2..b13374073 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0-alpha-3 + 1.0-alpha-4