Skip to content

Commit

Permalink
9.0.0.M4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Apr 20, 2016
1 parent ab6ea19 commit 9e2e902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StandaloneGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/
class StandaloneGrailsPlugin {
String version = '8.0.33'
String version = '9.0.0.M4'
String grailsVersion = '2.5.0 > *'
def scopes = [excludes: 'war']
def pluginExcludes = ['src/docs/**']
Expand Down
4 changes: 3 additions & 1 deletion src/docs/guide/introduction.gdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
The Standalone plugin builds a runnable JAR file with an embedded war built from your application and an embedded Tomcat 8 or Jetty 7 instance. This allows you to build a single archive that can be run on any computer with Java 5 or higher by running @java -jar standalone.jar@. This can be convenient for demos or even very lightweight installs of low-traffic Grails applications.
The Standalone plugin builds a runnable JAR file with an embedded war built from your application and an embedded Tomcat 9 or Jetty 7 instance. This allows you to build a single archive that can be run on any computer with Java 8 or higher by running @java -jar standalone.jar@.

h4. Release History
* April 20, 2016
** 9.0.0.M4 release
* April 20, 2016
** 8.0.33 release
* December 3, 2014
** 1.3 release
Expand Down

0 comments on commit 9e2e902

Please sign in to comment.