Commit 8879631 1 parent 76ac833 commit 8879631 Copy full SHA for 8879631
File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >graphics.scenery</groupId >
12
12
<artifactId >scenery</artifactId >
13
- <version >0.1.1 -SNAPSHOT</version >
13
+ <version >0.1.0 -SNAPSHOT</version >
14
14
<inceptionYear >2016</inceptionYear >
15
15
<licenses >
16
16
<license >
101
101
<scijava .jvm.version>1.8</scijava .jvm.version>
102
102
<kotlin .version>1.0.6</kotlin .version>
103
103
<slf4j .version>1.7.21</slf4j .version>
104
- <dokka .version>0.9.10 </dokka .version>
104
+ <dokka .version>0.9.13 </dokka .version>
105
105
<lwjgl .version>3.1.1</lwjgl .version>
106
106
<license .licenseName>lgpl_v3</license .licenseName>
107
107
<license .copyrightOwners>the scenery development team</license .copyrightOwners>
455
455
<execution >
456
456
<phase >pre-site</phase >
457
457
<goals >
458
- <goal >dokka </goal >
458
+ <goal >javadocJar </goal >
459
459
</goals >
460
460
</execution >
461
461
</executions >
515
515
</executions >
516
516
</plugin >
517
517
518
+ <plugin >
519
+ <groupId >org.apache.maven.plugins</groupId >
520
+ <artifactId >maven-release-plugin</artifactId >
521
+ <version >2.5.3</version >
522
+ <configuration >
523
+ <goals >dokka:javadocJar deploy</goals >
524
+ </configuration >
525
+ </plugin >
526
+
518
527
</plugins >
519
528
</build >
529
+
520
530
</project >
You can’t perform that action at this time.
0 commit comments