Skip to content

Commit

Permalink
Udpated plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-ocs committed Oct 21, 2024
1 parent e7ea8be commit bc233b4
Showing 1 changed file with 15 additions and 25 deletions.
40 changes: 15 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<com.maven.plugins.apt.version>1.1.3</com.maven.plugins.apt.version>
<dependency.skip>true</dependency.skip>
<github-release-plugin.version>1.6.0</github-release-plugin.version>
<opencsv.version>5.9</opencsv.version>
<org.apache.maven.plugins.gpg.version>3.2.7</org.apache.maven.plugins.gpg.version>
<org.sonatype.plugins.version>1.6.13</org.sonatype.plugins.version>
Expand Down Expand Up @@ -337,28 +336,6 @@
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
<version>${github-release-plugin.version}</version>
<executions>
<execution>
<id>github-upload</id>
<phase>deploy</phase>
<goals>
<goal>release</goal>
</goals>
<inherited>false</inherited>
<configuration>
<releaseName>v${project.version}</releaseName>
<tag>v${project.version}</tag>
<artifact>
${project.build.directory}/${project.groupId}.${project.artifactId}-${project.version}.jar
</artifact>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -703,8 +680,21 @@
</configuration>
</plugin>
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
<groupId>com.ragedunicorn.tools.maven</groupId>
<artifactId>github-release-maven-plugin</artifactId>
<executions>
<execution>
<id>default-cli</id>
<configuration>
<owner>opencirclesolutions</owner>
<repository>dynamo</repository>
<server>github-oauth</server>
<tagName>dynamoframework-${project.version}</tagName>
<name>v${project.version}</name>
<generateReleaseNotes>true</generateReleaseNotes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bc233b4

Please sign in to comment.