From 31a6d61aa7d5f54e47be333a9a8ea96ff5844158 Mon Sep 17 00:00:00 2001 From: nicolas63 Date: Wed, 28 Jul 2021 22:34:38 +0200 Subject: [PATCH] Release 3.1.0 --- .sonarcloud.properties | 2 +- docs/conf.py | 2 +- package-lock.json | 2 +- package.json | 2 +- test-integration/samples/gateway-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-angular-app/.yo-rc.json | 2 +- test-integration/samples/jwt-with-blazor-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 +- 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 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 930998d4b..b6343d441 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # --- properties for sonar cloud --- sonar.projectKey=jhipster_jhipster-dotnetcore -sonar.projectVersion=3.0.1 +sonar.projectVersion=3.1.0 sonar.organization=jhipster sonar.host.url=https://sonarcloud.io sonar.sources=generators diff --git a/docs/conf.py b/docs/conf.py index 5a83bf283..01fcef544 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.0.1' +release = '3.1.0' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 0ab0ddef6..ff2434d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c07a893a..f5ab9671a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jhipster-dotnetcore", - "version": "3.0.1", + "version": "3.1.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 27b5ec35b..fd53c9d22 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.0.1" + "version": "3.1.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 11819dbb4..e607e7101 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.0.1" + "version": "3.1.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 c5f55cc3e..f44d61c63 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.0.1" + "version": "3.1.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 f8be6533d..2236ecd44 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.0.1" + "version": "3.1.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 937f457a3..a9d3ce45e 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.0.1" + "version": "3.1.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 b007a18c7..9276ee107 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.0.1" + "version": "3.1.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 1d4b4108f..96ea8ecdc 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.0.1" + "version": "3.1.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 e3275d974..eaa32c488 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.0.1" + "version": "3.1.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 237ab017c..a11531378 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.0.1" + "version": "3.1.0" } ], "enableTranslation": false, diff --git a/test-integration/samples/microservice-app/.yo-rc.json b/test-integration/samples/microservice-app/.yo-rc.json index aec476f3c..5cf841483 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.0.1" + "version": "3.1.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 b382fcd73..1634c3dee 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.0.1" + "version": "3.1.0" } ], "enableTranslation": false, 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 f6f1d36e7..86d52b5d0 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.0.1" + "version": "3.1.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 60d48ebe4..0168c7033 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.0.1" + "version": "3.1.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 c4bc8137f..225f09aac 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.0.1" + "version": "3.1.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 3f7ac70a6..28830c78b 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.0.1" + "version": "3.1.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 462a1bf14..2c773eabd 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.0.1" + "version": "3.1.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 435a58330..567284b7f 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.0.1" + "version": "3.1.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 1272c7692..878c836ec 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.0.1" + "version": "3.1.0" } ], "enableTranslation": false,