From 6c45c24c62f1883dee3e0202a86cfd9e12284145 Mon Sep 17 00:00:00 2001 From: Austin Arbor Date: Thu, 26 Sep 2024 23:03:54 -0400 Subject: [PATCH] set version to 2.0.0 --- README.adoc | 2 +- gradle.properties | 2 +- plugin/src/docs/asciidoc/index.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 934e0cd..28dc5c9 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ https://github.com/austinarbor/version-catalog-generator/actions/workflows/ci.yml[image:https://github.com/austinarbor/version-catalog-generator/actions/workflows/ci.yml/badge.svg[ci]] https://codecov.io/gh/austinarbor/version-catalog-generator[image:https://codecov.io/gh/austinarbor/version-catalog-generator/graph/badge.svg?token=IO5UCDD5A0[codecov]] https://plugins.gradle.org/plugin/dev.aga.gradle.version-catalog-generator[image:https://staging.shields.io/gradle-plugin-portal/v/dev.aga.gradle.version-catalog-generator?label=Gradle%20Plugin%20Portal[Gradle Plugin Portal]] -:version: 2.0.0-beta.2 +:version: 2.0.0 :icons: font diff --git a/gradle.properties b/gradle.properties index 6498327..7b9ed26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.parallel=true GROUP_ID=dev.aga.gradle.plugin ARTIFACT_ID=version-catalog-generator -VERSION=2.0.0-beta.2 +VERSION=2.0.0 LICENSE_NAME=The Apache Software License, Version 2.0 LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt LICENSE_DIST=repo diff --git a/plugin/src/docs/asciidoc/index.adoc b/plugin/src/docs/asciidoc/index.adoc index cb47c07..266edb0 100644 --- a/plugin/src/docs/asciidoc/index.adoc +++ b/plugin/src/docs/asciidoc/index.adoc @@ -1,6 +1,6 @@ :toc: left :toclevels: 4 -:version: 2.0.0-beta.2 +:version: 2.0.0 :icons: font :rootdir: ../../../../ :srcdir: ../../main/java