Skip to content

Commit

Permalink
upgrade java version support (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
adashen authored Sep 7, 2018
1 parent 1c90291 commit 0e3ffd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-edge",
"displayName": "Azure IoT Edge",
"description": "Develop, deploy, debug, and manage your IoT Edge solution",
"version": "1.3.0",
"version": "1.4.0-rc1",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/edge/edgeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class EdgeManager {
"archetype:generate",
'-DarchetypeGroupId="com.microsoft.azure"',
'-DarchetypeArtifactId="azure-iot-edge-archetype"',
`-DarchetypeVersion=1.0.0`,
`-DarchetypeVersion=1.1.0`,
`-DgroupId="${groupId}"`,
`-DartifactId="${name}"`,
`-Dversion="1.0.0-SNAPSHOT"`,
Expand Down

0 comments on commit 0e3ffd3

Please sign in to comment.