Skip to content

Commit

Permalink
Fixing pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jackah2 committed Jul 6, 2021
1 parent c79acbe commit 9b99851
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@

<!-- 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>
<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>
</build>
</project>

0 comments on commit 9b99851

Please sign in to comment.