Skip to content

Commit db47acf

Browse files
committed
Start next dev cycle.
1 parent 995bf77 commit db47acf

File tree

6 files changed

+12
-12
lines changed
  • graalpython
    • com.oracle.graal.python.test.integration
    • graalpy-archetype-polyglot-app
    • graalpy-maven-plugin
    • graalpy-micronaut-embedding
  • mx.graalpython

6 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
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.2.0</com.oracle.graal.python.test.polyglot.version>
6868
</properties>
6969

7070
<build>

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

Lines changed: 1 addition & 1 deletion
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.2.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>

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

Lines changed: 1 addition & 1 deletion
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.2.0</graalpy.version>
1414
<graalpy.edition>python-community</graalpy.edition>
1515
<maven.compiler.target>17</maven.compiler.target>
1616
<maven.compiler.source>17</maven.compiler.source>

graalpython/graalpy-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.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.1.0</graalpy.version>
60+
<graalpy.version>24.2.0</graalpy.version>
6161
</properties>
6262

6363
<profiles>

graalpython/graalpy-micronaut-embedding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SOFTWARE.
4747
<groupId>org.graalvm.python</groupId>
4848
<artifactId>graalpy-micronaut-embedding</artifactId>
4949
<packaging>jar</packaging>
50-
<version>24.1.0</version>
50+
<version>24.2.0</version>
5151
<url>http://www.graalvm.org/</url>
5252
<name>graalpy-micronaut-embedding</name>
5353
<description>Provides GraalPy integration with Micronaut</description>
@@ -56,7 +56,7 @@ SOFTWARE.
5656
<maven.compiler.target>17</maven.compiler.target>
5757
<maven.compiler.source>17</maven.compiler.source>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<graalpy.version>24.1.0</graalpy.version>
59+
<graalpy.version>24.2.0</graalpy.version>
6060
<micronaut.version>4.4.2</micronaut.version>
6161
</properties>
6262

mx.graalpython/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

12-
"version": "24.1.0",
12+
"version": "24.2.0",
1313
"graalpython:pythonVersion": "3.11.7",
1414
"release": False,
1515
"groupId": "org.graalvm.python",
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "6335fa62026e7df12129abb495fddb0b0876fef3",
48+
"version": "e3f8f87793cd913453b44b3b315fb3da1f648257",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "6335fa62026e7df12129abb495fddb0b0876fef3",
56+
"version": "e3f8f87793cd913453b44b3b315fb3da1f648257",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "6335fa62026e7df12129abb495fddb0b0876fef3",
64+
"version": "e3f8f87793cd913453b44b3b315fb3da1f648257",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "6335fa62026e7df12129abb495fddb0b0876fef3",
72+
"version": "e3f8f87793cd913453b44b3b315fb3da1f648257",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)