From ddf03b85c4fddab2d1ddad800cca3e055d1c703a Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 20 Oct 2016 15:34:14 +0200 Subject: [PATCH 1/2] fixing maven integration to correct version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9165082..49d141c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In order to use, simply add these lines to your project's **pom.xml** org.meteogroup point-compression - 1.0-SNAPSHOT + 1.0 ``` From e3e0a3e2f39beb18ca26cebcf18d52145a9b95e8 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 20 Oct 2016 15:34:46 +0200 Subject: [PATCH 2/2] *.iml should be ignored as well --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5a5b71a..43ae3de 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ target/ .idea/ +*.iml \ No newline at end of file