Skip to content

Commit

Permalink
Release 2.3 finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Domínguez Dorado committed Jan 30, 2022
1 parent 31c0b35 commit 5ac306c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

- <b>OpenLRAE 2.3-SNAPSHOT</b> (development branch) - LGPL-3.0-or-later.
- <b>OpenLRAE 2.4-SNAPSHOT</b> (development branch) - LGPL-3.0-or-later.

## Binary releases:

- <b>OpenLRAE 2.2</b> (current, master branch) - LGPL-3.0-or-later.
- <b>OpenLRAE from 2.0 to 2.1</b> - LGPL-3.0-or-later.
- <b>OpenLRAE 2.3</b> (current, master branch) - LGPL-3.0-or-later.
- <b>OpenLRAE from 2.0 to 2.2</b> - LGPL-3.0-or-later.
- <b>OpenLRAE from 0.1 to 1.5</b> - Apache-2.0.

# PEOPLE BEHIND OPENLRAE
Expand All @@ -57,10 +57,10 @@ You can download latest compiled stable releases from the releases section of th
<dependency>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
```
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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>9</maven.compiler.release>
<!-- About this version of OpenLRAE -->
<openlrae.version>2.3-SNAPSHOT</openlrae.version>
<openlrae.version>2.3</openlrae.version>
<openlrae.license>LGPL-3.0-or-later</openlrae.license>
</properties>

<modelVersion>4.0.0</modelVersion>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<packaging>jar</packaging>
<name>Open Licensing Risks Analysis Engine</name>
<description>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. </description>
Expand Down

0 comments on commit 5ac306c

Please sign in to comment.