Skip to content

Commit 3424777

Browse files
committed
Added ci choice in integration test
1 parent b86b8a9 commit 3424777

File tree

31 files changed

+120
-30
lines changed

31 files changed

+120
-30
lines changed

test-integration/samples/gateway-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prodDatabaseType": "mysql",
1111
"enableTranslation": false,
1212
"namespace": "JhipsterSampleApplication",
13-
"jhipsterVersion": "7.8.1",
13+
"jhipsterVersion": "7.9.3",
1414
"useSass": true,
1515
"clientPackageManager": "npm",
1616
"clientFramework": "angularX",

test-integration/samples/jwt-with-angular-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mysql",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "angularX",
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cqrsEnabled": true,
1111
"enableTranslation": false,
1212
"namespace": "JhipsterSampleApplication",
13-
"jhipsterVersion": "7.8.1",
13+
"jhipsterVersion": "7.9.3",
1414
"useSass": true,
1515
"clientPackageManager": "npm",
1616
"clientFramework": "angularX",
@@ -32,5 +32,8 @@
3232
"version": "2.0.0"
3333
}
3434
]
35+
},
36+
"generator-jhipster-dotnetcore": {
37+
"ciType": "Github"
3538
}
3639
}

test-integration/samples/jwt-with-blazor-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mysql",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "Blazor",
@@ -30,5 +30,8 @@
3030
"version": "2.0.0"
3131
}
3232
]
33+
},
34+
"generator-jhipster-dotnetcore": {
35+
"ciType": "Github"
3336
}
3437
}

test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cqrsEnabled": true,
1111
"enableTranslation": false,
1212
"namespace": "JhipsterSampleApplication",
13-
"jhipsterVersion": "7.8.1",
13+
"jhipsterVersion": "7.9.3",
1414
"useSass": true,
1515
"clientPackageManager": "npm",
1616
"clientFramework": "Blazor",
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test-integration/samples/jwt-with-mongo-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mongodb",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "angularX",
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test-integration/samples/jwt-with-mongo-cqrs-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cqrsEnabled": true,
1111
"enableTranslation": false,
1212
"namespace": "JhipsterSampleApplication",
13-
"jhipsterVersion": "7.8.1",
13+
"jhipsterVersion": "7.9.3",
1414
"useSass": true,
1515
"clientPackageManager": "npm",
1616
"clientFramework": "angularX",
@@ -32,5 +32,8 @@
3232
"version": "2.0.0"
3333
}
3434
]
35+
},
36+
"generator-jhipster-dotnetcore": {
37+
"ciType": "Github"
3538
}
3639
}

test-integration/samples/jwt-with-mssql-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mysql",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "angularX",
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test-integration/samples/jwt-with-mysql-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mysql",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "angularX",
@@ -31,5 +31,8 @@
3131
"version": "2.0.0"
3232
}
3333
]
34+
},
35+
"generator-jhipster-dotnetcore": {
36+
"ciType": "Github"
3437
}
3538
}

test-integration/samples/jwt-with-oracle-app/.yo-rc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prodDatabaseType": "mysql",
1010
"enableTranslation": false,
1111
"namespace": "JhipsterSampleApplication",
12-
"jhipsterVersion": "7.8.1",
12+
"jhipsterVersion": "7.9.3",
1313
"useSass": true,
1414
"clientPackageManager": "npm",
1515
"clientFramework": "angularX",
@@ -30,5 +30,8 @@
3030
"version": "2.0.0"
3131
}
3232
]
33+
},
34+
"generator-jhipster-dotnetcore": {
35+
"ciType": "Github"
3336
}
3437
}

0 commit comments

Comments
 (0)