Skip to content

Commit

Permalink
Bump version to 1.5.0 (#42)
Browse files Browse the repository at this point in the history
Additionally: Fix tag/release template to match previous releases
  • Loading branch information
justusbunsi authored Nov 17, 2021
1 parent 9eb9474 commit 7f410b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>gitea</artifactId>
<version>${revision}-${changelist}</version>
<version>${revision}</version>
<packaging>hpi</packaging>

<name>Gitea Plugin</name>
Expand All @@ -31,7 +31,7 @@
</scm>

<properties>
<revision>1.4.0</revision>
<revision>1.5.0</revision>
<changelist>999999-SNAPSHOT</changelist>
<java.level>8</java.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7f410b4

Please sign in to comment.