Skip to content

Commit

Permalink
portex 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Katja Hahn committed Dec 8, 2016
1 parent 00a87d2 commit 0ded680
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import SonatypeKeys._

name := "PortEx"

version := "2.0.8_SNAPSHOT"
version := "2.0.9_SNAPSHOT"

javadocSettings

//add this if you have problems with invalid javadocs in Java 8
//javacOptions in JavaDoc += "-Xdoclint:none"
javacOptions in JavaDoc += "-Xdoclint:none"

sources in (JavaDoc, doc) ~= (_ filterNot (f => f.getName.contains("$") || f.getName.contains("Util") || f.getName.contains("ResourceDataEntry") || f.getName.contains("DirectoryEntry") || f.getName.contains("Scanning")))

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0ded680

Please sign in to comment.