Skip to content

Commit 0462799

Browse files
committed
0.1 release
1 parent 91fd465 commit 0462799

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NettymvcGrailsPlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import grails.plugin.nettymvc.Server
22
import grails.plugin.nettymvc.http.SessionManager
33

44
class NettymvcGrailsPlugin {
5-
String version = '0.1-SNAPSHOT'
5+
String version = '0.1'
66
String grailsVersion = '2.0 > *'
77
String author = 'Burt Beckwith'
88
String authorEmail = '[email protected]'

release.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rm -rf target/release
2+
mkdir target/release
3+
cd target/release
4+
git clone [email protected]:burtbeckwith/grails-nettymvc.git
5+
cd grails-nettymvc
6+
grails clean
7+
grails compile
8+
#grails publish-plugin --noScm --snapshot --stacktrace
9+
grails publish-plugin --noScm --stacktrace

0 commit comments

Comments
 (0)