Skip to content

Commit c451f1c

Browse files
Fixing and updating maven publication pom
1 parent 4c3d806 commit c451f1c

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

gradle/scripts/mavenCentralPublish.gradle

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (project.hasProperty('user') && project.hasProperty('password') && project.ha
4040
url = 'https:github.com/ie3-institute/PowerSystemDatamodel'
4141
organization {
4242
name = 'Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3)/TU Dortmund University'
43-
url = 'http:www.ie3.tu-dortmund.de/'
43+
url = 'https:www.ie3.tu-dortmund.de/'
4444
}
4545
issueManagement {
4646
system = 'GitHub'
@@ -51,31 +51,18 @@ if (project.hasProperty('user') && project.hasProperty('password') && project.ha
5151
name = 'BSD 3-Clause License'
5252
url = 'https:github.com/ie3-institute/PowerSystemDataModel/blob/master/LICENSE'
5353
}
54-
scm {
55-
connection = 'scm:git:git:github.com/ie3-institute/PowerSystemDataModel.git'
56-
developerConnection = 'scm:git:ssh:github.com:ie3-institute/PowerSystemDataModel.git'
57-
url = 'https:github.com/ie3-institute/PowerSystemDataModel'
58-
}
59-
developers {
60-
[
61-
developer {
62-
id = 'johanneshiry'
63-
name = 'Johannes Hiry'
64-
email = 'johannes.hiry@tu-dortmund.de'
65-
},
66-
developer {
67-
id = 'ckittl'
68-
name = 'Chris Kittl'
69-
email = 'chris.kittl@tu-dortmund.de'
70-
},
71-
developer {
72-
id = 'sensarmad'
73-
name = 'Debopama Sen Sarma'
74-
email = 'debopama-sen.sarma@tu-dortmund.de'
75-
}
76-
]
54+
}
55+
developers {
56+
developer {
57+
organization = "Institute of Energy Systems, Energy Efficiency and Energy Economics (ie3)/TU Dortmund University"
58+
organizationUrl = "https:ie3.etit.tu-dortmund.de"
7759
}
7860
}
61+
scm {
62+
connection = 'scm:git:git:github.com/ie3-institute/PowerSystemDataModel.git'
63+
developerConnection = 'scm:git:ssh:github.com:ie3-institute/PowerSystemDataModel.git'
64+
url = 'https:github.com/ie3-institute/PowerSystemDataModel'
65+
}
7966
}
8067

8168
removeTestDependenciesFromPom(pom)

0 commit comments

Comments
 (0)