Skip to content

Commit

Permalink
bump clirr baseline to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Jun 6, 2016
1 parent bccfda6 commit 7507fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions config/clirr-exclude.yml
Expand Up @@ -2,7 +2,7 @@
differenceTypes: []

packages:
- net.sf.cglib.asm
- net.sf.cglib.asm
- net.sf.cglib.asm.signature
- net.sf.cglib.beans
- net.sf.cglib.core
Expand All @@ -11,8 +11,3 @@ packages:
- net.sf.cglib.transform
- net.sf.cglib.transform.impl
- net.sf.cglib.util


members:
org.mongodb.morphia.annotations.IndexOptions:
- userDefined()
2 changes: 1 addition & 1 deletion morphia/build.gradle
Expand Up @@ -24,6 +24,6 @@ dependencies {

clirr {
excludeFilter = new File("$configDir/clirr-exclude.yml")
baseline = ['org.mongodb.morphia:morphia:1.1.0'].join(':')
baseline = ['org.mongodb.morphia:morphia:1.2.0'].join(':')
failOnErrors = false
}

0 comments on commit 7507fe9

Please sign in to comment.