Skip to content

Commit 54bfef0

Browse files
committed
bump native-maven-plugin version in polyglot app
1 parent 39f227e commit 54bfef0

File tree

1 file changed

+4
-3
lines changed
  • graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources

1 file changed

+4
-3
lines changed

graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<properties>
1313
<graalpy.version>24.2.0</graalpy.version>
1414
<graalpy.edition>python-community</graalpy.edition>
15+
<native-maven-plugin.version>0.9.28</native-maven-plugin.version>
1516
<maven.compiler.target>17</maven.compiler.target>
1617
<maven.compiler.source>17</maven.compiler.source>
1718
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -52,12 +53,12 @@
5253
</packages>
5354
<pythonHome>
5455
<includes>
55-
<!-- java-like regular expression what file paths should be included into venv/home;
56+
<!-- java-like regular expression what file paths should be included;
5657
if empty than default is all -->
5758
<include>.*</include>
5859
</includes>
5960
<excludes>
60-
<!-- java-like regular expression what file paths should be excluded from venv/home;
61+
<!-- java-like regular expression what file paths should be excluded;
6162
default is none -->
6263
<!-- <exclude></exclude> -->
6364
</excludes>
@@ -80,7 +81,7 @@
8081
<plugin>
8182
<groupId>org.graalvm.buildtools</groupId>
8283
<artifactId>native-maven-plugin</artifactId>
83-
<version>0.9.27</version>
84+
<version>${symbol_dollar}{native-maven-plugin.version}</version>
8485
<extensions>true</extensions>
8586
<executions>
8687
<execution>

0 commit comments

Comments
 (0)