This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 63d950f Switching to new redback release and adding release notes
63d950f is described below
commit 63d950f8cab37c1b0ea9623e642d7a452ca6cc62
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jun 14 19:19:10 2020 +0200
Switching to new redback release and adding release notes
---
archiva-docs/src/site/apt/release-notes.apt.vm | 39 ++++++++++++++++++++------
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 40060a6..8ff5e60 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
diff --git a/pom.xml b/pom.xml
index ec45c58..6a5ae46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>