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
Branches
Tags
No related merge requests found
Showing
with 6 additions and 6 deletions
...@@ -16,7 +16,7 @@ repositories { ...@@ -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 { ...@@ -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.+'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment