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
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.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>
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.2 .0</version >
48+ <version >24.1 .0</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.2 .0</graalpy .version>
13+ <graalpy .version>24.1 .0</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.2 .0</version >
51+ <version >24.1 .0</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.2 .0</graalpy .version>
60+ <graalpy .version>24.1 .0</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.2 .0" ,
12+ "version" : "24.1 .0" ,
1313 "graalpython:pythonVersion" : "3.11.7" ,
1414 "release" : False ,
1515 "groupId" : "org.graalvm.python" ,
You can’t perform that action at this time.
0 commit comments