Skip to content
This repository was archived by the owner on Oct 20, 2019. It is now read-only.

Commit 92ff404

Browse files
committed
Use released artifacts
1 parent c5d84d5 commit 92ff404

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ext {
2525
jenaVersion = '3.10.0'
2626
jdbiVersion = '3.6.0'
2727
tamayaVersion = '0.3-incubating'
28-
trellisVersion = '0.8.0-SNAPSHOT'
29-
trellisDbVersion = '0.2.0-SNAPSHOT'
28+
trellisVersion = '0.8.0'
29+
trellisDbVersion = '0.2.0'
3030
snakeyamlVersion = '1.23'
3131

3232
/* Databases */
@@ -78,9 +78,6 @@ allprojects { subproj ->
7878
mavenCentral()
7979
jcenter()
8080
mavenLocal()
81-
maven {
82-
url "https://oss.sonatype.org/content/repositories/snapshots"
83-
}
8481
}
8582

8683
dependencies {

0 commit comments

Comments
 (0)