Skip to content

Commit

Permalink
bumped to version 0.0.22, updated README and whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed May 26, 2014
1 parent ffa3bdd commit d04c9bd
Show file tree
Hide file tree
Showing 38 changed files with 114 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/akhikhl/gretty.png?branch=master)](https://travis-ci.org/akhikhl/gretty)
[![Maintainer Status](http://stillmaintained.com/akhikhl/gretty.png)](http://stillmaintained.com/akhikhl/gretty)
[![Latest Version](http://img.shields.io/badge/latest_version-0.0.21-47b31f.svg)](https://github.com/akhikhl/gretty/tree/v0.0.21)
[![Latest Version](http://img.shields.io/badge/latest_version-0.0.22-47b31f.svg)](https://github.com/akhikhl/gretty/tree/v0.0.22)
[![License](http://img.shields.io/badge/license-MIT-949494.svg)](#copyright-and-license)

#### Introduction
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'org.akhikhl.gretty'
version = '0.0.21'
version = '0.0.22'

ext {
project_id = 'gretty'
Expand Down
2 changes: 1 addition & 1 deletion examples/farm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.22'
}
}

2 changes: 1 addition & 1 deletion examples/farmJacoco/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.22'
}
}

2 changes: 1 addition & 1 deletion examples/grettyOverlay7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/grettyOverlay8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/grettyOverlay9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/helloGretty7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/helloGretty8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/helloGretty9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/jacocoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/jacocoInstantiateTasks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/securityRealm7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/securityRealm8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/securityRealm9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testAnnotations8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testAnnotations9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testAnnotationsOverlay8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testAnnotationsOverlay9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyEnvXml7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyEnvXml8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyEnvXml9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyXml7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyXml8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/testJettyXml9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/webhost8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/webhost9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.21'
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class FarmPlugin extends FarmPluginBase {
@Override
void injectDependencies(Project project) {
project.dependencies {
grettyHelperConfig 'org.akhikhl.gretty:gretty7-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty7-helper:0.0.22'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class JettyPlugin extends JettyPluginBase {
void injectDependencies(Project project) {
project.dependencies {
providedCompile 'javax.servlet:servlet-api:2.5'
grettyHelperConfig 'org.akhikhl.gretty:gretty7-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty7-helper:0.0.22'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class FarmPlugin extends FarmPluginBase {
@Override
void injectDependencies(Project project) {
project.dependencies {
grettyHelperConfig 'org.akhikhl.gretty:gretty8-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty8-helper:0.0.22'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class JettyPlugin extends JettyPluginBase {
void injectDependencies(Project project) {
project.dependencies {
providedCompile 'javax.servlet:javax.servlet-api:3.0.1'
grettyHelperConfig 'org.akhikhl.gretty:gretty8-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty8-helper:0.0.22'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class FarmPlugin extends FarmPluginBase {
@Override
void injectDependencies(Project project) {
project.dependencies {
grettyHelperConfig 'org.akhikhl.gretty:gretty9-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty9-helper:0.0.22'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class JettyPlugin extends JettyPluginBase {
void injectDependencies(Project project) {
project.dependencies {
providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
grettyHelperConfig 'org.akhikhl.gretty:gretty9-helper:0.0.21'
grettyHelperConfig 'org.akhikhl.gretty:gretty9-helper:0.0.22'
}
}
}
20 changes: 20 additions & 0 deletions pluginScripts/gretty-0.0.22.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.22'
}
}

repositories {
jcenter()
}

project.apply plugin: 'war'

if (!project.plugins.findPlugin(org.akhikhl.gretty.JettyPlugin))
project.apply(plugin: org.akhikhl.gretty.JettyPlugin)


19 changes: 19 additions & 0 deletions pluginScripts/gretty7-0.0.22.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'org.akhikhl.gretty:gretty7-plugin:0.0.22'
}
}

repositories {
jcenter()
}

project.apply plugin: 'war'

if (!project.plugins.findPlugin(org.akhikhl.gretty7.JettyPlugin))
project.apply(plugin: org.akhikhl.gretty7.JettyPlugin)

19 changes: 19 additions & 0 deletions pluginScripts/gretty8-0.0.22.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'org.akhikhl.gretty:gretty8-plugin:0.0.22'
}
}

repositories {
jcenter()
}

project.apply plugin: 'war'

if (!project.plugins.findPlugin(org.akhikhl.gretty8.JettyPlugin))
project.apply(plugin: org.akhikhl.gretty8.JettyPlugin)

19 changes: 19 additions & 0 deletions pluginScripts/gretty9-0.0.22.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'org.akhikhl.gretty:gretty9-plugin:0.0.22'
}
}

repositories {
jcenter()
}

project.apply plugin: 'war'

if (!project.plugins.findPlugin(org.akhikhl.gretty9.JettyPlugin))
project.apply(plugin: org.akhikhl.gretty9.JettyPlugin)

4 changes: 4 additions & 0 deletions whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### What's new:

#### Version 0.0.22

- Implemented [Jacoco code coverage support](../../wiki/Code-coverage-support) - both server-side and client-side.

#### Version 0.0.21

- Fixed issue [gretty-farm plugin throws IllegalStateException: zip file closed](https://github.com/akhikhl/gretty/issues/24)
Expand Down

0 comments on commit d04c9bd

Please sign in to comment.