Skip to content

Commit

Permalink
Fixing names
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoestreich committed Jan 18, 2016
1 parent a9f590c commit b4dc5b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ plugins {
id "com.jfrog.bintray" version "1.2"
}

version "3.0.4"
version "3.0.5"
group "org.grails.plugins"

apply plugin: 'maven-publish'
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
@@ -0,0 +1 @@
rootProject.name = "cxf-client"
Expand Up @@ -7,7 +7,7 @@ import org.grails.cxf.client.exception.CxfClientException
import org.grails.cxf.client.security.DefaultSecurityOutInterceptor

@Slf4j
class GrailsCxfClientGrailsPlugin extends Plugin {
class CxfClientGrailsPlugin extends Plugin {

private final Long DEFAULT_CONNECTION_TIMEOUT = 30000
private final Long DEFAULT_RECEIVE_TIMEOUT = 60000
Expand All @@ -30,6 +30,7 @@ class GrailsCxfClientGrailsPlugin extends Plugin {
"spock-0.6"
]

def name = "cxf-client"
def license = "APACHE"
def author = "Grails Plugin Consortium"
def authorEmail = "acetrike@gmail.com"
Expand Down

0 comments on commit b4dc5b5

Please sign in to comment.