We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915a3d2 commit e0af0efCopy full SHA for e0af0ef
1 file changed
java-wasm/pom.xml
@@ -2,11 +2,11 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
5
- <groupId>com.prism</groupId>
6
- <artifactId>java-prism</artifactId>
7
- <version>999-SNAPSHOT</version>
+ <groupId>org.jruby</groupId>
+ <artifactId>chicory-prism</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
8
<name>Java Prism</name>
9
- <description>Pure Java Prism interpreting WASM</description>
+ <description>Pure Java Prism using Chicory WASM runtime</description>
10
11
12
<properties>
0 commit comments