Renamed module 'domain' to 'core' to make its purpose more clear
This commit is contained in:
@ -2,7 +2,7 @@ uploadArchives {
|
||||
repositories {
|
||||
mavenDeployer {
|
||||
pom.project {
|
||||
name 'Jabit Domain'
|
||||
name 'Jabit Repositories'
|
||||
artifactId = 'jabit-repositories'
|
||||
description 'A Java implementation of the Bitmessage protocol. This contains JDBC implementations of the repositories.'
|
||||
}
|
||||
@ -13,7 +13,7 @@ uploadArchives {
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
dependencies {
|
||||
compile project(':domain')
|
||||
compile project(':core')
|
||||
compile 'org.flywaydb:flyway-core:3.2.1'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'com.h2database:h2:1.4.190'
|
||||
|
Reference in New Issue
Block a user