Skip to content

Commit 60cb3bb

Browse files
author
Andre Stubbe
committed
chore: globally align dependencies for JitPack
1 parent 448b502 commit 60cb3bb

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.andrestubbe</groupId>
99
<artifactId>FastGhostMouse</artifactId>
10-
<version>0.1.0</version>
10+
<version>v0.1.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>fastghostmouse</name>
@@ -30,33 +30,33 @@
3030
<dependencies>
3131
<dependency>
3232
<groupId>com.github.andrestubbe</groupId>
33-
<artifactId>fastcore</artifactId>
34-
<version>0.1.0</version>
33+
<artifactId>FastCore</artifactId>
34+
<version>v0.1.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.github.andrestubbe</groupId>
38-
<artifactId>fastoverlay</artifactId>
39-
<version>0.1.0</version>
38+
<artifactId>FastOverlay</artifactId>
39+
<version>v0.1.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.andrestubbe</groupId>
43-
<artifactId>fastrobot</artifactId>
44-
<version>0.1.0</version>
43+
<artifactId>FastRobot</artifactId>
44+
<version>v0.1.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.andrestubbe</groupId>
48-
<artifactId>fasttheme</artifactId>
49-
<version>0.1.0</version>
48+
<artifactId>FastTheme</artifactId>
49+
<version>v0.1.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.andrestubbe</groupId>
53-
<artifactId>fasttween</artifactId>
54-
<version>0.1.0</version>
53+
<artifactId>FastTween</artifactId>
54+
<version>v0.1.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.github.andrestubbe</groupId>
58-
<artifactId>fastanimation</artifactId>
59-
<version>0.1.0</version>
58+
<artifactId>FastAnimation</artifactId>
59+
<version>v0.1.0</version>
6060
</dependency>
6161
</dependencies>
6262

0 commit comments

Comments
 (0)