mirror of https://github.com/apache/archiva.git
Switching to new redback release and adding release notes
This commit is contained in:
parent
694ffeb2a6
commit
63d950f8ca
|
@ -22,7 +22,7 @@
|
||||||
Release Notes for Archiva ${project.version}
|
Release Notes for Archiva ${project.version}
|
||||||
|
|
||||||
The Apache Archiva team is pleased to announce the release of Archiva
|
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}}.
|
available for download from the web site}}.
|
||||||
|
|
||||||
Archiva is an application for managing one or more remote repositories,
|
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:
|
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}
|
* New in Archiva ${project.version}
|
||||||
|
|
||||||
Apache Archiva ${project.version} is a bug fix release:
|
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
|
* Fixes for handling of artifacts
|
||||||
|
|
||||||
* Improved validation of REST calls
|
* Improved validation of REST calls
|
||||||
|
@ -46,9 +73,7 @@ Release Notes for Archiva ${project.version}
|
||||||
|
|
||||||
No API changes or known side effects.
|
No API changes or known side effects.
|
||||||
|
|
||||||
** List of Changes in Archiva ${project.version}
|
Released: 2019-04-30
|
||||||
|
|
||||||
Released: <<${releaseDate}>>
|
|
||||||
|
|
||||||
** New Feature
|
** New Feature
|
||||||
|
|
||||||
|
@ -69,8 +94,6 @@ Release Notes for Archiva ${project.version}
|
||||||
* [MRM-1929] Repository purge is not reflected in index
|
* [MRM-1929] Repository purge is not reflected in index
|
||||||
|
|
||||||
|
|
||||||
Previous Release Notes
|
|
||||||
|
|
||||||
* Release Notes for Archiva 2.2.3
|
* Release Notes for Archiva 2.2.3
|
||||||
|
|
||||||
** New in Archiva 2.2.3
|
** New in Archiva 2.2.3
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -61,7 +61,7 @@
|
||||||
<maven-model-converter.version>2.1</maven-model-converter.version>
|
<maven-model-converter.version>2.1</maven-model-converter.version>
|
||||||
<maven.indexer.version>5.1.1</maven.indexer.version>
|
<maven.indexer.version>5.1.1</maven.indexer.version>
|
||||||
<wagon.version>2.9</wagon.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.cache.version>2.2</redback.cache.version>
|
||||||
<redback.quartz.version>2.1</redback.quartz.version>
|
<redback.quartz.version>2.1</redback.quartz.version>
|
||||||
<redback.registry.version>2.4</redback.registry.version>
|
<redback.registry.version>2.4</redback.registry.version>
|
||||||
|
|
Loading…
Reference in New Issue