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 103103 <!-- specify using Java 8 -->
104104 <groupId >org.apache.maven.plugins</groupId >
105105 <artifactId >maven-compiler-plugin</artifactId >
106- <version >3.1 </version >
106+ <version >3.2 </version >
107107 <configuration >
108108 <source >1.8</source >
109109 <target >1.8</target >
113113 <!-- create sources.jar -->
114114 <groupId >org.apache.maven.plugins</groupId >
115115 <artifactId >maven-source-plugin</artifactId >
116- <version >2.3 </version >
116+ <version >2.4 </version >
117117 <executions >
118118 <execution >
119119 <id >attach-sources</id >
127127 <!-- create javadoc.jar -->
128128 <groupId >org.apache.maven.plugins</groupId >
129129 <artifactId >maven-javadoc-plugin</artifactId >
130- <version >2.9 .1</version >
130+ <version >2.10 .1</version >
131131 <executions >
132132 <execution >
133133 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments