Skip to content

Commit b40a276

Browse files
committed
Auto Update
1 parent 631ebab commit b40a276

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/Benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
<dependency>
2727
<groupId>io.github.andrestubbe</groupId>
2828
<artifactId>fastcore</artifactId>
29-
<version>v0.1.0</version>
29+
<version>0.1.0</version>
3030
</dependency>
3131

3232
<!-- Production Mode: Official online JitPack release -->
3333
<dependency>
3434
<groupId>com.github.andrestubbe</groupId>
3535
<artifactId>FastGlob</artifactId>
36-
<version>v0.1.0</version>
36+
<version>0.1.0</version>
3737
</dependency>
3838
</dependencies>
3939

examples/Demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.github.andrestubbe</groupId>
2828
<artifactId>fastcore</artifactId>
29-
<version>v0.1.0</version>
29+
<version>0.1.0</version>
3030
</dependency>
3131

3232
<!-- ======================================================== -->
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.github.andrestubbe</groupId>
3838
<artifactId>FastGlob</artifactId>
39-
<version>v0.1.0</version>
39+
<version>0.1.0</version>
4040
</dependency>
4141
</dependencies>
4242

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.github.andrestubbe</groupId>
5656
<artifactId>fastcore</artifactId>
57-
<version>v0.1.0</version>
57+
<version>0.1.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)