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

Commit

Permalink
Merge pull request #194 from ibm-developer/develop
Browse files Browse the repository at this point in the history
missing war plugin causing compile failure
  • Loading branch information
jmeis committed Aug 8, 2019
2 parents a8981cb + dee1ad4 commit 9bf634c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions generator-java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.14.3](https://github.com/ibm-developer/generator-ibm-java/compare/v5.14.2...v5.14.3) (2019-08-08)


### Bug Fixes

* missing war plugin causing compile failure ([a6b2392](https://github.com/ibm-developer/generator-ibm-java/commit/a6b2392))

### [5.14.2](https://github.com/ibm-developer/generator-ibm-java/compare/v5.14.1...v5.14.2) (2019-06-20)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {

apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'war'

ext {
springCloudVersion = 'Dalston.SR4'
Expand Down
2 changes: 1 addition & 1 deletion generator-java/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions generator-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ibm-java",
"version": "5.14.2",
"version": "5.14.3",
"description": "Java code generation and modification",
"license": "Apache-2.0",
"main": "index.js",
Expand All @@ -10,8 +10,8 @@
],
"dependencies": {
"extend": "^3.0.1",
"generator-ibm-cloud-enablement": "1.7.23",
"generator-ibm-service-enablement": "3.4.4",
"generator-ibm-cloud-enablement": "1.7.40",
"generator-ibm-service-enablement": "3.4.9",
"generator-ibm-usecase-enablement": "3.2.8",
"escape-string-regexp": "^1.0.5",
"handlebars": "^4.0.11",
Expand Down

0 comments on commit 9bf634c

Please sign in to comment.