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.radarradar-netbeans
- 3.0.1
+ 3.0.2nbmradar-netbeansUTF-8
- RELEASE82
+ RELEASE90
@@ -57,11 +57,11 @@
sonar-scanner-api2.8
-
- com.google.code.findbugs
- jsr305
- 2.0.1
-
+
+ com.google.code.findbugs
+ jsr305
+ 2.0.1
+ org.netbeans.apiorg-netbeans-api-annotations-common
@@ -168,6 +168,12 @@
commons-httpclient3.1-->
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.3.1
+ org.apache.mavenmaven-model
@@ -226,12 +232,12 @@
org.netbeans.apiorg-openide-util-ui
- RELEASE82
+ ${netbeans.api.version}org.netbeans.apiorg-netbeans-api-progress-nb
- RELEASE82
+ ${netbeans.api.version}