File tree 3 files changed +1
-12
lines changed
3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 77
77
</execution >
78
78
</executions >
79
79
</plugin >
80
- <plugin >
81
- <groupId >org.apache.maven.plugins</groupId >
82
- <artifactId >maven-remote-resources-plugin</artifactId >
83
- </plugin >
84
80
<plugin >
85
81
<groupId >org.apache.maven.plugins</groupId >
86
82
<artifactId >maven-site-plugin</artifactId >
Original file line number Diff line number Diff line change 39
39
</properties >
40
40
<build >
41
41
<plugins >
42
- <plugin >
43
- <groupId >org.apache.maven.plugins</groupId >
44
- <artifactId >maven-remote-resources-plugin</artifactId >
45
- </plugin >
46
42
<plugin >
47
43
<groupId >org.apache.maven.plugins</groupId >
48
44
<artifactId >maven-site-plugin</artifactId >
Original file line number Diff line number Diff line change 36
36
<parent >
37
37
<groupId >org.apache</groupId >
38
38
<artifactId >apache</artifactId >
39
- <version >18 </version >
39
+ <version >22 </version >
40
40
<relativePath />
41
41
<!-- no parent resolution -->
42
42
</parent >
130
130
<java .min.version>${compileSource} </java .min.version>
131
131
<maven .min.version>3.5.0</maven .min.version>
132
132
<hbase .version>2.2.2</hbase .version>
133
- <maven .compiler.version>3.8.1</maven .compiler.version>
134
133
<exec .maven.version>1.6.0</exec .maven.version>
135
134
<audience-annotations .version>0.5.0</audience-annotations .version>
136
135
<junit .version>4.12</junit .version>
349
348
<plugin >
350
349
<groupId >org.apache.maven.plugins</groupId >
351
350
<artifactId >maven-compiler-plugin</artifactId >
352
- <version >${maven.compiler.version} </version >
353
351
<configuration >
354
352
<source >${compileSource} </source >
355
353
<target >${compileSource} </target >
367
365
<plugin >
368
366
<groupId >org.apache.rat</groupId >
369
367
<artifactId >apache-rat-plugin</artifactId >
370
- <version >0.11</version >
371
368
<configuration >
372
369
<excludes >
373
370
<exclude >target/*</exclude >
You can’t perform that action at this time.
0 commit comments