File tree 6 files changed +12
-12
lines changed
com.oracle.graal.python.test.integration
graalpy-archetype-polyglot-app
src/main/resources/archetype-resources
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
64
64
<maven .compiler.source>17</maven .compiler.source>
65
65
<maven .compiler.target>17</maven .compiler.target>
66
66
<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>
68
68
</properties >
69
69
70
70
<build >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ SOFTWARE.
45
45
<groupId >org.graalvm.python</groupId >
46
46
<artifactId >graalpy-archetype-polyglot-app</artifactId >
47
47
<!-- This version is always overridden when deploying using mx -->
48
- <version >24.1.0 </version >
48
+ <version >24.1.1 </version >
49
49
<url >http://www.graalvm.org/</url >
50
50
<description >Maven archetype providing a skeleton GraalPy - Java polyglot application.</description >
51
51
<packaging >maven-archetype</packaging >
Original file line number Diff line number Diff line change 10
10
11
11
#set( $symbol_dollar = '$' )
12
12
<properties >
13
- <graalpy .version>24.1.0 </graalpy .version>
13
+ <graalpy .version>24.1.1 </graalpy .version>
14
14
<graalpy .edition>python-community</graalpy .edition>
15
15
<native-maven-plugin .version>0.9.28</native-maven-plugin .version>
16
16
<maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SOFTWARE.
48
48
<artifactId >graalpy-maven-plugin</artifactId >
49
49
<packaging >maven-plugin</packaging >
50
50
<!-- This version is always overridden when deploying using mx -->
51
- <version >24.1.0 </version >
51
+ <version >24.1.1 </version >
52
52
<url >http://www.graalvm.org/</url >
53
53
<name >graalpy-maven-plugin</name >
54
54
<description >Handles python related resources in a maven GraalPy - Java polyglot application.</description >
@@ -57,7 +57,7 @@ SOFTWARE.
57
57
<maven .compiler.target>17</maven .compiler.target>
58
58
<maven .compiler.source>17</maven .compiler.source>
59
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
- <graalpy .version>24.1.0 </graalpy .version>
60
+ <graalpy .version>24.1.1 </graalpy .version>
61
61
</properties >
62
62
63
63
<profiles >
Original file line number Diff line number Diff line change 9
9
"name" : "graalpython" ,
10
10
"versionConflictResolution" : "latest" ,
11
11
12
- "version" : "24.1.0 " ,
12
+ "version" : "24.1.1 " ,
13
13
"graalpython:pythonVersion" : "3.11.7" ,
14
- "release" : True ,
14
+ "release" : False ,
15
15
"groupId" : "org.graalvm.python" ,
16
16
"url" : "http://www.graalvm.org/" ,
17
17
45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
48
+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
49
49
"subdir" : True ,
50
50
"urls" : [
51
51
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
52
52
]
53
53
},
54
54
{
55
55
"name" : "tools" ,
56
- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
56
+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
57
57
"subdir" : True ,
58
58
"urls" : [
59
59
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
60
60
],
61
61
},
62
62
{
63
63
"name" : "sulong" ,
64
- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
64
+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
65
65
"subdir" : True ,
66
66
"urls" : [
67
67
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
68
68
]
69
69
},
70
70
{
71
71
"name" : "regex" ,
72
- "version" : "9a999421344daf2db2fd949adba44acaf345c5b3 " ,
72
+ "version" : "274253cc8ea8146ffc13af1c2da5d0e5cce117b3 " ,
73
73
"subdir" : True ,
74
74
"urls" : [
75
75
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments