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 5b07ed9 commit 01e4348
Showing 1 changed file with 2 additions and 2 deletions.
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 (used for properties filtering) -->
<openlrae.version>3.0-SNAPSHOT</openlrae.version>
<openlrae.version>3.0</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>3.0-SNAPSHOT</version>
<version>3.0</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 01e4348

Please sign in to comment.