Skip to content

Commit

Permalink
Adding the license element to the POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 12, 2020
1 parent f70db59 commit 5e130a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<artifactId>julielab-parent</artifactId>
<version>2.4.1</version>
</parent>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 5e130a3

Please sign in to comment.