Commit b5b6bc68 authored by Adrian Damian's avatar Adrian Damian
Browse files

Changed module names to lower-case and group to org.opencadc to conform to...

Changed module names to lower-case and group to org.opencadc to conform to maven repo naming standards
parent 6d4a1af7
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ repositories {
}
}


sourceCompatibility = 1.7
sourceCompatibility = 1.7
group = 'opencadc'
group = 'org.opencadc'


version = '1.0'
version = '1.0'


@@ -29,11 +29,11 @@ dependencies {
    compile 'commons-fileupload:commons-fileupload:1.3.+'
    compile 'commons-fileupload:commons-fileupload:1.3.+'
    compile 'com.sun.mail:javax.mail:1.+'
    compile 'com.sun.mail:javax.mail:1.+'


    compile 'opencadc:cadcUtil:1.+'
    compile 'org.opencadc:cadc-util:1.+'
    compile 'opencadc:cadcLog:1.+'
    compile 'org.opencadc:cadc-log:1.+'
    compile 'opencadc:cadcRegistry:1.+'
    compile 'org.opencadc:cadc-registry:1.+'
    compile 'opencadc:cadcAccessControl:1.+'
    compile 'org.opencadc:cadc-access-control:1.+'
    compile 'opencadc:cadcAccessControl-Server:1.+'
    compile 'org.opencadc:cadc-access-control-server:1.+'


    testCompile 'junit:junit:4.+'
    testCompile 'junit:junit:4.+'
    testCompile 'org.easymock:easymock:3.+'
    testCompile 'org.easymock:easymock:3.+'
Loading