Skip to content

Commit

Permalink
Version automatisch in plugin.xml übernehmen
Browse files Browse the repository at this point in the history
  • Loading branch information
tobidope committed Jan 29, 2025
1 parent de9c8bc commit f292275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<plugin xmlns="https://www.willuhn.de/schema/jameica-plugin"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.willuhn.de/schema/jameica-plugin https://www.willuhn.de/schema/jameica-plugin-1.5.xsd"
name="jverein" version="2.9.0" class="de.jost_net.JVerein.JVereinPlugin">
name="jverein" version="${project.version}" class="de.jost_net.JVerein.JVereinPlugin">

<description>OpenSource-Vereinsverwaltung</description>
<url>https://openjverein.github.io/jameica-repository/${project.build.finalName}.zip</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.openjverein</groupId>
<artifactId>jverein</artifactId>
<version>2.8.24-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
Expand Down

0 comments on commit f292275

Please sign in to comment.