Skip to content

Commit

Permalink
[GR-37553] Next dev cycle.
Browse files Browse the repository at this point in the history
PullRequest: graal/11381
  • Loading branch information
gilles-duboscq committed Mar 22, 2022
2 parents 9cb4371 + 868fa40 commit d6ed604
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceinprojectwhitelist" : [],

"groupId" : "org.graalvm.compiler",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"url" : "http://www.graalvm.org/",
"developer" : {
Expand Down
2 changes: 1 addition & 1 deletion espresso/mx.espresso/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
suite = {
"mxversion": "5.280.5",
"name": "espresso",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"groupId" : "org.graalvm.espresso",
"url" : "https://www.graalvm.org/reference-manual/java-on-truffle/",
Expand Down
2 changes: 1 addition & 1 deletion regex/mx.regex/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

"name" : "regex",

"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"groupId" : "org.graalvm.regex",
"url" : "http://www.graalvm.org/",
Expand Down
2 changes: 1 addition & 1 deletion sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
suite = {
"mxversion" : "5.318.0",
"name" : "sdk",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"sourceinprojectwhitelist" : [],
"url" : "https://github.com/oracle/graal",
Expand Down
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
suite = {
"mxversion": "5.316.15",
"name": "substratevm",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"url" : "https://github.com/oracle/graal/tree/master/substratevm",

Expand Down
2 changes: 1 addition & 1 deletion tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"defaultLicense" : "GPLv2-CPE",

"groupId" : "org.graalvm.tools",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"url" : "http://openjdk.java.net/projects/graal",
"developer" : {
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simplelanguage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
<!-- If you update this number make sure the VERSION value in ./sl matches -->
<graalvm.version>22.1.0-dev</graalvm.version>
<graalvm.version>22.2.0-dev</graalvm.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simplelanguage/sl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#

# If you update this number make sure the graalvm.version value in ./pom.xml matches
VERSION="22.1.0-dev"
VERSION="22.2.0-dev"

MAIN_CLASS="com.oracle.truffle.sl.launcher.SLMain"
SCRIPT_HOME="$(cd "$(dirname "$0")" && pwd -P)"
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simpletool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<graalvm.version>22.1.0-dev</graalvm.version>
<graalvm.version>22.2.0-dev</graalvm.version>
</properties>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
suite = {
"mxversion" : "5.300.4",
"name" : "truffle",
"version" : "22.1.0",
"version" : "22.2.0",
"release" : False,
"groupId" : "org.graalvm.truffle",
"sourceinprojectwhitelist" : [],
Expand Down
8 changes: 4 additions & 4 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
suite = {
"name": "vm",
"version" : "22.1.0",
"version" : "22.2.0",
"mxversion" : "5.317.12",
"release" : False,
"groupId" : "org.graalvm",
Expand Down Expand Up @@ -39,7 +39,7 @@
"name": "graal-nodejs",
"subdir": True,
"dynamic": True,
"version": "3124e544986a4797a32213731634f3141189ca6f",
"version": "edeb584062e0fe30960327b823936a1f2d46166b",
"urls" : [
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand All @@ -49,7 +49,7 @@
"name": "graal-js",
"subdir": True,
"dynamic": True,
"version": "3124e544986a4797a32213731634f3141189ca6f",
"version": "edeb584062e0fe30960327b823936a1f2d46166b",
"urls": [
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand All @@ -75,7 +75,7 @@
},
{
"name": "graalpython",
"version": "4b8cfba88c784ef9c94cbcaab2c6161d10f20061",
"version": "5ad76f572da28614c311ba18ae76b3a0af889f41",
"dynamic": True,
"urls": [
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},
Expand Down
2 changes: 1 addition & 1 deletion wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mxversion" : "5.301.0",
"name" : "wasm",
"groupId" : "org.graalvm.wasm",
"version" : "22.1.0",
"version" : "22.2.0",
"versionConflictResolution" : "latest",
"url" : "http://graalvm.org/",
"developer" : {
Expand Down

0 comments on commit d6ed604

Please sign in to comment.