Skip to content

Commit

Permalink
specific to java 1.8 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsyaifudin committed Mar 11, 2016
1 parent 2131e9e commit 17e0ac7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7

# command to run tests
# script: mvn test
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ API untuk kode ini dapat dilihat pada [http://yusufsyaifudin.github.io/indonesia

## Instalasi

Untuk menginstall, tambahkan kode berikut pada berkas `pom.xml`:
Untuk menginstall pastikan versi java Anda ialah 1.8 keatas, tambahkan kode berikut pada berkas `pom.xml`:

```
<repositories>
Expand Down
Binary file modified yusufs/nlp/indonesia-ner/1.0.0/indonesia-ner-1.0.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion yusufs/nlp/indonesia-ner/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20160311181329</lastUpdated>
<lastUpdated>20160311182208</lastUpdated>
</versioning>
</metadata>

0 comments on commit 17e0ac7

Please sign in to comment.