Skip to content

Commit 0ded680

Browse files
author
Katja Hahn
committed
portex 2.0.8
1 parent 00a87d2 commit 0ded680

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import SonatypeKeys._
22

33
name := "PortEx"
44

5-
version := "2.0.8_SNAPSHOT"
5+
version := "2.0.9_SNAPSHOT"
66

77
javadocSettings
88

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

1212
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")))
1313

0 commit comments

Comments
 (0)