Skip to content

Commit

Permalink
Revert to OpenNLP 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed Feb 21, 2017
1 parent 43b0297 commit f03c309
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters:1.3.0'
compile 'com.rabidgremlin:mutters:1.3.1'
}
```

Expand All @@ -193,7 +193,7 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters:1.3.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters:1.3.1-SNAPSHOT'
}
```

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
compile 'org.apache.opennlp:opennlp-tools:1.7.2'
compile 'org.apache.opennlp:opennlp-tools:1.6.0'
compile 'joda-time:joda-time:2.9.4'
compile 'com.joestelmach:natty:0.12'
compile 'commons-codec:commons-codec:1.10'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.3.1-SNAPSHOT
version=1.3.1

# These are place holder values. Real values should be set in user's home gradle.properties
# and are only needed when signing and uploading to central maven repo
Expand Down

0 comments on commit f03c309

Please sign in to comment.