This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit e78bd8fe689025a040cf6162f93b2461e528a93a Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Tue Jun 11 22:16:05 2024 +0200 2.12.2-git-16 --- ChangeLog.md | 9 +++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a5d4f90b2..b9c1ffc1d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,15 @@ specific language governing permissions and limitations under the License. --> +**2024-06-11 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.12.2-git-16_ + +* Last minute dependencies and plugin updates + * HSQLDB to 2.7.3 (closes [PR #344](https://github.com/apache/jspwiki/pull/344), thanks to Dependabot) + * Lucene to 9.11.0 + * Maven plugins: dependency to 3.7.0, enforcer to 3.5.0 (closes [PR #345](https://github.com/apache/jspwiki/pull/345), thanks to Dependabot), javadoc to 3.7.0, jxr to 3.4.0, sonar to 4.0.0.4121 (closes [PR #346](https://github.com/apache/jspwiki/pull/346), thanks to Dependabot) + **2024-05-24 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.12.2-git-15_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index 88b5e7cdb..ccab03163 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "15"; + public static final String BUILD = "16"; /** * This is the generic version string you should use when printing out the version. It is of
