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 ecb48d0 Prepare for Any23 2.7 release
ecb48d0 is described below
commit ecb48d0f28e210f0987dff4a478b987be5a493c5
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Feb 21 10:26:08 2022 -0800
Prepare for Any23 2.7 release
---
README.md | 50 --------------------------------------------------
RELEASE-NOTES.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 48 insertions(+), 51 deletions(-)
diff --git a/README.md b/README.md
index da15ed1..22263c7 100644
--- a/README.md
+++ b/README.md
@@ -80,55 +80,6 @@ and finally invoke the script for your OS (UNIX or Windows):
```
usage instructions will be printed out.
-# Run the Any23 Web Service
-
-Any23 can be run as a service.
-To run the Any23 service go to the service dir
-and then invoke the embedded Jetty server
-```
-cd $ANY23_HOME/service
-mvn jetty:run
-```
-You can check the service is running by accessing
[http://localhost:8080/](http://localhost:8080/) with your browser.
-
-The complete documentation about this service can be found
[here](http://any23.apache.org/getting-started.html)
-
-# Build the Any23 Web Service WAR
-
-The Any23 Service WAR by default will be generated as self-contained, all the
dependencies will be included as JAR within the WEB-INF/lib archive dir.
-
-To generate the self contained WAR invoke from the service dir:
-```
-service$ mvn [-o] [-Dmaven.test.skip=true] clean package
-```
-Where -o will build the process offline, and -Dmaven.test.skip=true
-will force the test skipping.
-
-The WAR will be generated in
-```
-$ANY23_HOME/service/target/any23-service-x.y.z-SNAPSHOT.war
-```
-To produce a instead a WAR WITHOUT the included JAR dependencies it is
possible to use
-the war-without-deps profile:
-```
-any23-service$ mvn [-o] [-Dmaven.test.skip=true] clean package
-```
-The option [-o] will speed up the module build if you have already
-collected all the required dependencies.
-
-The option [-Dmaven.test.skip=true] will disable tests.
-
-Again the various versions of the WAR will be generated into
-```
-$ANY23_HOME/service/target/apache-any23-service-x.y.z-*
-```
-
-## Any23 Web Service Tracker Disclaimer
-
-The Any23 Web Service form (service/src/main/resources/form.html) contains a
Google Analytics Tracker which is
-by default configured to report to the Any23 Community. It is possible to
change the user ID modifying the
-```form.tracker.id``` property in parent POM.
-
# Generate the Documentation
To generate the project site locally execute the following command from
$ANY23_HOME:
@@ -151,4 +102,3 @@ MAVEN_OPTS='-Xmx1024m' mvn -P umlgraphdoc clean site:site
# Munging of Any23 code to ASF
When it was [decided](http://wiki.apache.org/incubator/Any23Proposal) that the
Any23 code be brought into the Apache Incubator, the existing code was migrated
over to the ASF infrastructure and documented/managed via a number of Jira
tickets e.g, [INFRA-3978](https://issues.apache.org/jira/browse/INFRA-3978)
[INFRA-4146](https://issues.apache.org/jira/browse/INFRA-4146) and
[ANY23-29](https://issues.apache.org/jira/browse/ANY23-29).
-
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 8d4c9cc..463d77c 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,4 +1,51 @@
-
+ Release Notes - Apache Any23 - Version 2.7
+
+<h2> New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-546'>ANY23-546</a>]
- Implement sonarcloud.io in Any23 continuous integration
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-553'>ANY23-553</a>]
- Document MathUtils#md5 to warn that the weak hash algorithm is not to
be used in a sensitive context
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-555'>ANY23-555</a>]
- Bump buildnumber-maven-plugin from 1.4 to 3.0.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-556'>ANY23-556</a>]
- Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-558'>ANY23-558</a>]
- Bump maven-jar-plugin from 3.2.0 to 3.2.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-559'>ANY23-559</a>]
- Bump maven-site-plugin from 3.9.1 to 3.10.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-560'>ANY23-560</a>]
- Bump jcommander from 1.81 to 1.82
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-561'>ANY23-561</a>]
- Bump slf4j-api from 1.7.32 to 1.7.33
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-562'>ANY23-562</a>]
- Bump maven-jar-plugin from 3.2.1 to 3.2.2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-563'>ANY23-563</a>]
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-564'>ANY23-564</a>]
- Bump slf4j-api from 1.7.33 to 1.7.35
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-565'>ANY23-565</a>]
- Bump xercesImpl from 2.12.1 to 2.12.2
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-566'>ANY23-566</a>]
- Bump mockito-core from 4.2.0 to 4.3.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-568'>ANY23-568</a>]
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-569'>ANY23-569</a>]
- Bump ossindex-maven-plugin from 3.1.0 to 3.2.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-570'>ANY23-570</a>]
- Bump tika.version from 2.2.1 to 2.3.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-571'>ANY23-571</a>]
- Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ANY23-572'>ANY23-572</a>]
- Upgrade owlapi to 5.1.20
+</li>
+</ul>
+
Release Notes - Apache Any23 - Version 2.6
<h2> Bug