Skip to content

Commit 8ff4b00

Browse files
committed
Developer info is consistent with other suites.
(cherry picked from commit 33ae1a2)
1 parent aa83734 commit 8ff4b00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
2121
** running example via `jbang hello@oracle/graalpython` or `jbang hello@oracle/graalpython "print(1*4)"`
2222
** creating new script via: `jbang init --template=graalpy@oracle/graalpython myscript.java`
2323
** creating new script with local maven repo for testing: `jbang init --template=graalpy_local_repo@oracle/graalpython -Dpath_to_local_repo=/absolute/path/to/local/maven/repository myscript.java'
24+
* Updated developer metadata of Maven artifacts.
2425

2526
## Version 23.1.0
2627
* Oracle GraalPy distributions (previously known as GraalPy Enterprise) are now available under the [GFTC license](https://www.oracle.com/downloads/licenses/graal-free-license.html). The community builds published on Github have been renamed to `graalpy-community-<version>-<os>-<arch>.tar.gz`.

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"url": "http://www.graalvm.org/",
1717

1818
"developer": {
19-
"name": "Truffle and Graal developers",
20-
"email": "graalvm-users@oss.oracle.com",
21-
"organization": "Graal",
19+
"name": "GraalVM Development",
20+
"email": "graalvm-dev@oss.oracle.com",
21+
"organization": "Oracle Corporation",
2222
"organizationUrl": "http://www.graalvm.org/",
2323
},
2424

0 commit comments

Comments
 (0)