diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d87177..bb4dc58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 1.1.2 [unreleased]
+* [improvement] Added automatic module name for JPMS compatibility
+
## 1.1.1 [2018-02-20]
* [improvement] On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed)
* [internal] Code cleanup and minor improvements
diff --git a/pom.xml b/pom.xml
index 45f5070..3613912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.stklcode.pubtrans
juraclient
- 1.1.1
+ 1.1.2-SNAPSHOT
UTF-8
@@ -94,6 +94,18 @@
1.8
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.0.2
+
+
+
+ de.stklcode.pubtrans.juraclient
+
+
+
+