From a59bb797bfacabea99dc6bb4aaa960a8aafb6cf3 Mon Sep 17 00:00:00 2001 From: nicolas63 Date: Mon, 4 Apr 2022 14:17:34 +0200 Subject: [PATCH] Release 3.3.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 48f439991..1e24d3896 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # --- properties for sonar cloud --- sonar.projectKey=jhipster_jhipster-dotnetcore -sonar.projectVersion=3.2.0 +sonar.projectVersion=3.3.0 sonar.organization=jhipster sonar.host.url=https://sonarcloud.io sonar.sources=generators diff --git a/docs/conf.py b/docs/conf.py index 848f03d5d..b9bea872b 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.2.0' +release = '3.3.0' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 69c937387..f0c4b069c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "generator-jhipster-dotnetcore", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "chalk": "4.1.2", diff --git a/package.json b/package.json index 2b8beb927..aeebc5ff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.2.0", + "version": "3.3.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 eb3c728b9..173c1c730 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.2.0" + "version": "3.3.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 283c556c2..4b60447ce 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.2.0" + "version": "3.3.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 8c2a62f1f..e03f32bf2 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.2.0" + "version": "3.3.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 199a44aad..12cc1c3c3 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.2.0" + "version": "3.3.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 049cf1dd7..4b779616f 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.2.0" + "version": "3.3.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 366fea3a5..7aa94aa63 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.2.0" + "version": "3.3.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 ad97410fd..a879c33cf 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.2.0" + "version": "3.3.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 61a8a4e3d..6c330df5a 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.2.0" + "version": "3.3.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 d2a9fbb36..b603950ea 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.2.0" + "version": "3.3.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 fb73d147d..4e0d3387e 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.2.0" + "version": "3.3.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 d2f8a6dec..e6d54d081 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.2.0" + "version": "3.3.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 dab33378f..6b2a38c53 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.2.0" + "version": "3.3.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 ad1be6e36..0a86ebfc7 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.2.0" + "version": "3.3.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/microservice-app/.yo-rc.json b/test-integration/samples/microservice-app/.yo-rc.json index f128178da..793ccd292 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.2.0" + "version": "3.3.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 4e08db2fe..d14d2c735 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.2.0" + "version": "3.3.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 e85d967e0..ce094623a 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.2.0" + "version": "3.3.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 5b3ea95d9..490544ceb 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.2.0" + "version": "3.3.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 c57e3fdf5..28df1598f 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.2.0" + "version": "3.3.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 7dc33ceb4..e2f2204a4 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.2.0" + "version": "3.3.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 c9f99442c..ed11cb67e 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.2.0" + "version": "3.3.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 1e35aa942..b5ae160bb 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.2.0" + "version": "3.3.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 30852269d..81d97091e 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.2.0" + "version": "3.3.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 20ed053e9..4b959ca53 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.2.0" + "version": "3.3.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 c390aecf1..1f559a76e 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.2.0" + "version": "3.3.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 64e98b8f0..e46497da8 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.2.0" + "version": "3.3.0" } ], "enableTranslation": false,