Skip to content

Commit 54f16cc

Browse files
committed
Meta-poms are using org.graalvm.polyglot groupId. Updated distribution names. Added public tag.
1 parent b2cec7c commit 54f16cc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "6.40.1",
7+
"mx_version": "6.41.0",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

mx.truffleruby/suite.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
suite = {
2-
"mxversion": "6.37.0",
2+
"mxversion": "6.41.0",
33
"name": "truffleruby",
44
"groupId": "org.graalvm.ruby",
55
"url": "https://www.graalvm.org/ruby/",
@@ -412,6 +412,7 @@
412412
"license": ["EPL-2.0"],
413413
"maven": {
414414
"artifactId": "ruby-annotations",
415+
"tag": ["default", "public"],
415416
},
416417
"noMavenJavadoc": True,
417418
},
@@ -438,6 +439,7 @@
438439
"license": ["EPL-2.0"],
439440
"maven": {
440441
"artifactId": "ruby-shared",
442+
"tag": ["default", "public"],
441443
},
442444
"noMavenJavadoc": True,
443445
},
@@ -504,19 +506,22 @@
504506
],
505507
"maven": {
506508
"artifactId": "ruby-language",
509+
"tag": ["default", "public"],
507510
},
508511
"noMavenJavadoc": True,
509512
},
510513

511-
"TRUFFLERUBY_COMMUNITY": {
514+
"RUBY_COMMUNITY": {
512515
"type": "pom",
513516
"runtimeDependencies": [
514517
"TRUFFLERUBY",
515518
"truffle:TRUFFLE_RUNTIME",
516519
],
517520
"description": "TruffleRuby (GraalVM Ruby)",
518521
"maven": {
522+
"groupId": "org.graalvm.polyglot",
519523
"artifactId": "ruby-community",
524+
"tag": ["default", "public"],
520525
},
521526
"license": [
522527
"EPL-2.0", # JRuby (we're choosing EPL out of EPL,GPL,LGPL)

0 commit comments

Comments
 (0)