Skip to content

Commit

Permalink
[GR-54762] Developer info is consistent with other suites.
Browse files Browse the repository at this point in the history
PullRequest: graal/18191
  • Loading branch information
ansalond committed Jul 2, 2024
2 parents 5616789 + 6a69ef6 commit f3256ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"name": "graal-nodejs",
"subdir": True,
"dynamic": True,
"version": "d4afc253ca6adca988a87c0e45913d86a3f98023",
"version": "c45ace6d3dc98a1806542fef585d4ba56b9ab1e9",
"urls" : [
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
]
Expand All @@ -42,7 +42,7 @@
"name": "graal-js",
"subdir": True,
"dynamic": True,
"version": "d4afc253ca6adca988a87c0e45913d86a3f98023",
"version": "c45ace6d3dc98a1806542fef585d4ba56b9ab1e9",
"urls": [
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
]
Expand All @@ -65,7 +65,7 @@
},
{
"name": "graalpython",
"version": "aa8373463e1eebb8addb0bfa2443570406286044",
"version": "6294990f1dd430efd127405ce0e39059d8d66708",
"dynamic": True,
"urls": [
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},
Expand Down
4 changes: 4 additions & 0 deletions wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This changelog summarizes major changes to the WebAssembly engine implemented in GraalVM (GraalWasm).

## Version 24.0.0

* Updated developer metadata of Maven artifacts.

## Version 23.1.0

* Implemented the [extended const expressions](https://github.com/WebAssembly/extended-const) proposal. The feature can be enabled with the option `--wasm.ExtendedConstExpressions=true`.
Expand Down
8 changes: 4 additions & 4 deletions wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"versionConflictResolution" : "latest",
"url" : "http://graalvm.org/",
"developer" : {
"name" : "Truffle and Graal developers",
"email" : "graalvm-dev@oss.oracle.com",
"organization" : "Oracle Corporation",
"organizationUrl" : "http://www.graalvm.org/",
"name": "GraalVM Development",
"email": "graalvm-dev@oss.oracle.com",
"organization": "Oracle Corporation",
"organizationUrl": "http://www.graalvm.org/",
},
"scm" : {
"url" : "https://github.com/oracle/graal",
Expand Down

0 comments on commit f3256ed

Please sign in to comment.