Skip to content

Commit 625cbfe

Browse files
committed
Developer info is consistent with other suites.
(cherry picked from commit 918fcb3)
1 parent 5616789 commit 625cbfe

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

wasm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## Version 24.0.0
6+
7+
* Updated developer metadata of Maven artifacts.
8+
59
## Version 23.1.0
610

711
* Implemented the [extended const expressions](https://github.com/WebAssembly/extended-const) proposal. The feature can be enabled with the option `--wasm.ExtendedConstExpressions=true`.

wasm/mx.wasm/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"versionConflictResolution" : "latest",
4747
"url" : "http://graalvm.org/",
4848
"developer" : {
49-
"name" : "Truffle and Graal developers",
50-
"email" : "[email protected]",
51-
"organization" : "Oracle Corporation",
52-
"organizationUrl" : "http://www.graalvm.org/",
49+
"name": "GraalVM Development",
50+
"email": "[email protected]",
51+
"organization": "Oracle Corporation",
52+
"organizationUrl": "http://www.graalvm.org/",
5353
},
5454
"scm" : {
5555
"url" : "https://github.com/oracle/graal",

0 commit comments

Comments
 (0)