This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 4 files changed +8
-8
lines changed
plexus-component-metadata
annotation-processing-test
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 101
101
<plugin >
102
102
<groupId >org.apache.maven.plugins</groupId >
103
103
<artifactId >maven-invoker-plugin</artifactId >
104
- <version >2.0.0 </version >
104
+ <version >3.2.2 </version >
105
105
<configuration >
106
106
<debug >true</debug >
107
107
<projectsDirectory >src/it</projectsDirectory >
Original file line number Diff line number Diff line change 14
14
<dependency >
15
15
<groupId >junit</groupId >
16
16
<artifactId >junit</artifactId >
17
- <version >3.8.1 </version >
17
+ <version >4.13.2 </version >
18
18
<scope >test</scope >
19
19
</dependency >
20
20
<dependency >
30
30
<artifactId >maven-compiler-plugin</artifactId >
31
31
<configuration >
32
32
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
33
- <source >1.6 </source >
34
- <target >1.6 </target >
33
+ <source >7 </source >
34
+ <target >7 </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 >1.6 </source >
43
- <target >1.6 </target >
42
+ <source >7 </source >
43
+ <target >7 </target >
44
44
</configuration >
45
45
</plugin >
46
46
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus</artifactId >
8
- <version >8 </version >
8
+ <version >6.5 </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-containers</artifactId >
47
47
<xbeanReflectVersion >3.7</xbeanReflectVersion >
48
48
<mavenVersion >3.2.5</mavenVersion >
49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
- <javaVersion >8 </javaVersion >
50
+ <javaVersion >7 </javaVersion >
51
51
</properties >
52
52
53
53
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments