File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.jenkins-ci.plugins</groupId >
5
5
<artifactId >plugin</artifactId >
6
- <version >1.532</version >
6
+ <!-- JENKINS-18537-->
7
+ <version >1.554.1</version >
7
8
</parent >
8
9
9
10
<groupId >com.coravy.hudson.plugins.github</groupId >
105
106
</pluginRepository >
106
107
</pluginRepositories >
107
108
109
+ <properties >
110
+ <maven-compiler-plugin .version>3.3</maven-compiler-plugin .version>
111
+ <maven-release-plugin .version>2.5.1</maven-release-plugin .version>
112
+ </properties >
113
+
108
114
<build >
109
115
<plugins >
110
- <plugin >
111
- <groupId >org.apache.maven.plugins</groupId >
112
- <artifactId >maven-release-plugin</artifactId >
113
- <version >2.5</version >
114
- </plugin >
116
+ <plugin >
117
+ <artifactId >maven-compiler-plugin</artifactId >
118
+ <configuration >
119
+ <source >1.6</source >
120
+ <target >1.6</target >
121
+ </configuration >
122
+ </plugin >
115
123
</plugins >
116
124
</build >
117
125
You can’t perform that action at this time.
0 commit comments