Skip to content

Commit

Permalink
automatic project update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Feb 17, 2017
1 parent 546bfcc commit e1843b8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .yo-rc.json
Expand Up @@ -24,7 +24,7 @@
"en"
],
"serverPort": 8080,
"jhipsterVersion": "4.0.4",
"jhipsterVersion": "4.0.5",
"enableSocialSignIn": false,
"useSass": false,
"jhiPrefix": "jhi",
Expand Down
14 changes: 7 additions & 7 deletions README.md
@@ -1,5 +1,5 @@
# jhipsterSampleApplication
This application was generated using JHipster 4.0.3, you can find documentation and help at [https://jhipster.github.io/documentation-archive/v4.0.3](https://jhipster.github.io/documentation-archive/v4.0.3).
This application was generated using JHipster 4.0.4, you can find documentation and help at [https://jhipster.github.io/documentation-archive/v4.0.4](https://jhipster.github.io/documentation-archive/v4.0.4).

## Development

Expand Down Expand Up @@ -96,13 +96,13 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
To set up a CI environment, consult the [Setting up Continuous Integration][] page.

[JHipster Homepage and latest documentation]: https://jhipster.github.io
[JHipster 4.0.3 archive]: https://jhipster.github.io/documentation-archive/v4.0.3
[JHipster 4.0.4 archive]: https://jhipster.github.io/documentation-archive/v4.0.4

[Using JHipster in development]: https://jhipster.github.io/documentation-archive/v4.0.3/development/
[Using Docker and Docker-Compose]: https://jhipster.github.io/documentation-archive/v4.0.3/docker-compose
[Using JHipster in production]: https://jhipster.github.io/documentation-archive/v4.0.3/production/
[Running tests page]: https://jhipster.github.io/documentation-archive/v4.0.3/running-tests/
[Setting up Continuous Integration]: https://jhipster.github.io/documentation-archive/v4.0.3/setting-up-ci/
[Using JHipster in development]: https://jhipster.github.io/documentation-archive/v4.0.4/development/
[Using Docker and Docker-Compose]: https://jhipster.github.io/documentation-archive/v4.0.4/docker-compose
[Using JHipster in production]: https://jhipster.github.io/documentation-archive/v4.0.4/production/
[Running tests page]: https://jhipster.github.io/documentation-archive/v4.0.4/running-tests/
[Setting up Continuous Integration]: https://jhipster.github.io/documentation-archive/v4.0.4/setting-up-ci/

[Gatling]: http://gatling.io/
[Node.js]: https://nodejs.org/
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
@@ -1,4 +1,4 @@
// Generated on 2017-02-17 using generator-jhipster 4.0.4
// Generated on 2017-02-17 using generator-jhipster 4.0.5
'use strict';

var gulp = require('gulp'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "1.3.1",
"event-stream": "3.3.4",
"generator-jhipster": "4.0.4",
"generator-jhipster": "4.0.5",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "2.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/config/application-prod.yml
Expand Up @@ -73,8 +73,6 @@ liquibase:
# keyStoreType: PKCS12
# keyAlias: jhipsterSampleApplication
# ===================================================================
server:
port: 8080
server:
port: 8080
compression:
Expand Down
Expand Up @@ -8,6 +8,7 @@
BankAccountController.$inject = ['BankAccount'];

function BankAccountController(BankAccount) {

var vm = this;

vm.bankAccounts = [];
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/app/entities/label/label.controller.js
Expand Up @@ -8,6 +8,7 @@
LabelController.$inject = ['Label'];

function LabelController(Label) {

var vm = this;

vm.labels = [];
Expand Down
Expand Up @@ -8,6 +8,7 @@
OperationController.$inject = ['Operation', 'ParseLinks', 'AlertService', 'paginationConstants'];

function OperationController(Operation, ParseLinks, AlertService, paginationConstants) {

var vm = this;

vm.operations = [];
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2248,9 +2248,9 @@ generate-object-property@^1.1.0:
dependencies:
is-property "^1.0.0"

generator-jhipster@4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/generator-jhipster/-/generator-jhipster-4.0.4.tgz#66009c48facfce6216334f4fdf36b641fae1af00"
generator-jhipster@4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/generator-jhipster/-/generator-jhipster-4.0.5.tgz#942241732128bf97af4d07b15f1e194376fbfa7c"
dependencies:
chalk "1.1.3"
cheerio "0.22.0"
Expand Down

0 comments on commit e1843b8

Please sign in to comment.