File tree 4 files changed +16
-7
lines changed
4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 18
18
<plugin >
19
19
<groupId >org.apache.felix</groupId >
20
20
<artifactId >maven-bundle-plugin</artifactId >
21
- <version >2.3.7 </version >
21
+ <version >2.4.0 </version >
22
22
<extensions >true</extensions >
23
23
</plugin >
24
+ <plugin >
25
+ <groupId >org.apache.maven.plugins</groupId >
26
+ <artifactId >maven-compiler-plugin</artifactId >
27
+ <version >3.1</version >
28
+ <configuration >
29
+ <source >1.7</source >
30
+ <target >1.7</target >
31
+ </configuration >
32
+ </plugin >
24
33
</plugins >
25
34
</build >
26
35
Original file line number Diff line number Diff line change 18
18
<plugin >
19
19
<groupId >org.apache.felix</groupId >
20
20
<artifactId >maven-bundle-plugin</artifactId >
21
- <version >2.3.7 </version >
21
+ <version >2.4.0 </version >
22
22
<extensions >true</extensions >
23
23
<configuration >
24
24
<instructions >
31
31
<plugin >
32
32
<groupId >org.apache.maven.plugins</groupId >
33
33
<artifactId >maven-compiler-plugin</artifactId >
34
- <version >3.0 </version >
34
+ <version >3.1 </version >
35
35
<configuration >
36
36
<source >1.7</source >
37
37
<target >1.7</target >
Original file line number Diff line number Diff line change 18
18
<plugin >
19
19
<groupId >org.apache.felix</groupId >
20
20
<artifactId >maven-bundle-plugin</artifactId >
21
- <version >2.3.7 </version >
21
+ <version >2.4.0 </version >
22
22
<extensions >true</extensions >
23
23
<configuration >
24
24
<instructions >
31
31
<plugin >
32
32
<groupId >org.apache.maven.plugins</groupId >
33
33
<artifactId >maven-compiler-plugin</artifactId >
34
- <version >3.0 </version >
34
+ <version >3.1 </version >
35
35
<configuration >
36
36
<source >1.7</source >
37
37
<target >1.7</target >
Original file line number Diff line number Diff line change 18
18
<plugin >
19
19
<groupId >org.apache.felix</groupId >
20
20
<artifactId >maven-bundle-plugin</artifactId >
21
- <version >2.3.7 </version >
21
+ <version >2.4.0 </version >
22
22
<extensions >true</extensions >
23
23
<configuration >
24
24
<instructions >
31
31
<plugin >
32
32
<groupId >org.apache.maven.plugins</groupId >
33
33
<artifactId >maven-compiler-plugin</artifactId >
34
- <version >3.0 </version >
34
+ <version >3.1 </version >
35
35
<configuration >
36
36
<source >1.7</source >
37
37
<target >1.7</target >
You can’t perform that action at this time.
0 commit comments