Skip to content

Commit

Permalink
Preparing release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Domínguez Dorado committed Jan 31, 2021
1 parent b8597ac commit 5919f18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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/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

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

## Binary releases:

- <b>OpenLRAE 1.3</b> (current, master branch) - Apache-2.0.
- <b>OpenLRAE from 0.1 to 1.2</b> - Apache-2.0.
- <b>OpenLRAE 1.4</b> (current, master branch) - Apache-2.0.
- <b>OpenLRAE from 0.1 to 1.3</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.3</version>
<version>1.4</version>
</dependency>
```
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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2</openlrae.maven.plugin>
<openlrae.maven.plugin>1.3</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.4-SNAPSHOT</openlrae.version>
<openlrae.version>1.4</openlrae.version>
<openlrae.license>Apache-2.0</openlrae.license>
</properties>

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

0 comments on commit 5919f18

Please sign in to comment.