Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
fix(build): Fix repo reference so Changelog is correct
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Stanley <katheris@uk.ibm.com>
  • Loading branch information
katheris committed Jan 9, 2018
1 parent 09ea836 commit add85ea
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
122 changes: 61 additions & 61 deletions generator-liberty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
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.

<a name="7.2.0"></a>
# [7.2.0](https://github.com/ibm-developer/generator-ibm-java-spring/compare/v7.1.0...v7.2.0) (2018-01-08)
# [7.2.0](https://github.com/ibm-developer/generator-ibm-java-liberty/compare/v7.1.0...v7.2.0) (2018-01-08)


### Features

* **templates:** Update version of Java Metrics to v1.1.0 ([2afd333](https://github.com/ibm-developer/generator-ibm-java-spring/commit/2afd333))
* **templates:** Update version of Java Metrics to v1.1.0 ([2afd333](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/2afd333))



<a name="7.1.0"></a>
# [7.1.0](https://github.com/ibm-developer/generator-ibm-java-spring/compare/v7.0.0...v7.1.0) (2017-12-18)
# [7.1.0](https://github.com/ibm-developer/generator-ibm-java-liberty/compare/v7.0.0...v7.1.0) (2017-12-18)


### Features

* **templates:** Revert loose config in pom.xml due to container failure. ([c3aa3d3](https://github.com/ibm-developer/generator-ibm-java-spring/commit/c3aa3d3))
* **templates:** Revert loose config in pom.xml due to container failure. ([c3aa3d3](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/c3aa3d3))



Expand All @@ -28,71 +28,71 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

* **build:** Fix travis build. ([706facd](https://github.com/ibm-developer/generator-ibm-java-spring/commit/706facd))
* **build:** update java-common to 2.0.2 ([bb5e919](https://github.com/ibm-developer/generator-ibm-java-spring/commit/bb5e919))
* **config:** Fix Liberty constructor to not overwrite config ([cbb62e8](https://github.com/ibm-developer/generator-ibm-java-spring/commit/cbb62e8))
* **config:** Update generator to add on missing defaults ([3bda535](https://github.com/ibm-developer/generator-ibm-java-spring/commit/3bda535))
* **config:** Update Liberty server api to latest version ([6f5cce7](https://github.com/ibm-developer/generator-ibm-java-spring/commit/6f5cce7))
* **config:** Use microProfile-1.2 feature for liberty beta ([29a2166](https://github.com/ibm-developer/generator-ibm-java-spring/commit/29a2166))
* **config:** Use microProfile-1.2 feature for liberty ga ([091018b](https://github.com/ibm-developer/generator-ibm-java-spring/commit/091018b))
* **infrastructure:** stop a failed scan from failing the build ([e366642](https://github.com/ibm-developer/generator-ibm-java-spring/commit/e366642))
* **infrastructure:** update java-common in package.json ([70cb925](https://github.com/ibm-developer/generator-ibm-java-spring/commit/70cb925))
* **infrastructure:** update ossc scan with new tool ([20c8b05](https://github.com/ibm-developer/generator-ibm-java-spring/commit/20c8b05))
* **picnmix:** tidy up file locations for JAX-RS ([94f0fa9](https://github.com/ibm-developer/generator-ibm-java-spring/commit/94f0fa9))
* **templates:** [#65](https://github.com/ibm-developer/generator-ibm-java-spring/issues/65) - Update artifactID setting ([0143b04](https://github.com/ibm-developer/generator-ibm-java-spring/commit/0143b04))
* **templates:** Add missing classpath line for cloudfoundry ([cd07794](https://github.com/ibm-developer/generator-ibm-java-spring/commit/cd07794))
* **templates:** Fix config template for multiple open api docs ([f117827](https://github.com/ibm-developer/generator-ibm-java-spring/commit/f117827))
* **templates:** Move api spec resources to resources folder ([684b1f4](https://github.com/ibm-developer/generator-ibm-java-spring/commit/684b1f4))
* **templates:** Remove liberty-test profile from pom.xml template ([0982a41](https://github.com/ibm-developer/generator-ibm-java-spring/commit/0982a41))
* **templates:** Replace references of Bluemix with IBM Cloud ([c20cea4](https://github.com/ibm-developer/generator-ibm-java-spring/commit/c20cea4))
* **templates:** revert addition of java metrics ([f12cd01](https://github.com/ibm-developer/generator-ibm-java-spring/commit/f12cd01))
* **templates:** update bff pattern name and add test function to check for tags in server.xml ([54e58f0](https://github.com/ibm-developer/generator-ibm-java-spring/commit/54e58f0))
* **templates:** Update liberty plugin version ([9c1b42d](https://github.com/ibm-developer/generator-ibm-java-spring/commit/9c1b42d))
* **templates:** Update servlet id to web and websockets id to websocket ([4d48ddd](https://github.com/ibm-developer/generator-ibm-java-spring/commit/4d48ddd))
* **templates:** Update template test dependency version ([2ea8ca7](https://github.com/ibm-developer/generator-ibm-java-spring/commit/2ea8ca7))
* **templates:** use correct name for java metrics ([0bb6e74](https://github.com/ibm-developer/generator-ibm-java-spring/commit/0bb6e74))
* **test:** Add defaults unit test ([11b5283](https://github.com/ibm-developer/generator-ibm-java-spring/commit/11b5283))
* **test:** add tests for artifactId and appName override ([ef26643](https://github.com/ibm-developer/generator-ibm-java-spring/commit/ef26643))
* **test:** put README tests in mocha 'it' block ([98c55d9](https://github.com/ibm-developer/generator-ibm-java-spring/commit/98c55d9))
* **test:** remove unused springSelected parameter ([333d3b9](https://github.com/ibm-developer/generator-ibm-java-spring/commit/333d3b9))
* **tests:** change to use handlerbars createFrame function. ([17e3b28](https://github.com/ibm-developer/generator-ibm-java-spring/commit/17e3b28))
* **tests:** export liberty assertions ([a271b80](https://github.com/ibm-developer/generator-ibm-java-spring/commit/a271b80))
* **build:** Fix travis build. ([706facd](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/706facd))
* **build:** update java-common to 2.0.2 ([bb5e919](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/bb5e919))
* **config:** Fix Liberty constructor to not overwrite config ([cbb62e8](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/cbb62e8))
* **config:** Update generator to add on missing defaults ([3bda535](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/3bda535))
* **config:** Update Liberty server api to latest version ([6f5cce7](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/6f5cce7))
* **config:** Use microProfile-1.2 feature for liberty beta ([29a2166](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/29a2166))
* **config:** Use microProfile-1.2 feature for liberty ga ([091018b](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/091018b))
* **infrastructure:** stop a failed scan from failing the build ([e366642](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/e366642))
* **infrastructure:** update java-common in package.json ([70cb925](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/70cb925))
* **infrastructure:** update ossc scan with new tool ([20c8b05](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/20c8b05))
* **picnmix:** tidy up file locations for JAX-RS ([94f0fa9](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/94f0fa9))
* **templates:** [#65](https://github.com/ibm-developer/generator-ibm-java-liberty/issues/65) - Update artifactID setting ([0143b04](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/0143b04))
* **templates:** Add missing classpath line for cloudfoundry ([cd07794](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/cd07794))
* **templates:** Fix config template for multiple open api docs ([f117827](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/f117827))
* **templates:** Move api spec resources to resources folder ([684b1f4](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/684b1f4))
* **templates:** Remove liberty-test profile from pom.xml template ([0982a41](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/0982a41))
* **templates:** Replace references of Bluemix with IBM Cloud ([c20cea4](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/c20cea4))
* **templates:** revert addition of java metrics ([f12cd01](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/f12cd01))
* **templates:** update bff pattern name and add test function to check for tags in server.xml ([54e58f0](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/54e58f0))
* **templates:** Update liberty plugin version ([9c1b42d](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/9c1b42d))
* **templates:** Update servlet id to web and websockets id to websocket ([4d48ddd](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/4d48ddd))
* **templates:** Update template test dependency version ([2ea8ca7](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/2ea8ca7))
* **templates:** use correct name for java metrics ([0bb6e74](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/0bb6e74))
* **test:** Add defaults unit test ([11b5283](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/11b5283))
* **test:** add tests for artifactId and appName override ([ef26643](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/ef26643))
* **test:** put README tests in mocha 'it' block ([98c55d9](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/98c55d9))
* **test:** remove unused springSelected parameter ([333d3b9](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/333d3b9))
* **tests:** change to use handlerbars createFrame function. ([17e3b28](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/17e3b28))
* **tests:** export liberty assertions ([a271b80](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/a271b80))


### Features

* **build:** correct managed beans feature name and disable javametrics ([16beaf0](https://github.com/ibm-developer/generator-ibm-java-spring/commit/16beaf0))
* **config:** Set config defaults specific to Liberty ([ae3d353](https://github.com/ibm-developer/generator-ibm-java-spring/commit/ae3d353))
* **config:** Update generator to use new defaults module ([ea19783](https://github.com/ibm-developer/generator-ibm-java-spring/commit/ea19783))
* **health:** fix agent not found ([d63ca1c](https://github.com/ibm-developer/generator-ibm-java-spring/commit/d63ca1c))
* **health:** re-enable Java app metrics ([8be6667](https://github.com/ibm-developer/generator-ibm-java-spring/commit/8be6667))
* **picnmix:** add extracted technologies templates from java generator. ([f2f6067](https://github.com/ibm-developer/generator-ibm-java-spring/commit/f2f6067))
* **templates:** Add call to app accelerator for open api ([c9f22cd](https://github.com/ibm-developer/generator-ibm-java-spring/commit/c9f22cd))
* **templates:** add Liberty server configuration templates ([c6fb32c](https://github.com/ibm-developer/generator-ibm-java-spring/commit/c6fb32c))
* **templates:** Add libertybeta option to templates ([964d08a](https://github.com/ibm-developer/generator-ibm-java-spring/commit/964d08a))
* **templates:** Add platforms as config ([a06a823](https://github.com/ibm-developer/generator-ibm-java-spring/commit/a06a823))
* **templates:** add support for dependency type in build files ([7ade5c7](https://github.com/ibm-developer/generator-ibm-java-spring/commit/7ade5c7))
* **templates:** Add template content for deployType bluemix ([252acbe](https://github.com/ibm-developer/generator-ibm-java-spring/commit/252acbe))
* **templates:** Add tests for multiple open api spec docs ([1e6becd](https://github.com/ibm-developer/generator-ibm-java-spring/commit/1e6becd))
* **templates:** add tests to check readme contents ([a1f358a](https://github.com/ibm-developer/generator-ibm-java-spring/commit/a1f358a))
* **templates:** Set default libertybeta to undefined ([cad8ca2](https://github.com/ibm-developer/generator-ibm-java-spring/commit/cad8ca2))
* **templates:** templates for java metrics and extra tests ([63b2251](https://github.com/ibm-developer/generator-ibm-java-spring/commit/63b2251))
* **templates:** Update Liberty build artifact names ([d29cf65](https://github.com/ibm-developer/generator-ibm-java-spring/commit/d29cf65))
* **templates:** Update Liberty version to 17.0.0.2 ([a1d7e43](https://github.com/ibm-developer/generator-ibm-java-spring/commit/a1d7e43))
* **templates:** Update liberty-maven-plugin version to 2.0 ([7a4a9cb](https://github.com/ibm-developer/generator-ibm-java-spring/commit/7a4a9cb))
* **templates:** Update msbuilder template to be a technology ([fca0457](https://github.com/ibm-developer/generator-ibm-java-spring/commit/fca0457))
* **templates:** Update springboot_web id to be springbootweb ([f3c3131](https://github.com/ibm-developer/generator-ibm-java-spring/commit/f3c3131))
* **test:** ensure that integration test asserts are accessible. ([bde76bb](https://github.com/ibm-developer/generator-ibm-java-spring/commit/bde76bb))
* **tests:** add tests for features ([3cbfb2d](https://github.com/ibm-developer/generator-ibm-java-spring/commit/3cbfb2d))
* **tests:** checks to see if files are present or missing ([da14f47](https://github.com/ibm-developer/generator-ibm-java-spring/commit/da14f47))
* **tests:** update mock context handlebars reference ([55db330](https://github.com/ibm-developer/generator-ibm-java-spring/commit/55db330))
* **tests:** use common command and add compile tests ([ff607d1](https://github.com/ibm-developer/generator-ibm-java-spring/commit/ff607d1))
* **travis:** added eslint, coveralls, updated .travis.yml and others ([e4c934e](https://github.com/ibm-developer/generator-ibm-java-spring/commit/e4c934e))
* **build:** correct managed beans feature name and disable javametrics ([16beaf0](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/16beaf0))
* **config:** Set config defaults specific to Liberty ([ae3d353](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/ae3d353))
* **config:** Update generator to use new defaults module ([ea19783](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/ea19783))
* **health:** fix agent not found ([d63ca1c](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/d63ca1c))
* **health:** re-enable Java app metrics ([8be6667](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/8be6667))
* **picnmix:** add extracted technologies templates from java generator. ([f2f6067](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/f2f6067))
* **templates:** Add call to app accelerator for open api ([c9f22cd](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/c9f22cd))
* **templates:** add Liberty server configuration templates ([c6fb32c](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/c6fb32c))
* **templates:** Add libertybeta option to templates ([964d08a](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/964d08a))
* **templates:** Add platforms as config ([a06a823](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/a06a823))
* **templates:** add support for dependency type in build files ([7ade5c7](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/7ade5c7))
* **templates:** Add template content for deployType bluemix ([252acbe](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/252acbe))
* **templates:** Add tests for multiple open api spec docs ([1e6becd](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/1e6becd))
* **templates:** add tests to check readme contents ([a1f358a](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/a1f358a))
* **templates:** Set default libertybeta to undefined ([cad8ca2](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/cad8ca2))
* **templates:** templates for java metrics and extra tests ([63b2251](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/63b2251))
* **templates:** Update Liberty build artifact names ([d29cf65](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/d29cf65))
* **templates:** Update Liberty version to 17.0.0.2 ([a1d7e43](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/a1d7e43))
* **templates:** Update liberty-maven-plugin version to 2.0 ([7a4a9cb](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/7a4a9cb))
* **templates:** Update msbuilder template to be a technology ([fca0457](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/fca0457))
* **templates:** Update springboot_web id to be springbootweb ([f3c3131](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/f3c3131))
* **test:** ensure that integration test asserts are accessible. ([bde76bb](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/bde76bb))
* **tests:** add tests for features ([3cbfb2d](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/3cbfb2d))
* **tests:** checks to see if files are present or missing ([da14f47](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/da14f47))
* **tests:** update mock context handlebars reference ([55db330](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/55db330))
* **tests:** use common command and add compile tests ([ff607d1](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/ff607d1))
* **travis:** added eslint, coveralls, updated .travis.yml and others ([e4c934e](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/e4c934e))


### Performance Improvements

* **templates:** Update build.gradle file zip naming ([51f5934](https://github.com/ibm-developer/generator-ibm-java-spring/commit/51f5934))
* **templates:** Update build.gradle file zip naming ([51f5934](https://github.com/ibm-developer/generator-ibm-java-liberty/commit/51f5934))


### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion generator-liberty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-developer/generator-ibm-java-spring"
"url": "https://github.com/ibm-developer/generator-ibm-java-liberty"
},
"keywords": [
"arf",
Expand Down

0 comments on commit add85ea

Please sign in to comment.