This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 8c4902b updating files for 2.6 release candidate
8c4902b is described below
commit 8c4902bbda3cca791bb298db57077b7308a02b2c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Nov 3 20:51:09 2021 -0700
updating files for 2.6 release candidate
---
cli/src/main/assembly/bin.xml | 2 +-
pom.xml | 2 +-
src/site/xdoc/release-howto.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cli/src/main/assembly/bin.xml b/cli/src/main/assembly/bin.xml
index 72115c3..756dc35 100644
--- a/cli/src/main/assembly/bin.xml
+++ b/cli/src/main/assembly/bin.xml
@@ -50,7 +50,7 @@
<fileMode>0666</fileMode>
</file>
<file>
- <source>${basedir}/../RELEASE-NOTES.txt</source>
+ <source>${basedir}/../RELEASE-NOTES.md</source>
<outputDirectory/>
<fileMode>0666</fileMode>
</file>
diff --git a/pom.xml b/pom.xml
index 36dbe72..af651af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,7 +992,7 @@
<exclude>LICENSE.txt</exclude>
<exclude>NOTICE.txt</exclude>
<exclude>**/README.txt</exclude>
- <exclude>RELEASE-NOTES.txt</exclude>
+ <exclude>RELEASE-NOTES.md</exclude>
<exclude>*.bat</exclude>
<exclude>*.sh</exclude>
<exclude>**/*.csv</exclude>
diff --git a/src/site/xdoc/release-howto.xml b/src/site/xdoc/release-howto.xml
index 7910efb..99b941f 100644
--- a/src/site/xdoc/release-howto.xml
+++ b/src/site/xdoc/release-howto.xml
@@ -334,7 +334,7 @@ The Apache Any23 Team is pleased to announce the release of
Apache Any23 ${lates
Apache Anything To Triples (Any23) is a library, a web service and a command
line tool that
extracts structured data in RDF format from a variety of Web documents.
-Release Notes:
https://github.com/apache/any23/blob/any23-${latestStableRelease}/RELEASE-NOTES.txt
+Release Notes:
https://github.com/apache/any23/blob/any23-${latestStableRelease}/RELEASE-NOTES.md
Download: http://any23.apache.org/download.html