diff options
author | Brett Porter <brett@apache.org> | 2008-10-07 11:40:56 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-10-07 11:40:56 +0000 |
commit | 0472bf7af1b594ea704d9fa70dd4e06db8aee450 (patch) | |
tree | 767f59b20cad781ed456d44cd5754854c6c49702 /pom.xml | |
parent | 30972517d7990184d89c10f52343189e8778300a (diff) | |
download | archiva-0472bf7af1b594ea704d9fa70dd4e06db8aee450.tar.gz archiva-0472bf7af1b594ea704d9fa70dd4e06db8aee450.zip |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.0-alpha-3</version> + <version>1.0-alpha-4</version> <executions> <execution> <goals> |