Skip to content

Commit

Permalink
Merge pull request #492 from csmith/master
Browse files Browse the repository at this point in the history
Fix maven URL and dependencies.
  • Loading branch information
csmith committed Sep 15, 2016
2 parents ea4fee2 + d5e5a2c commit 873ec42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subprojects {

repositories {
mavenCentral()
maven { url 'https://artifactory.dmdirc.com/artifactory/repo' }
maven { url 'https://artifactory.dmdirc.com/artifactory/releases' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}

Expand Down
2 changes: 1 addition & 1 deletion identd/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compile group: 'com.dmdirc.parser', name: 'irc', version: '+', changing: true
compile group: 'com.dmdirc', name: 'parser-irc', version: '+', changing: true
}

0 comments on commit 873ec42

Please sign in to comment.