Skip to content

Commit f741989

Browse files
committed
update version 1.14.0-SNAPSHOT
Signed-off-by: Andrew Thornton <[email protected]>
1 parent ac8dcb3 commit f741989

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>java-gitea-api</artifactId>
55
<packaging>jar</packaging>
66
<name>java-gitea-api</name>
7-
<version>1.7.0-SNAPSHOT</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<url>https://github.com/zeripath/java-gitea-api</url>
99
<description>Swagger Java Client for Gitea</description>
1010
<scm>
@@ -160,6 +160,9 @@
160160
</goals>
161161
</execution>
162162
</executions>
163+
<configuration>
164+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
165+
</configuration>
163166
</plugin>
164167
<plugin>
165168
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)