Skip to content

Commit 4dca58a

Browse files
committed
Fix artifactId, bump controller version
1 parent 07a7c8b commit 4dca58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>io.dinject</groupId>
6-
<artifactId>javlin-generator</artifactId>
6+
<artifactId>javalin-generator</artifactId>
77
<version>0.4-SNAPSHOT</version>
88

99
<parent>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.dinject</groupId>
3030
<artifactId>dinject-controller</artifactId>
31-
<version>0.1</version>
31+
<version>0.9</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)