|
5 | 5 | # METADATA
|
6 | 6 | #
|
7 | 7 | # --------------------------------------------------------------------------------------------------------------
|
8 |
| - "mxversion": "6.40.1", |
| 8 | + "mxversion": "6.41.0", |
9 | 9 | "name": "graalpython",
|
10 | 10 | "versionConflictResolution": "latest",
|
11 | 11 |
|
|
857 | 857 | "maven": {
|
858 | 858 | "groupId": "org.graalvm.python",
|
859 | 859 | "artifactId": "python-launcher",
|
| 860 | + "tag": ["default", "public"], |
860 | 861 | },
|
861 | 862 | },
|
862 | 863 |
|
|
938 | 939 | "maven": {
|
939 | 940 | "artifactId": "python-resources",
|
940 | 941 | "groupId": "org.graalvm.python",
|
| 942 | + "tag": ["default", "public"], |
941 | 943 | },
|
942 | 944 | "license": [
|
943 | 945 | "UPL",
|
|
996 | 998 | "maven": {
|
997 | 999 | "artifactId": "python-language",
|
998 | 1000 | "groupId": "org.graalvm.python",
|
| 1001 | + "tag": ["default", "public"], |
999 | 1002 | },
|
1000 | 1003 | "noMavenJavadoc": True,
|
1001 | 1004 | "license": [
|
|
1005 | 1008 | ],
|
1006 | 1009 | },
|
1007 | 1010 |
|
1008 |
| - "GRAALPYTHON_COMMUNITY": { |
| 1011 | + "PYTHON_COMMUNITY": { |
1009 | 1012 | "type": "pom",
|
1010 | 1013 | "runtimeDependencies": [
|
1011 | 1014 | "GRAALPYTHON",
|
1012 | 1015 | "truffle:TRUFFLE_RUNTIME",
|
1013 | 1016 | ],
|
1014 | 1017 | "description": "GraalPython engine.",
|
1015 | 1018 | "maven": {
|
1016 |
| - "groupId": "org.graalvm.python", |
| 1019 | + "groupId": "org.graalvm.polyglot", |
1017 | 1020 | "artifactId": "python-community",
|
| 1021 | + "tag": ["default", "public"], |
1018 | 1022 | },
|
1019 | 1023 | "license": [
|
1020 | 1024 | "UPL",
|
|
0 commit comments