Skip to content

Commit

Permalink
Release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanda committed Mar 26, 2018
1 parent 5074288 commit 90fe22c
Show file tree
Hide file tree
Showing 33 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion api/metrics-api-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hawkular-metrics-parent</artifactId>
<groupId>org.hawkular.metrics</groupId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
* Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
* Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
* Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
* Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion api/metrics-api-jaxrs/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</init-param>
</servlet>

<servlet>
<servlet>
<servlet-name>openshiftServlet</servlet-name>
<servlet-class>org.hawkular.metrics.api.servlet.OpenshiftServlet</servlet-class>
<async-supported>true</async-supported>
Expand Down
4 changes: 2 additions & 2 deletions api/metrics-api-util/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions clients/common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-clients</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-clients-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-dropwizard-reporter-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-dropwizard-reporter-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/dropwizard/hawkular-dropwizard-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-dropwizard-reporter-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-dropwizard-reporter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions clients/dropwizard/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-clients</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-dropwizard-reporter-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions clients/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -23,7 +23,7 @@
<parent>
<artifactId>hawkular-metrics-parent</artifactId>
<groupId>org.hawkular.metrics</groupId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/ptranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-clients</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>ptrans</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions containers/hawkular-openshift-security-filter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-containers</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-openshift-security-filter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions containers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-containers</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/configuration-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/datetime-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/metrics-core-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/metrics-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/rx-java-driver/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/schema-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions data-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-data-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/containers/hawkular-metrics-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-dist</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/jmh-benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/load-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-load-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/metrics-api-jaxrs-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-api-jaxrs-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/rest-tests-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.29.0-SNAPSHOT</version>
<version>0.30.0.Final</version>
</parent>

<artifactId>hawkular-metrics-rest-tests-jaxrs</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
* Copyright 2014-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading

0 comments on commit 90fe22c

Please sign in to comment.