From e15d03a4c10c79bda8a6d3945f7fe34e7459eeb2 Mon Sep 17 00:00:00 2001 From: nicolas63 Date: Mon, 2 May 2022 20:21:01 +0200 Subject: [PATCH] Release 3.5.0 --- .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 0eba641ab..f79619817 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # --- properties for sonar cloud --- sonar.projectKey=jhipster_jhipster-dotnetcore -sonar.projectVersion=3.4.0 +sonar.projectVersion=3.5.0 sonar.organization=jhipster sonar.host.url=https://sonarcloud.io sonar.sources=generators diff --git a/docs/conf.py b/docs/conf.py index 1b711d808..6925b6261 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.4.0' +release = '3.5.0' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index ae7a8aa01..be80e3080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "generator-jhipster-dotnetcore", - "version": "3.4.0", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { "chalk": "4.1.2", diff --git a/package.json b/package.json index e94862b18..30109a376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.4.0", + "version": "3.5.0", "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 5677f2b74..bf8ca0db1 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.4.0" + "version": "3.5.0" } ], "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 1bb695734..f539b0237 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.4.0" + "version": "3.5.0" } ], "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 41f099098..1ea80038b 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.4.0" + "version": "3.5.0" } ], "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 24e0465d2..318ff277b 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.4.0" + "version": "3.5.0" } ], "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 79deffc05..a69535c50 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.4.0" + "version": "3.5.0" } ], "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 93e631c80..adc15080a 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.4.0" + "version": "3.5.0" } ], "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 1396da137..0c44a73e6 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.4.0" + "version": "3.5.0" } ], "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 44c5bf90b..9c5a0fbd8 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.4.0" + "version": "3.5.0" } ], "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 309a49504..53d08ca31 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.4.0" + "version": "3.5.0" } ], "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 1a49b4979..442d4a004 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.4.0" + "version": "3.5.0" } ], "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 34be8557a..a97a005a8 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.4.0" + "version": "3.5.0" } ], "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 e719a3892..535ee8fce 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.4.0" + "version": "3.5.0" } ], "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 6dc317265..cd6375280 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.4.0" + "version": "3.5.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/microservice-app/.yo-rc.json b/test-integration/samples/microservice-app/.yo-rc.json index 85d1ae93c..ae80384bc 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.4.0" + "version": "3.5.0" } ], "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 2e8cc1b35..3c619bc82 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.4.0" + "version": "3.5.0" } ], "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 4d808e02a..a26d44c89 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.4.0" + "version": "3.5.0" } ], "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 03cb95f9a..824c4209a 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.4.0" + "version": "3.5.0" } ], "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 29e047d73..265938728 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.4.0" + "version": "3.5.0" } ], "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 09c5b8c03..5e53699ac 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.4.0" + "version": "3.5.0" } ], "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 e2d319190..4ec3c10b1 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.4.0" + "version": "3.5.0" } ], "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 5b0458938..6864c925f 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.4.0" + "version": "3.5.0" } ], "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 1fa61b06c..e21caeed6 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.4.0" + "version": "3.5.0" } ], "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 19f704029..d0c7b61b8 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.4.0" + "version": "3.5.0" } ], "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 1d13b388d..5ceb03d41 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.4.0" + "version": "3.5.0" } ], "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 74f1ac9b6..4a78385be 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.4.0" + "version": "3.5.0" } ], "enableTranslation": false,