Skip to content

Commit ef7e388

Browse files
author
Andre Stubbe
committed
chore: revert version string back to 0.1.0 to match JitPack releases
1 parent c7c7605 commit ef7e388

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/Demo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -25,12 +25,12 @@
2525
<dependencies>
2626
<dependency>
2727
<groupId>com.github.andrestubbe</groupId>
28-
<artifactId>fastcore</artifactId>
28+
<artifactId>FastCore</artifactId>
2929
<version>0.1.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.github.andrestubbe</groupId>
33-
<artifactId>fastFileIndex</artifactId>
33+
<artifactId>FastFileIndex</artifactId>
3434
<version>0.1.0</version>
3535
</dependency>
3636
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.andrestubbe</groupId>
77
<artifactId>FastFileIndex</artifactId>
8-
<version>v0.1.0</version>
8+
<version>0.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.github.andrestubbe</groupId>
2727
<artifactId>FastCore</artifactId>
28-
<version>v0.1.0</version>
28+
<version>0.1.0</version>
2929
</dependency>
3030
</dependencies>
3131

0 commit comments

Comments
 (0)