File tree Expand file tree Collapse file tree 8 files changed +13
-2
lines changed Expand file tree Collapse file tree 8 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 89
89
<plugin >
90
90
<groupId >org.apache.maven.plugins</groupId >
91
91
<artifactId >maven-javadoc-plugin</artifactId >
92
+ <version >3.5.0</version >
92
93
<executions >
93
94
<execution >
94
95
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 32
32
<plugin >
33
33
<groupId >org.apache.maven.plugins</groupId >
34
34
<artifactId >maven-compiler-plugin</artifactId >
35
+ <version >3.11.0</version >
35
36
<configuration >
36
37
<testExcludes >
37
38
<exclude >graalvm/UnicodeUtilsTest.java</exclude >
118
119
<plugin >
119
120
<groupId >org.codehaus.mojo</groupId >
120
121
<artifactId >flatten-maven-plugin</artifactId >
122
+ <version >1.4.1</version >
121
123
</plugin >
122
124
<plugin >
123
125
<groupId >org.apache.maven.plugins</groupId >
124
126
<artifactId >maven-javadoc-plugin</artifactId >
127
+ <version >3.5.0</version >
125
128
<executions >
126
129
<execution >
127
130
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 47
47
<plugin >
48
48
<groupId >org.apache.maven.plugins</groupId >
49
49
<artifactId >maven-javadoc-plugin</artifactId >
50
+ <version >3.5.0</version >
50
51
<executions >
51
52
<execution >
52
53
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 43
43
<plugin >
44
44
<groupId >org.apache.maven.plugins</groupId >
45
45
<artifactId >maven-javadoc-plugin</artifactId >
46
+ <version >3.5.0</version >
46
47
<executions >
47
48
<execution >
48
49
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 44
44
<plugin >
45
45
<groupId >org.apache.maven.plugins</groupId >
46
46
<artifactId >maven-javadoc-plugin</artifactId >
47
+ <version >3.5.0</version >
47
48
<executions >
48
49
<execution >
49
50
<id >attach-javadocs</id >
Original file line number Diff line number Diff line change 31
31
</licenses >
32
32
33
33
<properties >
34
- <maven .compiler.target>1.8</maven .compiler.target>
35
- <maven .compiler.source>1.8</maven .compiler.source>
34
+ <maven .compiler.target>8</maven .compiler.target>
35
+ <maven .compiler.source>8</maven .compiler.source>
36
+ <maven .compiler.release>8</maven .compiler.release>
36
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
38
<maven .deploy.skip>true</maven .deploy.skip>
38
39
<sonar .organization>arangodb-1</sonar .organization>
Original file line number Diff line number Diff line change 59
59
<plugin >
60
60
<groupId >org.apache.maven.plugins</groupId >
61
61
<artifactId >maven-jar-plugin</artifactId >
62
+ <version >3.3.0</version >
62
63
</plugin >
63
64
<plugin >
64
65
<artifactId >maven-shade-plugin</artifactId >
158
159
<plugin >
159
160
<groupId >org.codehaus.mojo</groupId >
160
161
<artifactId >flatten-maven-plugin</artifactId >
162
+ <version >1.4.1</version >
161
163
</plugin >
162
164
</plugins >
163
165
</build >
Original file line number Diff line number Diff line change 35
35
<plugin >
36
36
<groupId >org.apache.maven.plugins</groupId >
37
37
<artifactId >maven-javadoc-plugin</artifactId >
38
+ <version >3.5.0</version >
38
39
<executions >
39
40
<execution >
40
41
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments