From 5919f1868ce36fe0cd71a3ffbe8f2fa37dae1635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Dom=C3=ADnguez=20Dorado?= Date: Sun, 31 Jan 2021 20:12:21 +0100 Subject: [PATCH] Preparing release 1.4 --- README.md | 12 ++++++------ pom.xml | 6 +++--- project.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 26e77fd..ab69218 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.3/jar) +[![Maven Central](https://img.shields.io/maven-central/v/com.manolodominguez/openlrae)](https://search.maven.org/artifact/com.manolodominguez/openlrae/1.4/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.4-SNAPSHOT (development branch) - Apache-2.0. +- OpenLRAE 1.5-SNAPSHOT (development branch) - Apache-2.0. ## Binary releases: -- OpenLRAE 1.3 (current, master branch) - Apache-2.0. -- OpenLRAE from 0.1 to 1.2 - Apache-2.0. +- OpenLRAE 1.4 (current, master branch) - Apache-2.0. +- OpenLRAE from 0.1 to 1.3 - 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.3 + 1.4 ``` -For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/1.3/jar +For othe project builders (graddle, buildr...) see the next link in Maven Central: https://search.maven.org/artifact/com.manolodominguez/openlrae/1.4/jar # COMPILING FROM SOURCES diff --git a/pom.xml b/pom.xml index 51035e0..aa4ae1b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,19 +16,19 @@ 3.0.0-M4 3.2.1 0.8.5 - 1.2 + 1.3 UTF-8 9 - 1.4-SNAPSHOT + 1.4 Apache-2.0 4.0.0 com.manolodominguez openlrae - 1.4-SNAPSHOT + 1.4 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 1408ef3..efe48d9 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "projectinfo": { "name": "OpenLRAE", - "version": "1.4-SNAPSHOT", + "version": "1.4", "redistribution": "SOFTWARE_PACKAGE_OR_SAAS", "licenses": ["APACHE_2_0"] },