Skip to content

Commit ed706bd

Browse files
committed
[maven-release-plugin] prepare release 4.0.0
1 parent 1e4ce62 commit ed706bd

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.gitlab</groupId>
66
<artifactId>java-gitlab-api</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88

99
<name>Gitlab Java API Wrapper</name>
1010
<description>A Java wrapper for the Gitlab Git Hosting Server API</description>
@@ -214,5 +214,23 @@
214214
</plugins>
215215
</build>
216216
</profile>
217-
</profiles>
217+
<profile>
218+
<id>doclint-java8-disable</id>
219+
<activation>
220+
<jdk>[1.8,)</jdk>
221+
</activation>
222+
223+
<build>
224+
<plugins>
225+
<plugin>
226+
<groupId>org.apache.maven.plugins</groupId>
227+
<artifactId>maven-javadoc-plugin</artifactId>
228+
<configuration>
229+
<additionalparam>-Xdoclint:none</additionalparam>
230+
</configuration>
231+
</plugin>
232+
</plugins>
233+
</build>
234+
</profile>
235+
</profiles>
218236
</project>

0 commit comments

Comments
 (0)