From 566405fea407975bb0af5f03ca789ac3ac91e783 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 20 Oct 2023 15:12:37 +0000 Subject: [PATCH] Bump to version 1.1.1 [skip ci] --- openapi/openapi.json | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/openapi.json b/openapi/openapi.json index 2233445..0e8148a 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -4,7 +4,7 @@ "description": "Taxonomy Azure Function. This function has the role of converting a CSV file to JSON and then to retrieve it from a blob storage whenever needed.", "termsOfService": "https://www.pagopa.gov.it/", "title": "PagoPA Taxonomy", - "version": "1.1.0" + "version": "1.1.1" }, "servers": [ { @@ -352,4 +352,4 @@ } } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 43681db..52aa3af 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa taxonomy - 1.1.0 + 1.1.1 jar Taxonomy Fn