From 9f1898ced3c73638584b9e4a23daa2eb1e8103cf Mon Sep 17 00:00:00 2001 From: Johnny Chancafe Date: Thu, 29 Aug 2024 18:26:42 -0500 Subject: [PATCH] Fix. --- .idea/.gitignore | 8 ++++++++ .idea/material_theme_project_new.xml | 10 ++++++++++ .idea/misc.xml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ README.md | 3 ++- pom.xml | 24 +++++++++++++++--------- 6 files changed, 53 insertions(+), 10 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/material_theme_project_new.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..d6fc3ec --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9dc782b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 8766e49..c2d52cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Radar +### Version for Netbeans 2x, using jdk > 1.8 Radar is a plugin for Netbeans to navigate directly from the issue to the code without leaving your IDE. - + You can retrieve issues from a server or you can run a local analysis. ## Configuration diff --git a/pom.xml b/pom.xml index 6629f65..07070fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ org.radar radar-netbeans - 3.0.1 + 3.0.2 nbm radar-netbeans UTF-8 - RELEASE82 + RELEASE90 @@ -57,11 +57,11 @@ sonar-scanner-api 2.8 - - com.google.code.findbugs - jsr305 - 2.0.1 - + + com.google.code.findbugs + jsr305 + 2.0.1 + org.netbeans.api org-netbeans-api-annotations-common @@ -168,6 +168,12 @@ commons-httpclient 3.1 --> + + + javax.xml.bind + jaxb-api + 2.3.1 + org.apache.maven maven-model @@ -226,12 +232,12 @@ org.netbeans.api org-openide-util-ui - RELEASE82 + ${netbeans.api.version} org.netbeans.api org-netbeans-api-progress-nb - RELEASE82 + ${netbeans.api.version}