Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

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 e640b40 commit 57f894f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"en"
],
"serverPort": 8080,
"jhipsterVersion": "4.0.4",
"jhipsterVersion": "4.0.5",
"enableSocialSignIn": false,
"jwtSecretKey": "042e7d536354d3cdfab490925c55022efcb42bae",
"useSass": false,
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jhipsterJwtSampleApplication
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ liquibase:
# keyStoreType: PKCS12
# keyAlias: jhipsterJwtSampleApplication
# ===================================================================
server:
port: 8080
server:
port: 8080
compression:
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2248,9 +2248,9 @@ generate-object-property@^1.1.0:
dependencies:
is-property "^1.0.0"

[email protected].4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/generator-jhipster/-/generator-jhipster-4.0.4.tgz#66009c48facfce6216334f4fdf36b641fae1af00"
[email protected].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 57f894f

Please sign in to comment.