Renamed module 'domain' to 'core' to make its purpose more clear

This commit is contained in:
2016-01-17 05:42:48 +01:00
parent 8764642878
commit ac6f291964
106 changed files with 17 additions and 14 deletions

View File

@ -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'