diff --git a/README.md b/README.md
index 3c2c2ae..b990e38 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ With this kind of knowledge, teams are able to use OpenLRAE to get a dashboard o
## Latest snapshot version being developed:
-- OpenLRAE 2.4-SNAPSHOT (development branch) - LGPL-3.0-or-later.
+- OpenLRAE 3.0-SNAPSHOT (development branch) - LGPL-3.0-or-later.
## Binary releases:
diff --git a/pom.xml b/pom.xml
index 9feb06c..0e9b615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,14 +21,14 @@
UTF-8
9
- 2.4-SNAPSHOT
+ 3.0-SNAPSHOT
LGPL-3.0-or-later
4.0.0
com.manolodominguez
openlrae
- 2.4-SNAPSHOT
+ 3.0-SNAPSHOT
jar
Open Licensing Risks Analysis Engine
Open LRAE is a licensing risk analysis engine in the form of Java library that allow the detection of risks related to licensing from the set of components (and their respective licenses) you are using in a given project.
@@ -237,4 +237,15 @@
test
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ config/sun_checks.xml
+
+
+
+
diff --git a/project.json b/project.json
index 5334636..4c60735 100644
--- a/project.json
+++ b/project.json
@@ -1,7 +1,7 @@
{
"projectinfo": {
"name": "OpenLRAE",
- "version": "2.3",
+ "version": "3.0",
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
"licenses": ["LGPL_3_0_OR_LATER"]
},