Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
......@@ -16,16 +16,16 @@ repositories {
}
sourceCompatibility = 1.7
group = 'opencadc'
group = 'org.opencadc'
version = '1.0'
dependencies {
compile 'log4j:log4j:1.2.+'
compile 'opencadc:cadcUtil:1.+'
compile 'opencadc:cadcLog:1.+'
compile 'opencadc:cadcRegistry:1.+'
compile 'opencadc:cadcVOSI:1.+'
compile 'opencadc:cadcAccessControl:1.+'
compile 'org.opencadc:cadc-util:1.+'
compile 'org.opencadc:cadc-log:1.+'
compile 'org.opencadc:cadc-registry:1.+'
compile 'org.opencadc:cadc-vosi:1.+'
compile 'org.opencadc:cadc-access-control:1.+'
}
......@@ -16,7 +16,7 @@ repositories {
}
sourceCompatibility = 1.7
group = 'opencadc'
group = 'org.opencadc'
version = '1.0'
......@@ -28,12 +28,12 @@ dependencies {
compile 'xerces:xercesImpl:2.+'
compile 'com.unboundid:unboundid-ldapsdk:2.3.+'
compile 'opencadc:cadcAccessControl:1.+'
compile 'opencadc:cadcUtil:1.+'
compile 'opencadc:cadcLog:1.+'
compile 'opencadc:cadcRegistry:1.+'
compile 'opencadc:cadcUWS:1.+'
compile 'opencadc:cadcUWS-Server:1.+'
compile 'org.opencadc:cadc-access-control:1.+'
compile 'org.opencadc:cadc-util:1.+'
compile 'org.opencadc:cadc-log:1.+'
compile 'org.opencadc:cadc-registry:1.+'
compile 'org.opencadc:cadc-uws:1.+'
compile 'org.opencadc:cadc-uws-server:1.+'
testCompile 'junit:junit:4.+'
testCompile 'org.easymock:easymock:3.+'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment