This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 4 files changed +6
-6
lines changed
plexus-component-metadata/src/it
annotation-processing-test
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
<artifactId >maven-compiler-plugin</artifactId >
31
31
<configuration >
32
32
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
33
- <source >7 </source >
34
- <target >7 </target >
33
+ <source >8 </source >
34
+ <target >8 </target >
35
35
</configuration >
36
36
</plugin >
37
37
<plugin >
Original file line number Diff line number Diff line change 39
39
<groupId >org.apache.maven.plugins</groupId >
40
40
<artifactId >maven-compiler-plugin</artifactId >
41
41
<configuration >
42
- <source >7 </source >
43
- <target >7 </target >
42
+ <source >8 </source >
43
+ <target >8 </target >
44
44
</configuration >
45
45
</plugin >
46
46
Original file line number Diff line number Diff line change 21
21
def file = new File (basedir, ' target/classes/META-INF/plexus/components.xml' )
22
22
assert file. exists()
23
23
24
- def componentSet = new XmlParser (). parse(file)
24
+ def componentSet = new groovy.xml. XmlParser (). parse(file)
25
25
26
26
assert componentSet. components. component. size() == 2
27
27
Original file line number Diff line number Diff line change 47
47
<xbeanReflectVersion >4.22</xbeanReflectVersion >
48
48
<mavenVersion >3.2.5</mavenVersion >
49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
- <javaVersion >7 </javaVersion >
50
+ <javaVersion >8 </javaVersion >
51
51
</properties >
52
52
53
53
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments