Skip to content

Commit 12608d9

Browse files
authored
Merge pull request #4079 from headius/prism-parser-maven-0.0.2
Release prism Maven artifacts v0.0.2
2 parents 1a7c3d9 + 4ff15e2 commit 12608d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prism-parser-api</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.ruby-lang</groupId>
66
<artifactId>prism-parser</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Java Prism</name>
1010
<description>Java API for the Prism Ruby language parser</description>

java/wasm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prism-parser-wasm</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.ruby-lang</groupId>
3636
<artifactId>prism-parser-api</artifactId>
37-
<version>0.0.2-SNAPSHOT</version>
37+
<version>0.0.3-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.dylibso.chicory</groupId>

0 commit comments

Comments
 (0)