File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 <plugins >
8383 <plugin >
8484 <artifactId >maven-compiler-plugin</artifactId >
85+ <version >2.3.2</version >
8586 <configuration >
8687 <source >1.6</source >
8788 <target >1.6</target >
101102 <plugin >
102103 <groupId >org.apache.maven.plugins</groupId >
103104 <artifactId >maven-source-plugin</artifactId >
105+ <version >2.1.2</version >
104106 <executions >
105107 <execution >
106108 <id >attach-sources</id >
113115 <plugin >
114116 <groupId >org.apache.maven.plugins</groupId >
115117 <artifactId >maven-scm-plugin</artifactId >
118+ <version >1.6</version >
116119 <configuration >
117120 <pushChanges >false</pushChanges >
118121 </configuration >
119122 </plugin >
120123 <plugin >
121124 <groupId >org.apache.maven.plugins</groupId >
122125 <artifactId >maven-javadoc-plugin</artifactId >
126+ <version >2.8.1</version >
123127 <configuration >
124128 <doctitle >${project.name} ${project.version} API</doctitle >
125129 <aggregate >true</aggregate >
130134 <plugin >
131135 <groupId >org.apache.maven.plugins</groupId >
132136 <artifactId >maven-surefire-plugin</artifactId >
137+ <version >2.8.1</version >
133138 <configuration >
134139 <argLine >-Xmx512M</argLine >
135140 </configuration >
142147 <plugin >
143148 <groupId >org.apache.maven.plugins</groupId >
144149 <artifactId >maven-jxr-plugin</artifactId >
150+ <version >2.2</version >
145151 </plugin >
146152 <plugin >
147153 <groupId >org.apache.maven.plugins</groupId >
148154 <artifactId >maven-surefire-report-plugin</artifactId >
155+ <version >2.11</version >
149156 </plugin >
150157 </plugins >
151158 </reporting >
You can’t perform that action at this time.
0 commit comments