Skip to content

Commit

Permalink
[maven] remove extra quote from gitlab.downlooadUrl. Fixes #269
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 6, 2021
1 parent ab5cd87 commit 4b70400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Gitlab() {
setRepoUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}");
setRepoCloneUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}.git");
setCommitUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/commits");
setDownloadUrl("\"https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/archive/v{{projectVersion}}/{{artifactFileName}}");
setDownloadUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/archive/v{{projectVersion}}/{{artifactFileName}}");
setReleaseNotesUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/releases/v{{projectVersion}}");
setLatestReleaseUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/releases/v{{projectVersion}}");
setIssueTrackerUrl("https://{{repoHost}}/{{repoOwner}}/{{repoName}}/-/issues");
Expand Down

0 comments on commit 4b70400

Please sign in to comment.