Skip to content

Commit

Permalink
Merge pull request #72 from qtc-de/develop
Browse files Browse the repository at this point in the history
Small plugin improvements
  • Loading branch information
qtc-de committed Jul 3, 2024
2 parents 9119cde + 8298693 commit 3398ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/quartz-scheduler/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.tneitzel</groupId>
<artifactId>quartz-scheduler-rmg-plugin</artifactId>
<artifactId>rmg-plugin-quartz-scheduler</artifactId>
<version>1.0.0</version>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</execution>
</executions>
<configuration>
<finalName>rmg-plugin-template-${project.version}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
<archive>
<manifestEntries>
<Built-By>Tobias Neitzel (@qtc_de)</Built-By>
Expand Down

0 comments on commit 3398ec6

Please sign in to comment.