Skip to content

Commit e9be583

Browse files
committed
Version 2.0.0
1 parent 9e5c002 commit e9be583

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
<groupId>org.jruby</groupId>
55
<artifactId>jruby-prism</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<name>jruby-prism</name>
99
<description>
1010
Java portion of JRuby Prism parser support.
1111
</description>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<chicory.version>1.2.1</chicory.version>
1615
<junit.version>5.12.1</junit.version>
1716
<maven.compiler.source>21</maven.compiler.source>
1817
<maven.compiler.target>21</maven.compiler.target>
@@ -57,18 +56,6 @@
5756
</repository>
5857
</repositories>
5958

60-
<dependencyManagement>
61-
<dependencies>
62-
<dependency>
63-
<groupId>com.dylibso.chicory</groupId>
64-
<artifactId>bom</artifactId>
65-
<version>${chicory.version}</version>
66-
<type>pom</type>
67-
<scope>import</scope>
68-
</dependency>
69-
</dependencies>
70-
</dependencyManagement>
71-
7259
<dependencies>
7360
<dependency>
7461
<groupId>org.jruby</groupId>
@@ -78,12 +65,12 @@
7865
<dependency>
7966
<groupId>org.ruby-lang</groupId>
8067
<artifactId>prism-parser-api</artifactId>
81-
<version>0.0.2-SNAPSHOT</version>
68+
<version>0.0.2</version>
8269
</dependency>
8370
<dependency>
8471
<groupId>org.ruby-lang</groupId>
8572
<artifactId>prism-parser-wasm</artifactId>
86-
<version>0.0.2-SNAPSHOT</version>
73+
<version>0.0.2</version>
8774
</dependency>
8875
</dependencies>
8976

0 commit comments

Comments
 (0)