From 3fa851bef08352693e47e25eac3f53768f0d3a88 Mon Sep 17 00:00:00 2001 From: Justin Christoffersen Date: Thu, 27 Apr 2023 17:19:17 -0600 Subject: [PATCH 1/3] Updating pom.xml to be compatible with recent Maven --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7efe7e..aae90fa 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,11 @@ + + javax.annotation + javax.annotation-api + 1.3.1 + org.netbeans.api org-netbeans-api-annotations-common @@ -174,6 +179,6 @@ UTF-8 - RELEASE81 + RELEASE90 - \ No newline at end of file + From 027893066e47ac1d02466e6ad9af23aeb9947858 Mon Sep 17 00:00:00 2001 From: Justin Christoffersen Date: Thu, 27 Apr 2023 17:49:10 -0600 Subject: [PATCH 2/3] Adding build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8eb13b0..9b221e4 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin .... echo "finished ..." ``` + +### Build: + +Execute the command `maven clean install -U` from the project root directory to +build the project using Maven and import the dependencies. From 05a4d43bd30d3a8981767d59cfa8de05249b94b5 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Wed, 8 Nov 2023 12:06:15 +0100 Subject: [PATCH 3/3] Bumping version, since we're changing a major dependecy's version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aae90fa..681afdd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.qualixium nbshell - 1.2.3 + 1.2.4 nbm