diff --git a/README.md b/README.md index ab69218..e74db9e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://img.shields.io/travis/manolodd/openlrae/master.svg)](https://travis-ci.org/manolodd/openlrae?branch=master) [![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/1.4/jar) +[![Maven Central](https://img.shields.io/maven-central/v/com.manolodominguez/openlrae)](https://search.maven.org/artifact/com.manolodominguez/openlrae/1.5/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 1.5-SNAPSHOT (development branch) - Apache-2.0. +- OpenLRAE 1.6-SNAPSHOT (development branch) - Apache-2.0. ## Binary releases: -- OpenLRAE 1.4 (current, master branch) - Apache-2.0. -- OpenLRAE from 0.1 to 1.3 - Apache-2.0. +- OpenLRAE 1.5 (current, master branch) - Apache-2.0. +- OpenLRAE from 0.1 to 1.4 - Apache-2.0. # PEOPLE BEHIND OPENLRAE @@ -56,10 +56,10 @@ You can download latest compiled stable releases from the releases section of th com.manolodominguez openlrae - 1.4 + 1.5 ``` -For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/1.4/jar +For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/1.5/jar # COMPILING FROM SOURCES @@ -162,6 +162,7 @@ System.out.println("This is the analysis report:\n\n"+JSONReport); * EPL-1.0 * EPL-2.0 * EUPL-1.1 +* EUPL-1.2 * GPL-2.0-only * GPL-2.0-or-later * GPL-3.0-only @@ -254,7 +255,7 @@ OpenLRAE uses third-party components each one of them having its own OSS license - slf4j-api 2.0.0-alpha1 - MIT - https://www.slf4j.org - slf4j-simple 2.0.0-alpha1 - MIT - https://www.slf4j.org - mjson 1.4.1 - Apache-2.0 - http://bolerio.github.io/mjson -- junit-jupiter-engine 5.7.0 - EPL-2.0 - https://junit.org/junit5 +- junit-jupiter-engine 5.8.0-M1 - EPL-2.0 - https://junit.org/junit5 Thanks folks! diff --git a/pom.xml b/pom.xml index fabaedc..9f7db18 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 2.0.0-alpha1 1.4.1 - 5.7.0 + 5.8.0-M1 3.8.1 3.0.0-M3 @@ -16,19 +16,19 @@ 3.0.0-M4 3.2.1 0.8.5 - 1.3 + 1.4 UTF-8 9 - 1.5-SNAPSHOT + 1.5 Apache-2.0 4.0.0 com.manolodominguez openlrae - 1.5-SNAPSHOT + 1.5 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. diff --git a/project.json b/project.json index f6c2300..47b7809 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "projectinfo": { "name": "OpenLRAE", - "version": "1.5-SNAPSHOT", + "version": "1.5", "redistribution": "SOFTWARE_PACKAGE_OR_SAAS", "licenses": ["APACHE_2_0"] }, @@ -15,7 +15,7 @@ }, { "component": "junit-jupiter-engine", - "version": "5.7.0", + "version": "5.8.0-M1", "license": "EPL_2_0", "weight": "NEAR_LOW", "link": "DYNAMIC"