Skip to content

Commit 69af0fd

Browse files
authored
Merge pull request #4082 from headius/prism-parser-maven-0.0.3
2 parents ceb4699 + c2c295a commit 69af0fd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.3-SNAPSHOT</version>
8+
<version>0.0.4-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.3-SNAPSHOT</version>
7+
<version>0.0.4-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: 3 additions & 3 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.3-SNAPSHOT</version>
8+
<version>0.0.4-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prism-parser-wasm</artifactId>
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<chicory.version>1.7.5</chicory.version>
18-
<redline.version>0.0.2</redline.version>
18+
<redline.version>0.0.3</redline.version>
1919
</properties>
2020

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

0 commit comments

Comments
 (0)