Skip to content

Commit

Permalink
[artifactory-release] Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 26, 2018
1 parent 9313f4e commit 9d26856
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions tasks/ArtifactoryBuildPromotion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Build Promotion",
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryConan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Conan $(conanCommand)",
Expand Down
6 changes: 3 additions & 3 deletions tasks/ArtifactoryDocker/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.91.0",
"instanceNameFormat": "Artifactory docker $(command)",
Expand Down Expand Up @@ -111,4 +111,4 @@
"target": "dockerBuild.js"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryGenericDownload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Download",
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryGenericUpload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Upload",
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryMaven/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"demands": [
"maven"
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryNpm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"demands": [
"npm"
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryNuget/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"demands": [],
"minimumAgentVersion": "2.115.0",
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryPublishBuildInfo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Publish Build Info",
Expand Down
4 changes: 2 additions & 2 deletions tasks/ArtifactoryXrayScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"demands": [],
"version": {
"Major": "1",
"Minor": "2",
"Patch": "2"
"Minor": "3",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Xray Scan",
Expand Down
20 changes: 10 additions & 10 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestversion": 1,
"public": true,
"id": "jfrog-artifactory-vsts-extension",
"version": "1.2.2",
"version": "1.3.0",
"name": "JFrog Artifactory",
"description": "Integrate your JFrog Artifactory with Visual Studio Team Services.",
"publisher": "JFrog",
Expand Down Expand Up @@ -213,14 +213,14 @@
}
},
{
"id": "artifactory-xray-scan-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/ArtifactoryXrayScan"
}
"id": "artifactory-xray-scan-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "tasks/ArtifactoryXrayScan"
}
}
],
"files": [
Expand Down Expand Up @@ -268,7 +268,7 @@
"path": "tasks/ArtifactoryConan"
},
{
"path": "tasks/ArtifactoryXrayScan"
"path": "tasks/ArtifactoryXrayScan"
}
]
}

0 comments on commit 9d26856

Please sign in to comment.