Update version to 2.0.0-SNAPSHOT. update-version now edits build.grad… (#1348)

* Update version to 2.0.0-SNAPSHOT. update-version now edits build.gradle file
This commit is contained in:
Joe DiPol
2020-02-03 22:23:42 -08:00
committed by GitHub
parent 1b265c2c93
commit e25fdd4774
313 changed files with 551 additions and 542 deletions

View File

@@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.metrics</groupId>
<artifactId>helidon-metrics-project</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>helidon-metrics</artifactId>
<name>Helidon Metrics</name>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon</groupId>
<artifactId>helidon-project</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<groupId>io.helidon.metrics</groupId>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.metrics</groupId>
<artifactId>helidon-metrics-project</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>helidon-metrics-prometheus</artifactId>
<name>Helidon Metrics Prometheus</name>