diff --git a/README.md b/README.md index cfae88c..f807ded 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://img.shields.io/travis/com/manolodd/openlrae/master)](https://app.travis-ci.com/github/manolodd/openlrae/builds) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=manolodd_openlrae&branch=master&metric=alert_status#.svg)](https://sonarcloud.io/dashboard?branch=master&id=manolodd_openlrae) -[![Maven Central](https://img.shields.io/maven-central/v/com.manolodominguez/openlrae)](https://search.maven.org/artifact/com.manolodominguez/openlrae/2.2/jar) +[![Maven Central](https://img.shields.io/maven-central/v/com.manolodominguez/openlrae)](https://search.maven.org/artifact/com.manolodominguez/openlrae/2.3/jar) ## Develop branch @@ -32,12 +32,12 @@ With this kind of knowledge, teams are able to use OpenLRAE to get a dashboard o ## Latest snapshot version being developed: -- OpenLRAE 2.3-SNAPSHOT (development branch) - LGPL-3.0-or-later. +- OpenLRAE 2.4-SNAPSHOT (development branch) - LGPL-3.0-or-later. ## Binary releases: -- OpenLRAE 2.2 (current, master branch) - LGPL-3.0-or-later. -- OpenLRAE from 2.0 to 2.1 - LGPL-3.0-or-later. +- OpenLRAE 2.3 (current, master branch) - LGPL-3.0-or-later. +- OpenLRAE from 2.0 to 2.2 - LGPL-3.0-or-later. - OpenLRAE from 0.1 to 1.5 - Apache-2.0. # PEOPLE BEHIND OPENLRAE @@ -57,10 +57,10 @@ You can download latest compiled stable releases from the releases section of th com.manolodominguez openlrae - 2.2 + 2.3 ``` -For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/2.2/jar +For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/2.3/jar # COMPILING FROM SOURCES diff --git a/pom.xml b/pom.xml index 3a0093b..5e19956 100644 --- a/pom.xml +++ b/pom.xml @@ -21,14 +21,14 @@ UTF-8 9 - 2.3-SNAPSHOT + 2.3 LGPL-3.0-or-later 4.0.0 com.manolodominguez openlrae - 2.3-SNAPSHOT + 2.3 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.