File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 103
103
<!-- specify using Java 8 -->
104
104
<groupId >org.apache.maven.plugins</groupId >
105
105
<artifactId >maven-compiler-plugin</artifactId >
106
- <version >3.1 </version >
106
+ <version >3.2 </version >
107
107
<configuration >
108
108
<source >1.8</source >
109
109
<target >1.8</target >
113
113
<!-- create sources.jar -->
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-source-plugin</artifactId >
116
- <version >2.3 </version >
116
+ <version >2.4 </version >
117
117
<executions >
118
118
<execution >
119
119
<id >attach-sources</id >
127
127
<!-- create javadoc.jar -->
128
128
<groupId >org.apache.maven.plugins</groupId >
129
129
<artifactId >maven-javadoc-plugin</artifactId >
130
- <version >2.9 .1</version >
130
+ <version >2.10 .1</version >
131
131
<executions >
132
132
<execution >
133
133
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments