Skip to content

Commit be1de60

Browse files
committed
Merge pull request #4628 from SethTisue/issue/8744
SI-8744 fix version.number in scaladoc.properties
2 parents d99785b + 6a4ca9b commit be1de60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ TODO:
11961196
</target>
11971197

11981198
<target name="quick.scaladoc" depends="quick.comp">
1199-
<staged-build with="locker" stage="quick" project="scaladoc" version="scaladoc"/> </target>
1199+
<staged-build with="locker" stage="quick" project="scaladoc"/> </target>
12001200

12011201
<target name="quick.interactive" depends="quick.comp, quick.scaladoc">
12021202
<staged-build with="locker" stage="quick" project="interactive"/> </target>

0 commit comments

Comments
 (0)