File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >plexus</artifactId >
6
6
<groupId >org.codehaus.plexus</groupId >
7
- <version >3.2 </version >
7
+ <version >5.0 </version >
8
8
</parent >
9
9
10
10
<artifactId >plexus-io</artifactId >
31
31
32
32
<properties >
33
33
<cobertura .skip>true</cobertura .skip>
34
+ <javaVersion >7</javaVersion >
34
35
</properties >
35
36
36
37
<dependencies >
70
71
<plugin >
71
72
<groupId >org.apache.maven.plugins</groupId >
72
73
<artifactId >maven-compiler-plugin</artifactId >
73
- <version >3.3</version >
74
- <configuration >
75
- <source >1.7</source >
76
- <target >1.7</target >
77
- </configuration >
78
74
</plugin >
79
75
<plugin >
80
-
81
76
<groupId >org.apache.maven.plugins</groupId >
82
77
<artifactId >maven-scm-publish-plugin</artifactId >
83
78
<configuration >
84
79
<content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
85
- <scmBranch >gh-pages</scmBranch >
86
80
</configuration >
87
81
<executions >
88
82
<execution >
104
98
<plugin >
105
99
<groupId >org.apache.maven.plugins</groupId >
106
100
<artifactId >maven-release-plugin</artifactId >
107
- <version >2.5.1</version >
108
101
</plugin >
109
102
<plugin >
110
103
<groupId >org.apache.maven.plugins</groupId >
111
104
<artifactId >maven-gpg-plugin</artifactId >
112
- <version >1.6</version >
113
105
</plugin >
114
106
<plugin >
115
107
<groupId >org.apache.maven.plugins</groupId >
116
108
<artifactId >maven-enforcer-plugin</artifactId >
117
- <version >1.1.1</version >
118
109
<executions >
119
110
<execution >
120
111
<id >enforce-java</id >
You can’t perform that action at this time.
0 commit comments