Skip to content

Commit 8745c5d

Browse files
author
Joshua
committed
changed pom.xml version
updated the README.md
1 parent cdc4bc4 commit 8745c5d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also download the newest version from the [releases](https://github.com/
1414
<dependency>
1515
<groupId>de.joshicodes</groupId>
1616
<artifactId>webapi</artifactId>
17-
<version>1.1.1</version>
17+
<version>1.1.2</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.joshicodes</groupId>
88
<artifactId>webapi</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010

1111
<build>
1212
<plugins>
@@ -27,6 +27,18 @@
2727
</descriptorRefs>
2828
</configuration>
2929
</plugin>
30+
31+
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-javadoc-plugin</artifactId>
35+
<version>3.5.0</version>
36+
<configuration>
37+
<source>17</source>
38+
<doclint>none</doclint>
39+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
40+
</configuration>
41+
</plugin>
3042
</plugins>
3143

3244
</build>

0 commit comments

Comments
 (0)