From fb9c9999bc23bf7af35c14a114d3c8f26b7c8620 Mon Sep 17 00:00:00 2001 From: Legion2 Date: Thu, 28 Mar 2019 15:28:17 +0100 Subject: [PATCH] changed version to 0.8.0 --- amy-master-node/pom.xml | 26 +++++++++++++------------- amy-message-hub-api/pom.xml | 2 +- amy-message-hub/pom.xml | 6 +++--- api/pom.xml | 4 ++-- chat-socket/pom.xml | 2 +- core/pom.xml | 10 +++++----- deployment-descriptor-utility/pom.xml | 2 +- development-database/pom.xml | 4 ++-- di-api/pom.xml | 2 +- di/pom.xml | 2 +- generic-jdbc-adapter/pom.xml | 6 +++--- http-server-api/pom.xml | 2 +- http-server/pom.xml | 6 +++--- logger/pom.xml | 4 ++-- natlang-api/pom.xml | 2 +- natlang/pom.xml | 6 +++--- persistence-api/pom.xml | 2 +- persistence/pom.xml | 6 +++--- plugin-manager-api/pom.xml | 2 +- plugins/alarmclock/pom.xml | 2 +- plugins/calendar/pom.xml | 2 +- plugins/email/pom.xml | 2 +- plugins/example/pom.xml | 2 +- plugins/mensa/pom.xml | 2 +- plugins/navigation/pom.xml | 2 +- plugins/plugin-internal-preset.xml | 6 +++--- plugins/pom.xml | 2 +- plugins/social/pom.xml | 2 +- plugins/spotify/pom.xml | 2 +- plugins/systemtime/pom.xml | 2 +- plugins/timer/pom.xml | 2 +- plugins/tosca/pom.xml | 2 +- plugins/weather/pom.xml | 2 +- plugins/webpush/pom.xml | 2 +- pom.xml | 20 ++++++++++---------- registry/pom.xml | 2 +- remote-sr/pom.xml | 2 +- rest-resources/pom.xml | 4 ++-- testing-framework/pom.xml | 8 ++++---- utility/pom.xml | 2 +- 40 files changed, 84 insertions(+), 84 deletions(-) diff --git a/amy-master-node/pom.xml b/amy-master-node/pom.xml index adc8acdd1..6718821e1 100644 --- a/amy-master-node/pom.xml +++ b/amy-master-node/pom.xml @@ -8,14 +8,14 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml io.github.amyassist amy-core - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist @@ -24,47 +24,47 @@ io.github.amyassist amy-http-server - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-rest-resources - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-registry - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-message-hub - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-remote-sr - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-natlang - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-chat-socket - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-logger - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-persistence - 0.8.0-SNAPSHOT + 0.8.0 @@ -149,7 +149,7 @@ io.github.amyassist amy-development-database - 0.8.0-SNAPSHOT + 0.8.0 @@ -164,7 +164,7 @@ io.github.amyassist amy-generic-jdbc-adapter - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/amy-message-hub-api/pom.xml b/amy-message-hub-api/pom.xml index 0ee0a393c..18c5e96f5 100644 --- a/amy-message-hub-api/pom.xml +++ b/amy-message-hub-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/amy-message-hub/pom.xml b/amy-message-hub/pom.xml index 74a9d503d..9a2ba55ed 100644 --- a/amy-message-hub/pom.xml +++ b/amy-message-hub/pom.xml @@ -5,7 +5,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 amy-message-hub @@ -33,7 +33,7 @@ io.github.amyassist deployment-descriptor-utility - 0.8.0-SNAPSHOT + 0.8.0 org.apache.commons @@ -60,7 +60,7 @@ io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test diff --git a/api/pom.xml b/api/pom.xml index 05c10a65c..4b59ac99a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -8,14 +8,14 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml io.github.amyassist amy-persistence-api - 0.8.0-SNAPSHOT + 0.8.0 com.google.code.findbugs diff --git a/chat-socket/pom.xml b/chat-socket/pom.xml index 2338a8c42..be3f223d5 100644 --- a/chat-socket/pom.xml +++ b/chat-socket/pom.xml @@ -7,7 +7,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index f98ac6807..2270dd13d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -9,7 +9,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -39,7 +39,7 @@ io.github.amyassist amy-di - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist @@ -60,12 +60,12 @@ io.github.amyassist deployment-descriptor-utility - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test @@ -119,7 +119,7 @@ io.github.amyassist amy-remote-sr - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/deployment-descriptor-utility/pom.xml b/deployment-descriptor-utility/pom.xml index 46caa8972..4b5fc3ae1 100644 --- a/deployment-descriptor-utility/pom.xml +++ b/deployment-descriptor-utility/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/development-database/pom.xml b/development-database/pom.xml index 05ae2d921..ea20794f7 100644 --- a/development-database/pom.xml +++ b/development-database/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -19,7 +19,7 @@ io.github.amyassist amy-persistence-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist diff --git a/di-api/pom.xml b/di-api/pom.xml index e8c3678cf..3ab30be4d 100644 --- a/di-api/pom.xml +++ b/di-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/di/pom.xml b/di/pom.xml index 3bc125633..52e14596a 100644 --- a/di/pom.xml +++ b/di/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/generic-jdbc-adapter/pom.xml b/generic-jdbc-adapter/pom.xml index e1813948f..b25743897 100644 --- a/generic-jdbc-adapter/pom.xml +++ b/generic-jdbc-adapter/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -19,7 +19,7 @@ io.github.amyassist amy-persistence-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist @@ -34,7 +34,7 @@ io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test diff --git a/http-server-api/pom.xml b/http-server-api/pom.xml index b90309cc3..5c51f4bad 100644 --- a/http-server-api/pom.xml +++ b/http-server-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml \ No newline at end of file diff --git a/http-server/pom.xml b/http-server/pom.xml index 3182bb0fd..722548151 100644 --- a/http-server/pom.xml +++ b/http-server/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -35,7 +35,7 @@ io.github.amyassist deployment-descriptor-utility - 0.8.0-SNAPSHOT + 0.8.0 @@ -85,7 +85,7 @@ io.github.amyassist amy-di - 0.8.0-SNAPSHOT + 0.8.0 test diff --git a/logger/pom.xml b/logger/pom.xml index 8160afff8..5cadb5b92 100644 --- a/logger/pom.xml +++ b/logger/pom.xml @@ -8,14 +8,14 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml io.github.amyassist amy-di - 0.8.0-SNAPSHOT + 0.8.0 ch.qos.logback diff --git a/natlang-api/pom.xml b/natlang-api/pom.xml index 8f9fbb795..c2a972240 100644 --- a/natlang-api/pom.xml +++ b/natlang-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/natlang/pom.xml b/natlang/pom.xml index b89a004dc..b73ac6e30 100644 --- a/natlang/pom.xml +++ b/natlang/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -41,12 +41,12 @@ io.github.amyassist deployment-descriptor-utility - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test diff --git a/persistence-api/pom.xml b/persistence-api/pom.xml index 8873a20e6..b193986c9 100644 --- a/persistence-api/pom.xml +++ b/persistence-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/persistence/pom.xml b/persistence/pom.xml index 8cd4aa7f6..64eb1eb2f 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -8,14 +8,14 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml io.github.amyassist amy-persistence-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist @@ -32,7 +32,7 @@ io.github.amyassist deployment-descriptor-utility - 0.8.0-SNAPSHOT + 0.8.0 com.google.guava diff --git a/plugin-manager-api/pom.xml b/plugin-manager-api/pom.xml index 74219e242..ac0e8a142 100644 --- a/plugin-manager-api/pom.xml +++ b/plugin-manager-api/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/plugins/alarmclock/pom.xml b/plugins/alarmclock/pom.xml index 100e71e2e..e3f6a55bd 100644 --- a/plugins/alarmclock/pom.xml +++ b/plugins/alarmclock/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/calendar/pom.xml b/plugins/calendar/pom.xml index 11e21498c..4ba55110b 100644 --- a/plugins/calendar/pom.xml +++ b/plugins/calendar/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/email/pom.xml b/plugins/email/pom.xml index 952e14da9..9e3a540d9 100644 --- a/plugins/email/pom.xml +++ b/plugins/email/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/example/pom.xml b/plugins/example/pom.xml index 178d8d96a..1535392c3 100644 --- a/plugins/example/pom.xml +++ b/plugins/example/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/mensa/pom.xml b/plugins/mensa/pom.xml index a77e80edb..c727f9feb 100644 --- a/plugins/mensa/pom.xml +++ b/plugins/mensa/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/navigation/pom.xml b/plugins/navigation/pom.xml index 2e328bfa2..70eb547e0 100644 --- a/plugins/navigation/pom.xml +++ b/plugins/navigation/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/plugin-internal-preset.xml b/plugins/plugin-internal-preset.xml index ddf1ef24f..ccfa780ae 100644 --- a/plugins/plugin-internal-preset.xml +++ b/plugins/plugin-internal-preset.xml @@ -9,7 +9,7 @@ io.github.amyassist amy-plugin - 0.8.0-SNAPSHOT + 0.8.0 pom.xml @@ -36,7 +36,7 @@ io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test @@ -58,7 +58,7 @@ io.github.amyassist amy-registry - 0.8.0-SNAPSHOT + 0.8.0 provided diff --git a/plugins/pom.xml b/plugins/pom.xml index 8e95634fe..d11cfc7fa 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -9,7 +9,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/plugins/social/pom.xml b/plugins/social/pom.xml index 705d55975..fefd53f2f 100644 --- a/plugins/social/pom.xml +++ b/plugins/social/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/spotify/pom.xml b/plugins/spotify/pom.xml index 6ff2c616f..019d5d209 100644 --- a/plugins/spotify/pom.xml +++ b/plugins/spotify/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/systemtime/pom.xml b/plugins/systemtime/pom.xml index c9e7c51af..3f6a34ed2 100644 --- a/plugins/systemtime/pom.xml +++ b/plugins/systemtime/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/timer/pom.xml b/plugins/timer/pom.xml index 5dc2efea8..9b1849b54 100644 --- a/plugins/timer/pom.xml +++ b/plugins/timer/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/tosca/pom.xml b/plugins/tosca/pom.xml index e0c04f8a6..35e10f825 100644 --- a/plugins/tosca/pom.xml +++ b/plugins/tosca/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/weather/pom.xml b/plugins/weather/pom.xml index 3efd3a75b..e14332be1 100644 --- a/plugins/weather/pom.xml +++ b/plugins/weather/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/plugins/webpush/pom.xml b/plugins/webpush/pom.xml index d4ed94118..f1c4093cc 100644 --- a/plugins/webpush/pom.xml +++ b/plugins/webpush/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy-plugin-internal-preset - 0.8.0-SNAPSHOT + 0.8.0 ../plugin-internal-preset.xml diff --git a/pom.xml b/pom.xml index 104dcd563..57cf661f9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 Amy Personal Assistance System https://github.com/AmyAssist/Amy @@ -284,47 +284,47 @@ io.github.amyassist amy-natlang - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-chat-socket - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-natlang-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-di-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-message-hub-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-http-server-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-utility - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-plugin-manager-api - 0.8.0-SNAPSHOT + 0.8.0 javax.ws.rs diff --git a/registry/pom.xml b/registry/pom.xml index 5c95ea8a4..799488069 100644 --- a/registry/pom.xml +++ b/registry/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/remote-sr/pom.xml b/remote-sr/pom.xml index 6e438e857..7d601127d 100644 --- a/remote-sr/pom.xml +++ b/remote-sr/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml diff --git a/rest-resources/pom.xml b/rest-resources/pom.xml index da9a9f8da..4317cf891 100644 --- a/rest-resources/pom.xml +++ b/rest-resources/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml @@ -23,7 +23,7 @@ io.github.amyassist amy-testing-framework - 0.8.0-SNAPSHOT + 0.8.0 test diff --git a/testing-framework/pom.xml b/testing-framework/pom.xml index f109a815a..fc7cea07c 100644 --- a/testing-framework/pom.xml +++ b/testing-framework/pom.xml @@ -8,24 +8,24 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml io.github.amyassist amy-di - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-api - 0.8.0-SNAPSHOT + 0.8.0 io.github.amyassist amy-http-server - 0.8.0-SNAPSHOT + 0.8.0 org.junit.jupiter diff --git a/utility/pom.xml b/utility/pom.xml index b5e7eb812..ec1caa182 100644 --- a/utility/pom.xml +++ b/utility/pom.xml @@ -8,7 +8,7 @@ io.github.amyassist amy - 0.8.0-SNAPSHOT + 0.8.0 ../pom.xml