File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 That way multiple projects can share the same settings (useful for formatting rules for example).
1414 Any value defined here will override the pom.xml file value but is only applicable to the current project.
1515 -->
16- <netbeans .compile.on.save>none </netbeans .compile.on.save>
16+ <netbeans .compile.on.save>all </netbeans .compile.on.save>
1717 <com-junichi11-netbeans-changelf .enable>false</com-junichi11-netbeans-changelf .enable>
1818 <com-junichi11-netbeans-changelf .use-project>true</com-junichi11-netbeans-changelf .use-project>
1919 <com-junichi11-netbeans-changelf .lf-kind>LF</com-junichi11-netbeans-changelf .lf-kind>
2020 <com-junichi11-netbeans-changelf .use-global>false</com-junichi11-netbeans-changelf .use-global>
21+ <org-netbeans-modules-javascript2-requirejs .enabled>true</org-netbeans-modules-javascript2-requirejs .enabled>
2122 </properties >
2223</project-shared-configuration >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.mockito</groupId >
4848 <artifactId >mockito-core</artifactId >
49- <version >2.7.22 </version >
49+ <version >2.16.0 </version >
5050 <scope >test</scope >
5151 </dependency >
5252 </dependencies >
182182 <plugin >
183183 <groupId >org.apache.maven.plugins</groupId >
184184 <artifactId >maven-source-plugin</artifactId >
185- <version >2.4 </version >
185+ <version >3.0.1 </version >
186186 <executions >
187187 <execution >
188188 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments