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 Sep 15, 2017
1 parent 5b901eb commit e06c2be
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 8,004 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.8.1",
"jhipsterVersion": "4.8.2",
"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.8.1, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.8.1](http://www.jhipster.tech/documentation-archive/v4.8.1).
This application was generated using JHipster 4.8.2, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.8.2](http://www.jhipster.tech/documentation-archive/v4.8.2).

## Development

Expand Down Expand Up @@ -97,13 +97,13 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.

[JHipster Homepage and latest documentation]: http://www.jhipster.tech
[JHipster 4.8.1 archive]: http://www.jhipster.tech/documentation-archive/v4.8.1
[JHipster 4.8.2 archive]: http://www.jhipster.tech/documentation-archive/v4.8.2

[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.8.1/development/
[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.8.1/docker-compose
[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.8.1/production/
[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.8.1/running-tests/
[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.8.1/setting-up-ci/
[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.8.2/development/
[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.8.2/docker-compose
[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.8.2/production/
[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.8.2/running-tests/
[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.8.2/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-09-13 using generator-jhipster 4.8.1
// Generated on 2017-09-15 using generator-jhipster 4.8.2
'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 @@ -15,7 +15,7 @@
"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "2.2.1",
"event-stream": "3.3.4",
"generator-jhipster": "4.8.1",
"generator-jhipster": "4.8.2",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<version>1.5.6.RELEASE</version>
<version>1.5.7.RELEASE</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -503,7 +503,7 @@
<resources>
<resource>
<directory>src/main/docker/</directory>
<filtering>true</filtering>
<filtering>false</filtering>
<excludes>
<exclude>**/*.yml</exclude>
</excludes>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
JHIPSTER_SLEEP=0 \
JAVA_OPTS=""

ADD @project.build.finalName@.war /app.war
ADD *.war /app.war

EXPOSE 8080
CMD echo "The application will start in ${JHIPSTER_SLEEP}s..." && \
Expand Down
7 changes: 3 additions & 4 deletions src/main/webapp/app/app.constants.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
(function () {
(function() {
'use strict';
// DO NOT EDIT THIS FILE, EDIT THE GULP TASK NGCONSTANT SETTINGS INSTEAD WHICH GENERATES THIS FILE
angular
.module('jhipsterJwtSampleApplicationApp')
.constant('VERSION', "0.0.1-SNAPSHOT")
.constant('VERSION', '0.0.1-SNAPSHOT')
.constant('DEBUG_INFO_ENABLED', true)
.constant('BUILD_TIMESTAMP', "")
;
.constant('BUILD_TIMESTAMP', "");
})();
143 changes: 0 additions & 143 deletions src/main/webapp/i18n/angular-locale_en.js

This file was deleted.

Loading

0 comments on commit e06c2be

Please sign in to comment.