8000 GitHub - sbleon/cfparser: testcfmlparser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sbleon/cfparser

 
 

Repository files navigation

cfparser

Build Status Codacy Badge

CFParser is available on Maven Central!

The CFParser license is BSD (http://www.opensource.org/licenses/bsd-license.html).

To build use: mvn clean install

<dependency>
    <groupId>com.github.cfparser</groupId>
    <artifactId>cfml.parsing</artifactId>
    <version>2.9.2</version>
</dependency>

To update the version number prior to a build, run: mvn versions:set -DnewVersion=2.2.13-SNAPSHOT

To update the version number prior to a release, run: mvn versions:set -DnewVersion=2.2.13

#Release example (we do our final commit for 2.2.13-SNAPSHOT on the develop branch, we're ready to release it)

[develop]$`git checkout master`
 [master]$`git merge --no-ff develop`
 [master]$`mvn versions:set -DnewVersion=2.2.13`
 [master]$`mvn clean verify`
 [master]$`git commit -am 'Release version 2.2.13'`
 [master]$`git tag -a 2.2.13`
 [master]$`git checkout develop`
[develop]$`git merge --no-ff master`
[develop]$`mvn versions:set -DnewVersion=2.2.14-SNAPSHOT`
[develop]$`git commit -am 'Setup version 2.2.14 for development'`

About

testcfmlparser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.6%
  • ColdFusion 9.5%
  • ANTLR 2.8%
  • GAP 1.1%
0