Skip to content

semerps/jasper-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Selami Altın
Oct 23, 2020
3cc75d8 Â· Oct 23, 2020

History

7 Commits
Oct 23, 2020
Oct 23, 2020
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Feb 6, 2020
Feb 7, 2015
Oct 23, 2020
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Jul 16, 2018
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015

Repository files navigation

Grails Jasper Plugin

Build Status

Usage

For usage information, please see http://grails.org/plugin/jasper

How to build this plugin

run 'grailsw package-plugin'

It will create a plugin archive.

Releasing a new version of this plugin

  1. In JasperGrailsPlugin.groovy, set the plugin version to a non-snapshot version number (ex 1.6.1)
  2. run 'grailsw publish-plugin --stacktrace'
  3. Update the plugin version in JasperGrailsPlugin.groovy to be a snapshot (ex "1.6.2-SNAPSHOT")