-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GR-59084] Revise Maven descriptions for Truffle and GraalWasm.
PullRequest: graal/19049
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
"version" : "24.2.0", | ||
"release" : False, | ||
"versionConflictResolution" : "latest", | ||
"url" : "http://graalvm.org/", | ||
"url" : "http://graalvm.org/webassembly", | ||
"developer" : { | ||
"name": "GraalVM Development", | ||
"email": "[email protected]", | ||
|
@@ -250,7 +250,7 @@ | |
"truffle:TRUFFLE_API", | ||
"sdk:POLYGLOT", | ||
], | ||
"description" : "GraalWasm, an engine for the WebAssembly language in GraalVM.", | ||
"description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long | ||
"allowsJavadocWarnings": True, | ||
"license" : "UPL", | ||
"maven" : { | ||
|
@@ -270,7 +270,7 @@ | |
"artifactId": "wasm-community", | ||
"tag": ["default", "public"], | ||
}, | ||
"description": "Graal WASM engine.", | ||
"description": "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This POM dependency pulls in GraalWasm dependencies and Truffle Community Edition.", | ||
"license": "UPL", | ||
}, | ||
|
||
|