Skip to content

Commit

Permalink
Update publishing.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Apr 19, 2016
1 parent c61b478 commit 6f0513d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ artifacts {
def pomConfig = {
name project.name
description 'VWorkflows'
url 'https://github.com/miho/VWorkflows'
url 'http://vworkflows.mihosoft.eu'
inceptionYear '2012'
licenses {
license([:]) {
Expand Down Expand Up @@ -107,7 +107,7 @@ bintray {
desc = project.name
licenses = ['BSD 2-Clause']
labels = ['javafx', 'workflows','vrl','vrl-studio', 'graphs','flows', 'visual programming']
websiteUrl = 'https://github.com/miho/VWorkflows'
websiteUrl = 'http://vworkflows.mihosoft.eu/'
issueTrackerUrl = 'https://github.com/miho/VWorkflows/issues'
vcsUrl = 'https://github.com/miho/VWorkflows.git'
publicDownloadNumbers = true
Expand Down

0 comments on commit 6f0513d

Please sign in to comment.