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 #175 from ibm-developer/develop
Browse files Browse the repository at this point in the history
Promote to master
  • Loading branch information
Christian Compton committed Dec 13, 2018
2 parents d5b0ef1 + 9471d15 commit 99e0a3c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions generator-java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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="5.13.7"></a>
## [5.13.7](https://github.com/ibm-developer/generator-ibm-java/compare/v5.13.6...v5.13.7) (2018-12-13)



<a name="5.13.6"></a>
## [5.13.6](https://github.com/ibm-developer/generator-ibm-java/compare/v5.13.5...v5.13.6) (2018-12-12)

Expand Down
5 changes: 1 addition & 4 deletions generator-java/generators/liberty/lib/openapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ const os = require('os')
const log = require('../../../lib/common').log
Promise.promisifyAll(request)

//const sdkGenURL = 'https://staging.devex.bluemix.net/sdkgen/api/generator/'
//const sdkGenURL = 'https://dev.devex.bluemix.net/sdkgen/api/generator/'
const sdkGenURL = 'https://us-south.devex.cloud.ibm.com/sdkgen/api/generator/'
//const sdkGenURL = 'https://us-south.devex.bluemix.net/sdkgen/api/generator/'
const sdkGenURL = 'https://us-south.devx.cloud.ibm.com/sdkgen/api/generator/'
const sdkGenCheckDelay = 3000

let logger = log
Expand Down
3 changes: 1 addition & 2 deletions generator-java/generators/spring/lib/openapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const os = require('os')
const log = require('../../../lib/common').log
Promise.promisifyAll(request)

const sdkGenURL = 'https://us-south.devex.cloud.ibm.com/sdkgen/api/generator/'
//const sdkGenURL = 'https://us-south.devex.bluemix.net/sdkgen/api/generator/'
const sdkGenURL = 'https://us-south.devx.cloud.ibm.com/sdkgen/api/generator/'
const sdkGenCheckDelay = 3000

let logger = log
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.

2 changes: 1 addition & 1 deletion generator-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ibm-java",
"version": "5.13.6",
"version": "5.13.7",
"description": "Java code generation and modification",
"license": "Apache-2.0",
"main": "index.js",
Expand Down

0 comments on commit 99e0a3c

Please sign in to comment.