diff options
-rw-r--r-- | archiva-docs/src/site/apt/release-notes.apt.vm | 39 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 32 insertions, 9 deletions
diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm index 40060a69a..8ff5e60b8 100644 --- a/archiva-docs/src/site/apt/release-notes.apt.vm +++ b/archiva-docs/src/site/apt/release-notes.apt.vm @@ -22,7 +22,7 @@ Release Notes for Archiva ${project.version} The Apache Archiva team is pleased to announce the release of Archiva - ${project.version}. Archiva is {{{http://archiva.apache.org/download.html} + ${project.version}. Archiva is {{{https://archiva.apache.org/download.html} available for download from the web site}}. Archiva is an application for managing one or more remote repositories, @@ -30,14 +30,41 @@ Release Notes for Archiva ${project.version} If you have any questions, please consult: - * the web site: {{http://archiva.apache.org/}} + * the web site: {{https://archiva.apache.org/}} - * the archiva-user mailing list: {{http://archiva.apache.org/mail-lists.html}} + * the archiva-user mailing list: {{https://archiva.apache.org/mail-lists.html}} * New in Archiva ${project.version} Apache Archiva ${project.version} is a bug fix release: + Released: <<${releaseDate}>> + +** Compatibility Changes + + * No API changes or known side effects. + +** New Feature + + * There are no new features in this release. + +** Improvements + + * There are no improvements + +** Bug Fix + + * [MRM-2008] Fix for group names with slashes + + * Better handling of LDAP filter + + +Previous Release Notes + +* Release Notes for Archiva 2.2.4 + + Apache Archiva 2.2.4 is a bug fix release: + * Fixes for handling of artifacts * Improved validation of REST calls @@ -46,9 +73,7 @@ Release Notes for Archiva ${project.version} No API changes or known side effects. -** List of Changes in Archiva ${project.version} - - Released: <<${releaseDate}>> + Released: 2019-04-30 ** New Feature @@ -69,8 +94,6 @@ Release Notes for Archiva ${project.version} * [MRM-1929] Repository purge is not reflected in index -Previous Release Notes - * Release Notes for Archiva 2.2.3 ** New in Archiva 2.2.3 @@ -61,7 +61,7 @@ <maven-model-converter.version>2.1</maven-model-converter.version> <maven.indexer.version>5.1.1</maven.indexer.version> <wagon.version>2.9</wagon.version> - <redback.version>2.6.1-SNAPSHOT</redback.version> + <redback.version>2.6.1</redback.version> <redback.cache.version>2.2</redback.cache.version> <redback.quartz.version>2.1</redback.quartz.version> <redback.registry.version>2.4</redback.registry.version> |