diff --git a/.travis.yml b/.travis.yml
index e5c24cd..50678a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jobs:
script:
- ci/release.sh lib/taskana-simplehistory-provider lib/ $TRAVIS_TAG
&& ci/release.sh lib/taskana-simplehistory-rest-spring lib/ $TRAVIS_TAG
+ && ci/release.sh lib/ lib/ $TRAVIS_TAG
&& ci/change_version.sh -i -m "lib/"
&& ci/commitPoms.sh
if: repo = env(DEPLOY_REPO) AND (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ OR branch = master) AND type != pull_request
diff --git a/lib/pom.xml b/lib/pom.xml
index e6a21fe..97b1e75 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -4,6 +4,8 @@
pro.taskana.simplehistory
taskana-simplehistory-parent
${project.groupId}:${project.artifactId}
+ The taskana history events plugin parent and bom module.
+ http://taskana.pro
pom
0.0.9-SNAPSHOT
@@ -33,19 +35,163 @@
pro.taskana
taskana-core
${taskana.version}
+ provided
pro.taskana
taskana-spring
- provided
${taskana.version}
+ provided
pro.taskana
taskana-rest-spring
${taskana.version}
- compile
+ provided
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+
+ Holger Hagen
+ holger.hagen@novatec-gmbh.de
+ NovaTec Consulting GmbH
+ https://www.novatec-gmbh.de
+
+
+
+
+ scm:git:git://github.com/taskana/TaskanaSimpleHistory.git
+ scm:git:ssh://github.com:taskana/TaskanaSimpleHistory.git
+ http://github.com/taskana/TaskanaSimpleHistory/tree/master
+
+
+
+
+ snapshot
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.5.1
+
+ true
+
+ -Xlint:all
+
+ 1.8
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
diff --git a/lib/taskana-simplehistory-provider/pom.xml b/lib/taskana-simplehistory-provider/pom.xml
index 962ae50..970ae3c 100644
--- a/lib/taskana-simplehistory-provider/pom.xml
+++ b/lib/taskana-simplehistory-provider/pom.xml
@@ -184,8 +184,6 @@
pro.taskana
taskana-core
- 1.0.7
- provided
org.mockito
diff --git a/lib/taskana-simplehistory-rest-spring-example/pom.xml b/lib/taskana-simplehistory-rest-spring-example/pom.xml
index c509387..45f6a69 100644
--- a/lib/taskana-simplehistory-rest-spring-example/pom.xml
+++ b/lib/taskana-simplehistory-rest-spring-example/pom.xml
@@ -28,6 +28,16 @@
taskana-simplehistory-rest-spring
${project.version}
+
+ pro.taskana
+ taskana-core
+ 1.0.7
+
+
+ pro.taskana
+ taskana-rest-spring
+ 1.0.7
+
org.springframework.boot
spring-boot-starter-web
diff --git a/lib/taskana-simplehistory-rest-spring/pom.xml b/lib/taskana-simplehistory-rest-spring/pom.xml
index 225a729..b31d0ea 100644
--- a/lib/taskana-simplehistory-rest-spring/pom.xml
+++ b/lib/taskana-simplehistory-rest-spring/pom.xml
@@ -5,6 +5,8 @@
4.0.0
taskana-simplehistory-rest-spring
${project.groupId}:${project.artifactId}
+ The taskana history events plugin, spring based REST API.
+ http://taskana.pro
pro.taskana.simplehistory
taskana-simplehistory-parent