8000 Release 2.4.3-RC2 · causecode/static-content@1dcff53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dcff53

Browse files
committed
Release 2.4.3-RC2
1 parent 8506377 commit 1dcff53

24 files changed

+89
-249
lines changed

.idea/workspace.xml

Lines changed: 51 additions & 245 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
10000
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-RC1"
18+
def version = "2.4.3-RC2"
1919
def groupId = "com.cc.plugins"
2020
def grailsVersion = "2.1 > *"
2121
def pluginExcludes = [

grails-app/conf/BuildConfig.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ grails.project.dependency.resolution = {
4545
runtime (":hibernate:3.6.10.7") {
4646
export = false
4747
}
48-
compile ("com.cc.plugins:file-uploader:2.3.1") {
48+
49+
compile ("com.cc.plugins:file-uploader:2.4.5-RC3") {
4950
export = false
5051
}
51-
build (":tomcat:7.0.50", ":release:3.1.1", ":rest-client-builder:2.1.1") {
52+
build (":tomcat:7.0.50", ":release:3.0.1", ":rest-client-builder:2.0.1") {
5253
export = false
5354
}
5455
if (Environment.isDevelopmentMode()) {

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-RC1' grailsVersion='2.1 &gt; *'>
1+
<plugin name='content' version='2.4.3-RC2' 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