[hawkular/hawkular-metrics] 965e1e: Release 0.23.4.Final
by Stefan Negrea
Branch: refs/heads/release/0.23.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 965e1ed680f75932277033dff3ee8e34e52737ec
https://github.com/hawkular/hawkular-metrics/commit/965e1ed680f7593227703...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M alerting/alerter-war/pom.xml
M alerting/alerting-jar/pom.xml
M alerting/pom.xml
M api/metrics-api-jaxrs/pom.xml
M api/metrics-api-util/pom.xml
M bus/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/hawkular-openshift-security-filter/pom.xml
M containers/pom.xml
M core/configuration-service/pom.xml
M core/datetime-service/pom.xml
M core/metrics-core-service/pom.xml
M core/metrics-model/pom.xml
M core/rx-java-driver/pom.xml
M core/schema/pom.xml
M data-generator/pom.xml
M dist/component/component-ear/pom.xml
M dist/component/component-war/pom.xml
M dist/containers/hawkular-metrics-openshift-alerting/pom.xml
M dist/containers/hawkular-metrics-openshift-dist/pom.xml
M dist/containers/hawkular-metrics-openshift/pom.xml
M dist/pom.xml
M dist/standalone/standalone-ear/pom.xml
M dist/standalone/standalone-war/pom.xml
M dist/standalone/wildfly-standalone/pom.xml
M integration-tests/jmh-benchmark/pom.xml
M integration-tests/load-tests/pom.xml
M integration-tests/metrics-api-jaxrs-test/pom.xml
M integration-tests/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs/pom.xml
M job-scheduler/pom.xml
M pom.xml
Log Message:
-----------
Release 0.23.4.Final
8 years, 8 months
[hawkular/hawkular-metrics] 6a6fe7: [HWMETRICS-570] initial support for automatic lock...
by Stefan Negrea
Branch: refs/heads/release/0.23.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 6a6fe706991001f5cbec426c53434cfbc8f0c048
https://github.com/hawkular/hawkular-metrics/commit/6a6fe706991001f5cbec4...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2017-01-31 (Tue, 31 Jan 2017)
Changed paths:
A job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/Lock.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/LockManager.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java
Log Message:
-----------
[HWMETRICS-570] initial support for automatic lock renewal
The idea is to prevent a job execution lock from expiring while the job is
running without placing too much extra load on Cassandra. job execution locks
will automatically renew once more than half the time to their expiration has
passed. If a lock is set to expire in one hour for example, then it will renew
in 30 minutes.
Single execution jobs locks have a hard coded timeout of 30 minutes. That value
is completely arbitrary. I did not want a value to small resulting in lots of
lock renewal queries.
Repepating job lock timeouts are based on the job interval. The timeout is 25%
more than the interval. The compression job runs every two hours, so the lock
timeout will be 2.5 hours and will renew in 75 minutes.
Commit: 6e56dc4b604fd44d428f189c6ef59695371688bd
https://github.com/hawkular/hawkular-metrics/commit/6e56dc4b604fd44d428f1...
Author: Stefan Negrea <stefannegrea(a)users.noreply.github.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
A job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/Lock.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/LockManager.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java
Log Message:
-----------
Merge pull request #749 from jsanda/release/0.23.0-hwkmetrics-570
[HWMETRICS-570] initial support for automatic lock renewal
Compare: https://github.com/hawkular/hawkular-metrics/compare/ddfc5cc58035...6e56d...
8 years, 8 months
[hawkular/hawkular-metrics] db13be: [HWMETRICS-570] initial support for automatic lock...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: db13be980620caf67c2dd81cdc104be33085b585
https://github.com/hawkular/hawkular-metrics/commit/db13be980620caf67c2dd...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2017-01-31 (Tue, 31 Jan 2017)
Changed paths:
A job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/Lock.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/LockManager.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java
Log Message:
-----------
[HWMETRICS-570] initial support for automatic lock renewal
The idea is to prevent a job execution lock from expiring while the job is
running without placing too much extra load on Cassandra. job execution locks
will automatically renew once more than half the time to their expiration has
passed. If a lock is set to expire in one hour for example, then it will renew
in 30 minutes.
Single execution jobs locks have a hard coded timeout of 30 minutes. That value
is completely arbitrary. I did not want a value to small resulting in lots of
lock renewal queries.
Repepating job lock timeouts are based on the job interval. The timeout is 25%
more than the interval. The compression job runs every two hours, so the lock
timeout will be 2.5 hours and will renew in 75 minutes.
Commit: f2f4d0add6ef0f9751b8b5e9ce41555d75b4f8fc
https://github.com/hawkular/hawkular-metrics/commit/f2f4d0add6ef0f9751b8b...
Author: Stefan Negrea <stefannegrea(a)users.noreply.github.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
A job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/Lock.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/LockManager.java
M job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java
Log Message:
-----------
Merge pull request #747 from jsanda/hwkmetrics-570
[HWKMETRICS-570] add support for automatic job lock renewal
Compare: https://github.com/hawkular/hawkular-metrics/compare/1914d1627a59...f2f4d...
8 years, 8 months
[hawkular/hawkular-alerts] a85362: [maven-release-plugin] prepare release 1.5.1.Final
by Jay Shaughnessy
Branch: refs/heads/1.5.x
Home: https://github.com/hawkular/hawkular-alerts
Commit: a85362e8006f074602739b9af7f8a48ba5dd7013
https://github.com/hawkular/hawkular-alerts/commit/a85362e8006f074602739b...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M hawkular-alerts-actions/hawkular-alerts-actions-api/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-impl/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/hawkular-alerts-actions-aerogear-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/hawkular-alerts-actions-email-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/hawkular-alerts-actions-file-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/hawkular-alerts-actions-generic-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/hawkular-alerts-actions-irc-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/hawkular-alerts-actions-pagerduty-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/hawkular-alerts-actions-sms-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/hawkular-alerts-actions-webhook-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-tests/pom.xml
M hawkular-alerts-actions/pom.xml
M hawkular-alerts-api/pom.xml
M hawkular-alerts-bus-api/pom.xml
M hawkular-alerts-bus/pom.xml
M hawkular-alerts-engine/pom.xml
M hawkular-alerts-filter-api/pom.xml
M hawkular-alerts-rest-tests/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-metrics/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-services/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-standalone/pom.xml
M hawkular-alerts-rest/hawkular-alerts-rest-api/pom.xml
M hawkular-alerts-rest/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 1.5.1.Final
Commit: 920e5a92854aab924b2c07572db437283c5bfd43
https://github.com/hawkular/hawkular-alerts/commit/920e5a92854aab924b2c07...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M hawkular-alerts-actions/hawkular-alerts-actions-api/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-impl/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/hawkular-alerts-actions-aerogear-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/hawkular-alerts-actions-email-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/hawkular-alerts-actions-file-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/hawkular-alerts-actions-generic-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/hawkular-alerts-actions-irc-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/hawkular-alerts-actions-pagerduty-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/hawkular-alerts-actions-sms-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/hawkular-alerts-actions-webhook-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-tests/pom.xml
M hawkular-alerts-actions/pom.xml
M hawkular-alerts-api/pom.xml
M hawkular-alerts-bus-api/pom.xml
M hawkular-alerts-bus/pom.xml
M hawkular-alerts-engine/pom.xml
M hawkular-alerts-filter-api/pom.xml
M hawkular-alerts-rest-tests/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-metrics/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-services/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-standalone/pom.xml
M hawkular-alerts-rest/hawkular-alerts-rest-api/pom.xml
M hawkular-alerts-rest/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/hawkular/hawkular-alerts/compare/2fa6295e54fa...920e5a...
8 years, 8 months
[hawkular/hawkular-alerts] 2fa629: Change pom versions to 1.5.1.Final-SNAPSHOT for ge...
by Jay Shaughnessy
Branch: refs/heads/1.5.x
Home: https://github.com/hawkular/hawkular-alerts
Commit: 2fa6295e54fa102541166719fb49cacd7efb0c61
https://github.com/hawkular/hawkular-alerts/commit/2fa6295e54fa1025411667...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths:
M hawkular-alerts-actions/hawkular-alerts-actions-api/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-impl/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/deployments/hawkular-alerts-actions-aerogear-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/hawkular-alerts-actions-aerogear-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-aerogear/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/deployments/hawkular-alerts-actions-email-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/hawkular-alerts-actions-email-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-email/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/deployments/hawkular-alerts-actions-file-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/hawkular-alerts-actions-file-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-file/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/deployments/hawkular-alerts-actions-generic-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/hawkular-alerts-actions-generic-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-generic/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/deployments/hawkular-alerts-actions-irc-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/hawkular-alerts-actions-irc-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-irc/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/deployments/hawkular-alerts-actions-pagerduty-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/hawkular-alerts-actions-pagerduty-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-pagerduty/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/deployments/hawkular-alerts-actions-sms-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/hawkular-alerts-actions-sms-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-sms/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-metrics/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/deployments/hawkular-alerts-actions-webhook-standalone/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/hawkular-alerts-actions-webhook-plugin/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/hawkular-alerts-actions-webhook/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
M hawkular-alerts-actions/hawkular-alerts-actions-tests/pom.xml
M hawkular-alerts-actions/pom.xml
M hawkular-alerts-api/pom.xml
M hawkular-alerts-bus-api/pom.xml
M hawkular-alerts-bus/pom.xml
M hawkular-alerts-engine/pom.xml
M hawkular-alerts-filter-api/pom.xml
M hawkular-alerts-rest-tests/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-metrics/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-services/pom.xml
M hawkular-alerts-rest/deployments/hawkular-alerts-rest-standalone/pom.xml
M hawkular-alerts-rest/hawkular-alerts-rest-api/pom.xml
M hawkular-alerts-rest/pom.xml
M pom.xml
Log Message:
-----------
Change pom versions to 1.5.1.Final-SNAPSHOT for generating 1.5.x micro releases.
8 years, 8 months