File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
com.oracle.graal.python.test.integration
graalpy-archetype-polyglot-app
src/main/resources/archetype-resources Expand file tree Collapse file tree 5 files changed +6
-6
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.2 .0</com .oracle.graal.python.test.polyglot.version>
67
+ <com .oracle.graal.python.test.polyglot.version>24.1 .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.2 .0</version >
48
+ <version >24.1 .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.2 .0</graalpy .version>
13
+ <graalpy .version>24.1 .0</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.2 .0</version >
51
+ <version >24.1 .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.2 .0</graalpy .version>
60
+ <graalpy .version>24.1 .0</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.2 .0" ,
12
+ "version" : "24.1 .0" ,
13
13
"graalpython:pythonVersion" : "3.11.7" ,
14
14
"release" : False ,
15
15
"groupId" : "org.graalvm.python" ,
You can’t perform that action at this time.
0 commit comments