Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Oct 15, 2021
1 parent fdf1212 commit 480e53a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
</parent>
<artifactId>quests-dist</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
</parent>
<artifactId>quests-main</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>me.blackvein.quests</groupId>

<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
<name>quests</name>
<url>https://github.com/PikaMug/Quests/</url>

<properties>
<revision>4.0.8</revision>
<revision>4.1.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion v1_8_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion v1_8_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion v1_8_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-parent</artifactId>
<version>4.0.8</version>
<version>4.1.0</version>
</parent>

<properties>
Expand Down

0 comments on commit 480e53a

Please sign in to comment.