Skip to content

Commit

Permalink
Promoted version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Aug 9, 2018
1 parent 6a99fb0 commit 6d1e973
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ArtifactoryGenericDownload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArtifactoryGenericDownload",
"friendlyName": "Artifactory Generic Download",
"description": "This task downloads artifacts from Artifactory.",
"author": "jfrog",
"author": "JFrog",
"helpMarkDown": "Download the artifacts using FileSpecs.",
"category": "Utility",
"visibility": [
Expand All @@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "0"
"Patch": "3"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Download",
Expand Down
4 changes: 2 additions & 2 deletions ArtifactoryGenericUpload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArtifactoryGenericUpload",
"friendlyName": "Artifactory Generic Upload",
"description": "This task uploads generic build artifacts to Artifactory",
"author": "jfrog",
"author": "JFrog",
"helpMarkDown": "Upload artifacts to JFrog Artifactory using FileSpecs.",
"category": "Utility",
"visibility": [
Expand All @@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "0"
"Patch": "3"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Upload",
Expand Down
4 changes: 2 additions & 2 deletions ArtifactoryPromote/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Artifactory Promote",
"friendlyName": "Artifactory Build Promotion",
"description": "This task promotes a published build in Artifactory.",
"author": "jfrog",
"author": "JFrog",
"category": "Utility",
"visibility": [
"Build",
Expand All @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "0"
"Patch": "3"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Build Promotion",
Expand Down
4 changes: 2 additions & 2 deletions ArtifactoryPublishBuildInfo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArtifactoryPublishBuildInfo",
"friendlyName": "Artifactory Publish Build Info",
"description": "This task publishes the Build Info collected in previous tasks.",
"author": "jfrog",
"author": "JFrog",
"helpMarkDown": "Publish Build Info to Artifactory.",
"category": "Utility",
"visibility": [
Expand All @@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "0",
"Patch": "0"
"Patch": "3"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Publish Build Info",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "1.0.3",
"name": "JFrog Artifactory",
"description": "Integrate your JFrog Artifactory with Visual Studio Team Services.",
"publisher": "JFrog",
Expand Down

0 comments on commit 6d1e973

Please sign in to comment.