From 421e63811ad0ff128a9e861e6ef0e78e73dd41ac Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Thu, 29 Apr 2021 14:08:36 +0200 Subject: [PATCH] Fix for the tag in pom.xml --- .gitignore | 6 ++++++ pom.xml | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8839bab --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +target/ + +release.properties + +.idea/ +*.iml diff --git a/pom.xml b/pom.xml index aa16a6a..5113edc 100644 --- a/pom.xml +++ b/pom.xml @@ -16,11 +16,9 @@ 1.0.0.Final-SNAPSHOT - - - LGPL 2.1 - http://www.gnu.org/licenses/lgpl-2.1.html - - + + LGPL 2.1 + http://www.gnu.org/licenses/lgpl-2.1.html +