Skip to content

Commit 410d7bf

Browse files
author
scryan
committed
update to non snapshot
git-svn-id: https://svn.codehaus.org/grails-plugins/grails-multi-tenant/trunk@63612 832c1c66-4827-0410-8465-ccb17913cd09
1 parent 9698d34 commit 410d7bf

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

application.properties

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Grails Metadata file
2-
#Wed Mar 31 08:44:43 MDT 2010
3-
app.grails.version=1.2.2
2+
#Tue May 11 16:28:03 MDT 2010
3+
app.grails.version=1.3.0
44
app.name=multiTenant
55
app.servlet.version=2.4
6-
app.version=0.17-SNAPSHOT
7-
plugins.falcone-util=0.8
8-
plugins.hibernate=1.2.2
9-
plugins.tomcat=1.2.2
10-
plugins.webflow=1.2.2
6+
app.version=0.17
7+
plugins.falcone-util=0.9
8+
plugins.hibernate=1.3.0
9+
plugins.tomcat=1.3.0
10+
plugins.webflow=1.3.0

web-app/WEB-INF/tld/grails.tld

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
55
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
66
version="2.0">
7-
<description>The Grails (Groovy on Rails) custom tag library</description>
7+
<description>The Grails custom tag library</description>
88
<tlib-version>0.2</tlib-version>
99
<short-name>grails</short-name>
1010
<uri>http://grails.codehaus.org/tags</uri>
1111

12-
1312
<tag>
1413
<name>link</name>
1514
<tag-class>org.codehaus.groovy.grails.web.taglib.jsp.JspLinkTag</tag-class>

0 commit comments

Comments
 (0)