8000 Released plugin 2.4.3-RC3 · causecode/static-content@055aad4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 055aad4

Browse files
committed
Released plugin 2.4.3-RC3
1 parent 1dcff53 commit 055aad4

24 files changed

+8
-49
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContentGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import com.cc.content.ContentService
1515

1616
class ContentGrailsPlugin {
1717

18-
def version = "2.4.3-RC2"
18+
def version = "Release 2.4.3-RC3"
1919
def groupId = "com.cc.plugins"
2020
def grailsVersion = "2.1 > *"
2121
def pluginExcludes = [

grails-app/conf/BuildConfig.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ grails.project.dependency.resolution = {
3131
}
3232

3333
dependencies {
34-
compile ("org.apache.jclouds.provider:cloudfiles-us:1.6.2-incubating", "org.jclouds:jclouds-compute:1.6.0") {
35-
excludes "jclouds-core"
36-
}
37-
compile "org.apache.jclouds:jclouds-core:1.7.2"
3834
}
3935

4036
plugins {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<plugin name='content' version='2.4.3-RC2' grailsVersion='2.1 &gt; *'>
1+
<plugin name='content' version='Release 2.4.3-RC3' grailsVersion='2.1 &gt; *'>
22
<author>CauseCode</author>
33
<title>Content Plugin</title>
44
<description>A plugin used to manage contents like static pages, menus etc. at one place.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
0