Skip to content

Commit

Permalink
Relase 1.5 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Domínguez Dorado committed Feb 25, 2021
1 parent 7e0bc6b commit 278ac5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
15 changes: 8 additions & 7 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/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

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 1.5-SNAPSHOT</b> (development branch) - Apache-2.0.
- <b>OpenLRAE 1.6-SNAPSHOT</b> (development branch) - Apache-2.0.

## Binary releases:

- <b>OpenLRAE 1.4</b> (current, master branch) - Apache-2.0.
- <b>OpenLRAE from 0.1 to 1.3</b> - Apache-2.0.
- <b>OpenLRAE 1.5</b> (current, master branch) - Apache-2.0.
- <b>OpenLRAE from 0.1 to 1.4</b> - Apache-2.0.

# PEOPLE BEHIND OPENLRAE

Expand All @@ -56,10 +56,10 @@ You can download latest compiled stable releases from the releases section of th
<dependency>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
```
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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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!

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<lsf4j-simple.version>2.0.0-alpha1</lsf4j-simple.version>
<mjson.version>1.4.1</mjson.version>
<!--- Dependency for testing -->
<junit-jupiter-engine.version>5.7.0</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
<!-- Maven plugins versions -->
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version>
Expand All @@ -16,19 +16,19 @@
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<jacoco.maven.plugin.version>0.8.5</jacoco.maven.plugin.version>
<openlrae.maven.plugin>1.3</openlrae.maven.plugin>
<openlrae.maven.plugin>1.4</openlrae.maven.plugin>
<!--- Build parameters -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>9</maven.compiler.release>
<!-- About this version of OpenLRAE -->
<openlrae.version>1.5-SNAPSHOT</openlrae.version>
<openlrae.version>1.5</openlrae.version>
<openlrae.license>Apache-2.0</openlrae.license>
</properties>

<modelVersion>4.0.0</modelVersion>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</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
4 changes: 2 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"projectinfo": {
"name": "OpenLRAE",
"version": "1.5-SNAPSHOT",
"version": "1.5",
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
"licenses": ["APACHE_2_0"]
},
Expand All @@ -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"
Expand Down

0 comments on commit 278ac5e

Please sign in to comment.