File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed
Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1818version : 2
1919updates :
2020 - package-ecosystem : " maven"
21+ # note: dependabot can't update archetype template files (dependabot-core/#2144)
2122 directory : " /"
2223 target-branch : " master"
2324 schedule :
2425 interval : " daily"
25- - package-ecosystem : " maven"
26- directory : " /src/main/resources/archetype-resources"
27- schedule :
28- interval : " daily"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >org.apache.netbeans</groupId >
2525 <artifactId >netbeans-parent</artifactId >
26- <version >4 </version >
26+ <version >5 </version >
2727 </parent >
2828 <modelVersion >4.0.0</modelVersion >
2929 <groupId >org.apache.netbeans.archetypes</groupId >
@@ -65,15 +65,15 @@ under the License.
6565 <plugins >
6666 <plugin >
6767 <artifactId >maven-archetype-plugin</artifactId >
68- <version >3.2.1 </version >
68+ <version >3.4.0 </version >
6969 </plugin >
7070 </plugins >
7171 </pluginManagement >
7272 <extensions >
7373 <extension >
7474 <groupId >org.apache.maven.archetype</groupId >
7575 <artifactId >archetype-packaging</artifactId >
76- <version >3.2.1 </version >
76+ <version >3.4.0 </version >
7777 </extension >
7878 </extensions >
7979 </build >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ under the License.
5858 </fileSets >
5959 <requiredProperties >
6060 <requiredProperty key =" netbeansVersion" >
61- <defaultValue >RELEASE220 </defaultValue >
61+ <defaultValue >RELEASE270 </defaultValue >
6262 </requiredProperty >
6363 </requiredProperties >
6464</archetype-descriptor >
Original file line number Diff line number Diff line change 6161 <plugin >
6262 <groupId >org.apache.maven.plugins</groupId >
6363 <artifactId >maven-surefire-plugin</artifactId >
64- <version >3.3.0 </version >
64+ <version >3.5.4 </version >
6565 <configuration >
6666 <argLine >${jpms-flags} </argLine >
6767 <systemPropertyVariables >
Original file line number Diff line number Diff line change 3131 <plugin >
3232 <groupId >org.apache.netbeans.utilities</groupId >
3333 <artifactId >nbm-maven-plugin</artifactId >
34- <version >14.2 </version >
34+ <version >14.3 </version >
3535 <extensions >true</extensions >
3636 <configuration >
3737 <brandingToken >${D} {brandingToken}</brandingToken >
4141 <plugin >
4242 <groupId >org.apache.maven.plugins</groupId >
4343 <artifactId >maven-compiler-plugin</artifactId >
44- <version >3.13 .0</version >
44+ <version >3.14 .0</version >
4545 </plugin >
4646 <plugin >
4747 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments