Skip to content

Commit bf86a0c

Browse files
authored
Merge pull request #21 from mbien/version-bumps
update various versions
2 parents 713f404 + 82571f7 commit bf86a0c

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818
version: 2
1919
updates:
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"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/main/resources/META-INF/maven/archetype-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/main/resources/archetype-resources/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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>

src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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>
@@ -41,7 +41,7 @@
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>

0 commit comments

Comments
 (0)