From d4083766643f9d911a10019fcae04a275868370e Mon Sep 17 00:00:00 2001 From: nicolas63 Date: Wed, 28 Jul 2021 22:41:56 +0200 Subject: [PATCH] Release 3.1.1 --- .sonarcloud.properties | 2 +- docs/conf.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- test-integration/samples/gateway-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-angular-app/.yo-rc.json | 2 +- .../samples/jwt-with-angular-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-blazor-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mongo-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mssql-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-mysql-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-oracle-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-postgres-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-react-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-vue-app/.yo-rc.json | 2 +- test-integration/samples/microservice-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-angular-app/.yo-rc.json | 2 +- .../samples/oauth-with-angular-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mongo-app/.yo-rc.json | 2 +- .../samples/oauth-with-mongo-cqrs-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mssql-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-mysql-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-oracle-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-postgres-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-react-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-sqllite-app/.yo-rc.json | 2 +- test-integration/samples/oauth-with-vue-app/.yo-rc.json | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index b6343d441..73679699a 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # --- properties for sonar cloud --- sonar.projectKey=jhipster_jhipster-dotnetcore -sonar.projectVersion=3.1.0 +sonar.projectVersion=3.1.1 sonar.organization=jhipster sonar.host.url=https://sonarcloud.io sonar.sources=generators diff --git a/docs/conf.py b/docs/conf.py index 01fcef544..074b7987b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Nicolas Raymond' # The full version, including alpha/beta/rc tags -release = '3.1.0' +release = '3.1.1' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 238da7694..524f56a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { "chalk": "4.1.1", diff --git a/package.json b/package.json index 957b19719..4f55444bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0", + "version": "3.1.1", "description": "", "keywords": [ "yeoman-generator", diff --git a/test-integration/samples/gateway-app/.yo-rc.json b/test-integration/samples/gateway-app/.yo-rc.json index fd53c9d22..05222aceb 100644 --- a/test-integration/samples/gateway-app/.yo-rc.json +++ b/test-integration/samples/gateway-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-angular-app/.yo-rc.json b/test-integration/samples/jwt-with-angular-app/.yo-rc.json index e607e7101..f45d0638c 100644 --- a/test-integration/samples/jwt-with-angular-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-angular-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json index 7f071e733..89bdf9ecd 100644 --- a/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json @@ -23,7 +23,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-blazor-app/.yo-rc.json b/test-integration/samples/jwt-with-blazor-app/.yo-rc.json index f44d61c63..855e5d222 100644 --- a/test-integration/samples/jwt-with-blazor-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-blazor-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json index 8e0aded8c..33a7f2d58 100644 --- a/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mongo-app/.yo-rc.json b/test-integration/samples/jwt-with-mongo-app/.yo-rc.json index 5c44fb39a..8227a61e5 100644 --- a/test-integration/samples/jwt-with-mongo-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mongo-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json b/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json index 511b0aa37..e0d60218e 100644 --- a/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json @@ -23,7 +23,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mssql-app/.yo-rc.json b/test-integration/samples/jwt-with-mssql-app/.yo-rc.json index 2236ecd44..897677914 100644 --- a/test-integration/samples/jwt-with-mssql-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mssql-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-mysql-app/.yo-rc.json b/test-integration/samples/jwt-with-mysql-app/.yo-rc.json index a9d3ce45e..63de1c44e 100644 --- a/test-integration/samples/jwt-with-mysql-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-mysql-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-oracle-app/.yo-rc.json b/test-integration/samples/jwt-with-oracle-app/.yo-rc.json index 9276ee107..5f95913c4 100644 --- a/test-integration/samples/jwt-with-oracle-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-oracle-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-postgres-app/.yo-rc.json b/test-integration/samples/jwt-with-postgres-app/.yo-rc.json index 96ea8ecdc..075fd3500 100644 --- a/test-integration/samples/jwt-with-postgres-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-postgres-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/jwt-with-react-app/.yo-rc.json b/test-integration/samples/jwt-with-react-app/.yo-rc.json index eaa32c488..035d6ae8b 100644 --- a/test-integration/samples/jwt-with-react-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-react-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/jwt-with-vue-app/.yo-rc.json b/test-integration/samples/jwt-with-vue-app/.yo-rc.json index a11531378..ae01b7dfe 100644 --- a/test-integration/samples/jwt-with-vue-app/.yo-rc.json +++ b/test-integration/samples/jwt-with-vue-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/microservice-app/.yo-rc.json b/test-integration/samples/microservice-app/.yo-rc.json index 5cf841483..4bf00a265 100644 --- a/test-integration/samples/microservice-app/.yo-rc.json +++ b/test-integration/samples/microservice-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-angular-app/.yo-rc.json b/test-integration/samples/oauth-with-angular-app/.yo-rc.json index 1634c3dee..c06809ff1 100644 --- a/test-integration/samples/oauth-with-angular-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-angular-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json b/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json index 16afa0def..de64a3c3e 100644 --- a/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-angular-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-mongo-app/.yo-rc.json b/test-integration/samples/oauth-with-mongo-app/.yo-rc.json index 8acc0365e..06547ef8a 100644 --- a/test-integration/samples/oauth-with-mongo-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mongo-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json b/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json index ad696b286..81a79b603 100644 --- a/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mongo-cqrs-app/.yo-rc.json @@ -22,7 +22,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-mssql-app/.yo-rc.json b/test-integration/samples/oauth-with-mssql-app/.yo-rc.json index 86d52b5d0..898296d92 100644 --- a/test-integration/samples/oauth-with-mssql-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mssql-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-mysql-app/.yo-rc.json b/test-integration/samples/oauth-with-mysql-app/.yo-rc.json index 0168c7033..3ca91466b 100644 --- a/test-integration/samples/oauth-with-mysql-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-mysql-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-oracle-app/.yo-rc.json b/test-integration/samples/oauth-with-oracle-app/.yo-rc.json index 225f09aac..95e121c53 100644 --- a/test-integration/samples/oauth-with-oracle-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-oracle-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-postgres-app/.yo-rc.json b/test-integration/samples/oauth-with-postgres-app/.yo-rc.json index 28830c78b..79ff12613 100644 --- a/test-integration/samples/oauth-with-postgres-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-postgres-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-react-app/.yo-rc.json b/test-integration/samples/oauth-with-react-app/.yo-rc.json index 2c773eabd..e27d67a45 100644 --- a/test-integration/samples/oauth-with-react-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-react-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false, diff --git a/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json b/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json index 567284b7f..cff2cf60c 100644 --- a/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-sqllite-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "blueprints": [ diff --git a/test-integration/samples/oauth-with-vue-app/.yo-rc.json b/test-integration/samples/oauth-with-vue-app/.yo-rc.json index 878c836ec..569616df8 100644 --- a/test-integration/samples/oauth-with-vue-app/.yo-rc.json +++ b/test-integration/samples/oauth-with-vue-app/.yo-rc.json @@ -21,7 +21,7 @@ "otherModules": [ { "name": "generator-jhipster-dotnetcore", - "version": "3.1.0" + "version": "3.1.1" } ], "enableTranslation": false,