Skip to content

Commit

Permalink
Merge branch 'release/2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsharmaak committed Jul 21, 2015
2 parents 3dd892e + 313614b commit e568ae1
Show file tree
Hide file tree
Showing 91 changed files with 1,134 additions and 1,116 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# 2.2.1

See issues [here](https://github.com/Netflix/genie/issues?q=milestone%3A2.2.1)

# 2.2.0

See issues [here](https://github.com/Netflix/genie/issues?q=milestone%3A2.2.0)

# 2.1.2

See issues [here](hhttps://github.com/Netflix/genie/issues?q=milestone%3A2.1.2)

# 2.1.1

See issues [here](https://github.com/Netflix/genie/issues?q=milestone%3A2.1.1)

# 2.1.0

See issue report [here](https://github.com/Netflix/genie/milestones/2.1.0)
See issues [here](https://github.com/Netflix/genie/issues?q=milestone%3A2.1.0)

# 2.0.0

* Full 2.0.0 release
See issues [here](https://github.com/Netflix/genie/issues?q=milestone%3A2.0.0)

# 1.0.0

Expand Down
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'nebula.netflixoss' version '2.2.9'
id 'nebula.netflixoss' version '2.2.10'
id 'nebula.provided-base' version '2.2.2'
}

Expand Down Expand Up @@ -75,17 +75,15 @@ subprojects {
}

checkstyle {
ignoreFailures = true
configFile = new File(project.parent.projectDir, 'codequality/checkstyle.xml')
configFile = new File(project.parent.projectDir, "codequality/checkstyle/checkstyle.xml")
}

findbugs {
ignoreFailures = true
excludeFilter = new File(project.parent.projectDir, "codequality/findbugs/excludeFilter.xml")
}

tasks.withType(Pmd) {
reports.html.enabled true
ignoreFailures = true
}

test {
Expand Down
198 changes: 0 additions & 198 deletions codequality/checkstyle.xml

This file was deleted.

Loading

0 comments on commit e568ae1

Please sign in to comment.