From 84dfb6a3bd31f591818a020e328b0263e09d3ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:57:49 +0000 Subject: [PATCH 1/2] Bump junit from 4.11 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f4fc10d3c..2279e7bcb0 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ junit junit - 4.11 + 4.13.1 test From 34bc408a797074eb9355f520ad90ba481214c8b8 Mon Sep 17 00:00:00 2001 From: "Robert (KHobbits)" Date: Sun, 21 Mar 2021 03:31:42 +0000 Subject: [PATCH 2/2] Update README.markdown --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index af9ad4598b..aca4e170dc 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,7 @@ Recommended NetBeans plugins: * Git * PMD & FindBugs ( http://kenai.com/projects/sqe/pages/Home ) + Building -------- To build with Maven, use the command @@ -32,10 +33,10 @@ Commits should fall into one of 3 areas: - Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log. + Coding Guidelines ----------------- - Please follow the format guidelines that are saved in the project properties. Windows users, please read this: http://help.github.com/line-endings/