File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
com.oracle.graal.python.test.integration
graalpy-archetype-polyglot-app
src/main/resources/archetype-resources Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- { "overlay" : "d304553512c0373cbe1fb5586546fc02068efd29 " }
1+ { "overlay" : "48f1878b69beb17b05dabcbb6915e2a7b3b3131e " }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Additionally, one can change the polyglot artifacts version with
6464 <maven .compiler.source>17</maven .compiler.source>
6565 <maven .compiler.target>17</maven .compiler.target>
6666 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
67- <com .oracle.graal.python.test.polyglot.version>24.1.0 </com .oracle.graal.python.test.polyglot.version>
67+ <com .oracle.graal.python.test.polyglot.version>24.1.1 </com .oracle.graal.python.test.polyglot.version>
6868 </properties >
6969
7070 <build >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ SOFTWARE.
4545 <groupId >org.graalvm.python</groupId >
4646 <artifactId >graalpy-archetype-polyglot-app</artifactId >
4747 <!-- This version is always overridden when deploying using mx -->
48- <version >24.1.0 </version >
48+ <version >24.1.1 </version >
4949 <url >http://www.graalvm.org/</url >
5050 <description >Maven archetype providing a skeleton GraalPy - Java polyglot application.</description >
5151 <packaging >maven-archetype</packaging >
Original file line number Diff line number Diff line change 1010
1111#set( $symbol_dollar = '$' )
1212 <properties >
13- <graalpy .version>24.1.0 </graalpy .version>
13+ <graalpy .version>24.1.1 </graalpy .version>
1414 <graalpy .edition>python-community</graalpy .edition>
1515 <native-maven-plugin .version>0.9.28</native-maven-plugin .version>
1616 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SOFTWARE.
4848 <artifactId >graalpy-maven-plugin</artifactId >
4949 <packaging >maven-plugin</packaging >
5050 <!-- This version is always overridden when deploying using mx -->
51- <version >24.1.0 </version >
51+ <version >24.1.1 </version >
5252 <url >http://www.graalvm.org/</url >
5353 <name >graalpy-maven-plugin</name >
5454 <description >Handles python related resources in a maven GraalPy - Java polyglot application.</description >
@@ -57,7 +57,7 @@ SOFTWARE.
5757 <maven .compiler.target>17</maven .compiler.target>
5858 <maven .compiler.source>17</maven .compiler.source>
5959 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60- <graalpy .version>24.1.0 </graalpy .version>
60+ <graalpy .version>24.1.1 </graalpy .version>
6161 </properties >
6262
6363 <profiles >
Original file line number Diff line number Diff line change 99 "name" : "graalpython" ,
1010 "versionConflictResolution" : "latest" ,
1111
12- "version" : "24.1.0 " ,
12+ "version" : "24.1.1 " ,
1313 "graalpython:pythonVersion" : "3.11.7" ,
14- "release" : True ,
14+ "release" : False ,
1515 "groupId" : "org.graalvm.python" ,
1616 "url" : "http://www.graalvm.org/" ,
1717
4545 },
4646 {
4747 "name" : "sdk" ,
48- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
48+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
4949 "subdir" : True ,
5050 "urls" : [
5151 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
5252 ]
5353 },
5454 {
5555 "name" : "tools" ,
56- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
56+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
5757 "subdir" : True ,
5858 "urls" : [
5959 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
6060 ],
6161 },
6262 {
6363 "name" : "sulong" ,
64- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
64+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
6565 "subdir" : True ,
6666 "urls" : [
6767 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
6868 ]
6969 },
7070 {
7171 "name" : "regex" ,
72- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
72+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
7373 "subdir" : True ,
7474 "urls" : [
7575 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments