Skip to content

Commit 54e4de5

Browse files
committed
Fix pom.xml
1 parent 0990676 commit 54e4de5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

liquidjava-verifier/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@
172172
</dependency>
173173

174174
<dependency>
175-
<groupId>liquidjava-api</groupId>
175+
<groupId>io.github.rcosta358</groupId>
176176
<artifactId>liquidjava-api</artifactId>
177-
<version>0.0.2-SNAPSHOT</version>
177+
<version>0.0.2</version>
178178
</dependency>
179179

180180
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4 -->
@@ -200,9 +200,9 @@
200200
<scope>import</scope>
201201
</dependency>
202202
<dependency>
203-
<groupId>liquidjava-api</groupId>
203+
<groupId>io.github.rcosta358</groupId>
204204
<artifactId>liquidjava-api</artifactId>
205-
<version>0.0.2-SNAPSHOT</version>
205+
<version>0.0.2</version>
206206
</dependency>
207207
</dependencies>
208208
</dependencyManagement>

0 commit comments

Comments
 (0)