Skip to content

Commit

Permalink
Move to 0.31.2.Final-SNAPSHOT (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk authored and rubenvp8510 committed Jan 19, 2019
1 parent c125713 commit e9ceaf1
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/metrics-api-jaxrs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>hawkular-metrics-parent</artifactId>
<groupId>org.hawkular.metrics</groupId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion api/metrics-api-util/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion containers/hawkular-openshift-security-filter/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-containers</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-openshift-security-filter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion containers/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-containers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/configuration-service/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/datetime-service/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/metrics-core-service/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/metrics-model/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/rx-java-driver/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/schema-installer/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/schema/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion data-generator/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-data-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/containers/hawkular-metrics-openshift/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-dist</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jmh-benchmark/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/load-tests/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-load-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/metrics-api-jaxrs-test/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-api-jaxrs-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/rest-tests-jaxrs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-integration-tests</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-rest-tests-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion job-scheduler/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-job-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.hawkular.metrics</groupId>
<artifactId>hawkular-metrics-parent</artifactId>
<version>0.31.1.Final</version>
<version>0.31.2.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hawkular Metrics</name>
Expand Down

0 comments on commit e9ceaf1

Please sign in to comment.