Skip to content

Commit

Permalink
Fix for the <licenses> tag in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Apr 29, 2021
1 parent ae8cc52 commit 421e638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target/

release.properties

.idea/
*.iml
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
<version>1.0.0.Final-SNAPSHOT</version>

<licenses>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
</project>

0 comments on commit 421e638

Please sign in to comment.