Skip to content

Commit 8107f20

Browse files
authored
Merge pull request apache#39 from palantir/pw/publish
Remove custom resolver
2 parents 95679c9 + f507680 commit 8107f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ object SparkBuild extends PomBuild {
266266
DefaultMavenRepository,
267267
Resolver.mavenLocal,
268268
Resolver.bintrayRepo("palantir", "releases"),
269-
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark"))(Patterns("[organisation]/[module]/[revision]/[artifact]-[revision].[ext]")),
269+
Resolver.url("Bintray API Realm", url("https://api.bintray.com/maven/palantir/releases/spark")),
270270
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
271271
),
272272
externalResolvers := resolvers.value,

0 commit comments

Comments
 (0)