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
graalpy-micronaut-embedding Expand file tree Collapse file tree 6 files changed +12
-12
lines changed 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.2 .0</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.2 .0</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.2 .0</graalpy .version>
14
14
<graalpy .edition>python-community</graalpy .edition>
15
15
<maven .compiler.target>17</maven .compiler.target>
16
16
<maven .compiler.source>17</maven .compiler.source>
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.2 .0</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.2 .0</graalpy .version>
61
61
</properties >
62
62
63
63
<profiles >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SOFTWARE.
47
47
<groupId >org.graalvm.python</groupId >
48
48
<artifactId >graalpy-micronaut-embedding</artifactId >
49
49
<packaging >jar</packaging >
50
- <version >24.1 .0</version >
50
+ <version >24.2 .0</version >
51
51
<url >http://www.graalvm.org/</url >
52
52
<name >graalpy-micronaut-embedding</name >
53
53
<description >Provides GraalPy integration with Micronaut</description >
@@ -56,7 +56,7 @@ SOFTWARE.
56
56
<maven .compiler.target>17</maven .compiler.target>
57
57
<maven .compiler.source>17</maven .compiler.source>
58
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
- <graalpy .version>24.1 .0</graalpy .version>
59
+ <graalpy .version>24.2 .0</graalpy .version>
60
60
<micronaut .version>4.4.2</micronaut .version>
61
61
</properties >
62
62
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.2 .0" ,
13
13
"graalpython:pythonVersion" : "3.11.7" ,
14
14
"release" : False ,
15
15
"groupId" : "org.graalvm.python" ,
45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "6335fa62026e7df12129abb495fddb0b0876fef3 " ,
48
+ "version" : "e3f8f87793cd913453b44b3b315fb3da1f648257 " ,
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" : "6335fa62026e7df12129abb495fddb0b0876fef3 " ,
56
+ "version" : "e3f8f87793cd913453b44b3b315fb3da1f648257 " ,
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" : "6335fa62026e7df12129abb495fddb0b0876fef3 " ,
64
+ "version" : "e3f8f87793cd913453b44b3b315fb3da1f648257 " ,
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" : "6335fa62026e7df12129abb495fddb0b0876fef3 " ,
72
+ "version" : "e3f8f87793cd913453b44b3b315fb3da1f648257 " ,
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