Skip to content

Commit

Permalink
feat: update to 2.7.1
Browse files Browse the repository at this point in the history
remove github workflow

Signed-off-by: Jasper Lutz Severino <jasperlutzseverino@gmail.com>
  • Loading branch information
lutzseverino committed Aug 18, 2022
1 parent c5793f7 commit 30e6e89
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 40 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/maven-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>discord-books</artifactId>
<groupId>com.lutzseverino.discordbooks</groupId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion database/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>discord-books-database</artifactId>
<groupId>com.lutzseverino.discordbooks</groupId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>discord-books</artifactId>
<groupId>com.lutzseverino.discordbooks</groupId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion database/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>discord-books-database</artifactId>
<groupId>com.lutzseverino.discordbooks</groupId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>discord-books</artifactId>
<groupId>com.lutzseverino.discordbooks</groupId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.lutzseverino.discordbooks</groupId>
<artifactId>discord-books</artifactId>
<packaging>pom</packaging>
<version>2.7.0</version>
<version>2.7.1</version>

<build>
<plugins>
Expand Down

0 comments on commit 30e6e89

Please sign in to comment.