This repository was archived by the owner on Apr 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ language: java
2
2
install : mvn install -DskipTests=true -Dgpg.skip=true
3
3
jdk :
4
4
- oraclejdk8
5
+ - oraclejdk9
Original file line number Diff line number Diff line change 107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<artifactId >maven-compiler-plugin</artifactId >
110
- <version >3.3 </version >
110
+ <version >3.7.0 </version >
111
111
<!-- compile for Java 1.7 -->
112
112
<configuration >
113
113
<source >1.7</source >
118
118
<plugin >
119
119
<groupId >org.apache.maven.plugins</groupId >
120
120
<artifactId >maven-source-plugin</artifactId >
121
- <version >2.4 </version >
121
+ <version >3.0.1 </version >
122
122
<executions >
123
123
<execution >
124
124
<id >attach-sources</id >
131
131
<plugin >
132
132
<groupId >org.apache.maven.plugins</groupId >
133
133
<artifactId >maven-javadoc-plugin</artifactId >
134
- <version >2.10.3 </version >
134
+ <version >3.0.0-M1 </version >
135
135
<executions >
136
136
<execution >
137
137
<id >attach-javadocs</id >
162
162
<plugin >
163
163
<groupId >org.apache.maven.plugins</groupId >
164
164
<artifactId >maven-release-plugin</artifactId >
165
- <version >2.5.2 </version >
165
+ <version >2.5.3 </version >
166
166
<executions >
167
167
<execution >
168
168
<id >default</id >
183
183
<plugin >
184
184
<groupId >org.sonatype.plugins</groupId >
185
185
<artifactId >nexus-staging-maven-plugin</artifactId >
186
- <version >1.6.6 </version >
186
+ <version >1.6.8 </version >
187
187
<extensions >true</extensions >
188
188
<configuration >
189
189
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments