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 13
13
That way multiple projects can share the same settings (useful for formatting rules for example).
14
14
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15
15
-->
16
- <netbeans .compile.on.save>none </netbeans .compile.on.save>
16
+ <netbeans .compile.on.save>all </netbeans .compile.on.save>
17
17
<com-junichi11-netbeans-changelf .enable>false</com-junichi11-netbeans-changelf .enable>
18
18
<com-junichi11-netbeans-changelf .use-project>true</com-junichi11-netbeans-changelf .use-project>
19
19
<com-junichi11-netbeans-changelf .lf-kind>LF</com-junichi11-netbeans-changelf .lf-kind>
20
20
<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>
21
22
</properties >
22
23
</project-shared-configuration >
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.mockito</groupId >
48
48
<artifactId >mockito-core</artifactId >
49
- <version >2.7.22 </version >
49
+ <version >2.16.0 </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
182
182
<plugin >
183
183
<groupId >org.apache.maven.plugins</groupId >
184
184
<artifactId >maven-source-plugin</artifactId >
185
- <version >2.4 </version >
185
+ <version >3.0.1 </version >
186
186
<executions >
187
187
<execution >
188
188
<id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments