Skip to content

Commit

Permalink
mjson seems to be abandoned, so it has been replaced by
Browse files Browse the repository at this point in the history
everit-json-schema
  • Loading branch information
Manuel Domínguez Dorado committed Feb 13, 2022
1 parent 3452304 commit f97a2ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ With this kind of knowledge, teams are able to use OpenLRAE to get a dashboard o

## Latest snapshot version being developed:

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

## Binary releases:

Expand Down
15 changes: 13 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 (used for properties filtering) -->
<openlrae.version>2.4-SNAPSHOT</openlrae.version>
<openlrae.version>3.0-SNAPSHOT</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.4-SNAPSHOT</version>
<version>3.0-SNAPSHOT</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 Expand Up @@ -237,4 +237,15 @@
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>config/sun_checks.xml</configLocation>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
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": "2.3",
"version": "3.0",
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
"licenses": ["LGPL_3_0_OR_LATER"]
},
Expand Down

0 comments on commit f97a2ba

Please sign in to comment.