Skip to content

Commit 6884d1c

Browse files
committed
chore: bump version to rc.3
1 parent 791c77d commit 6884d1c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Add the API module as a dependency if you want to integrate with HeadDB from ano
8383
<dependency>
8484
<groupId>io.github.silentdevelopment.headdb</groupId>
8585
<artifactId>headdb-api</artifactId>
86-
<version>7.0.0-rc.2</version>
86+
<version>7.0.0-rc.3</version>
8787
<scope>provided</scope>
8888
</dependency>
8989
```

headdb-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.silentdevelopment.headdb</groupId>
88
<artifactId>HeadDB</artifactId>
9-
<version>7.0.0-rc.2</version>
9+
<version>7.0.0-rc.3</version>
1010
</parent>
1111

1212
<artifactId>headdb-api</artifactId>

headdb-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.silentdevelopment.headdb</groupId>
88
<artifactId>HeadDB</artifactId>
9-
<version>7.0.0-rc.2</version>
9+
<version>7.0.0-rc.3</version>
1010
</parent>
1111

1212
<artifactId>headdb-core</artifactId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.github.silentdevelopment.headdb</groupId>
2929
<artifactId>headdb-api</artifactId>
30-
<version>7.0.0-rc.2</version>
30+
<version>7.0.0-rc.3</version>
3131
</dependency>
3232

3333
<dependency>

headdb-platforms/headdb-paper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.silentdevelopment.headdb</groupId>
99
<artifactId>HeadDB</artifactId>
10-
<version>7.0.0-rc.2</version>
10+
<version>7.0.0-rc.3</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

headdb-platforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.silentdevelopment.headdb</groupId>
88
<artifactId>HeadDB</artifactId>
9-
<version>7.0.0-rc.2</version>
9+
<version>7.0.0-rc.3</version>
1010
</parent>
1111

1212
<artifactId>headdb-platforms</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.silentdevelopment.headdb</groupId>
99
<artifactId>HeadDB</artifactId>
10-
<version>7.0.0-rc.2</version>
10+
<version>7.0.0-rc.3</version>
1111
<packaging>pom</packaging>
1212

1313
<name>HeadDB</name>

0 commit comments

Comments
 (0)