Skip to content

Commit b34d81d

Browse files
committed
Clean up Maven for recent updates
* Clean up version properties * Update version in wasm-full
1 parent 14b4b2b commit b34d81d

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

java/api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
88
<version>0.0.4-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011

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

java/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<maven.compiler.source>21</maven.compiler.source>
4747
<maven.compiler.target>21</maven.compiler.target>
4848
<junit.version>6.0.3</junit.version>
49+
<chicory.version>1.7.5</chicory.version>
50+
<redline.version>0.0.4</redline.version>
4951
</properties>
5052

5153
<modules>

java/wasm-full/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
<parent>
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.0.4-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011

1112
<artifactId>prism-parser-wasm-full</artifactId>
1213
<name>Java Prism WASM with full parsed content</name>
1314
<description>Java WASM bindings for the Prism parser shared library</description>
1415
<url>https://github.com/ruby/prism</url>
1516

16-
<properties>
17-
<chicory.version>1.7.5</chicory.version>
18-
</properties>
19-
2017
<dependencyManagement>
2118
<dependencies>
2219
<dependency>
@@ -52,6 +49,11 @@
5249
<version>${junit.version}</version>
5350
<scope>test</scope>
5451
</dependency>
52+
<dependency>
53+
<groupId>io.roastedroot</groupId>
54+
<artifactId>redline</artifactId>
55+
<version>${redline.version}</version>
56+
</dependency>
5557
</dependencies>
5658

5759
<build>

java/wasm/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
88
<version>0.0.4-SNAPSHOT</version>
9+
<relativePath>../pom.xml</relativePath>
910
</parent>
1011

1112
<artifactId>prism-parser-wasm</artifactId>
1213
<name>Java Prism WASM with semantic-only content</name>
1314
<description>Java WASM bindings for the Prism parser shared library</description>
1415
<url>https://github.com/ruby/prism</url>
1516

16-
<properties>
17-
<chicory.version>1.7.5</chicory.version>
18-
<redline.version>0.0.3</redline.version>
19-
</properties>
20-
2117
<dependencyManagement>
2218
<dependencies>
2319
<dependency>

0 commit comments

Comments
 (0)