From 4ebb0492b841842b33afaf62b9c4e24c7730bdb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Dom=C3=ADnguez=20Dorado?= Date: Sun, 14 Mar 2021 21:06:15 +0100 Subject: [PATCH] Relase 2.0 is ready --- README.md | 10 +++++----- pom.xml | 6 +++--- project.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3ef782d..d0b8141 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.5/jar) +[![Maven Central](https://img.shields.io/maven-central/v/com.manolodominguez/openlrae)](https://search.maven.org/artifact/com.manolodominguez/openlrae/2.0/jar) ## Develop branch @@ -32,11 +32,11 @@ With this kind of knowledge, teams are able to use OpenLRAE to get a dashboard o ## Latest snapshot version being developed: -- OpenLRAE 2.0-SNAPSHOT (development branch) - LGPL-3.0-or-later. +- OpenLRAE 2.1-SNAPSHOT (development branch) - LGPL-3.0-or-later. ## Binary releases: -- OpenLRAE 1.5 (current, master branch) - Apache-2.0. +- OpenLRAE 2.0 (current, master branch) - LGPL-3.0-or-later. - 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.5 + 2.0 ``` -For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/1.5/jar +For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/2.0/jar # COMPILING FROM SOURCES diff --git a/pom.xml b/pom.xml index 80df5cf..813c052 100644 --- a/pom.xml +++ b/pom.xml @@ -16,19 +16,19 @@ 3.0.0-M4 3.2.1 0.8.5 - 1.4 + 1.5 UTF-8 9 - 2.0-SNAPSHOT + 2.0 LGPL-3.0-or-later 4.0.0 com.manolodominguez openlrae - 2.0-SNAPSHOT + 2.0 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 9a895ed..ddd08b2 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "projectinfo": { "name": "OpenLRAE", - "version": "2.0-SNAPSHOT", + "version": "2.0", "redistribution": "SOFTWARE_PACKAGE_OR_SAAS", "licenses": ["LGPL_3_0_OR_LATER"] },