Skip to content

Commit

Permalink
Fixing pom again
Browse files Browse the repository at this point in the history
  • Loading branch information
jackah2 committed Jul 6, 2021
1 parent 9b99851 commit 1fc92dd
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions pom.xml
Expand Up @@ -47,20 +47,22 @@
</resources>

<!-- Github release settings -->
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
<version>1.1.1</version>
<configuration>
<description>Release for v${project.version}</description>
<releaseName>${project.artifactId}-${project.version}</releaseName>
<tag>${project.version}</tag>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
</fileSet>
</fileSets>
</configuration>
</plugin>
<plugins>
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
<version>1.1.1</version>
<configuration>
<description>Release for v${project.version}</description>
<releaseName>${project.artifactId}-${project.version}</releaseName>
<tag>${project.version}</tag>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
</fileSet>
</fileSets>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1fc92dd

Please sign in to comment.