Skip to content

Commit 7fa03a0

Browse files
committed
[GR-58037] Start 24.1.1 dev cycle.
PullRequest: graalpython/3471
2 parents c0c790b + 6cbd2ee commit 7fa03a0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

ci.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "d304553512c0373cbe1fb5586546fc02068efd29" }
1+
{ "overlay": "48f1878b69beb17b05dabcbb6915e2a7b3b3131e" }

graalpython/com.oracle.graal.python.test.integration/pom.xml

+1-1
Original file line numberDiff line numberDiff 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>

graalpython/graalpy-archetype-polyglot-app/pom.xml

+1-1
Original file line numberDiff line numberDiff 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>

graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

graalpython/graalpy-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff 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>

mx.graalpython/suite.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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

@@ -45,31 +45,31 @@
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"},

0 commit comments

Comments
 (0)