Skip to content

Commit

Permalink
update pom and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnk committed Aug 6, 2020
1 parent 0ee6b0f commit 50eef65
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 112 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<url>https://github.com/airbus-cyber/graylog-plugin-logging-alert</url>

<licenses>
<license>
<name>GNU General Public License (GPL) version 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
<license>
<name>GNU General Public License (GPL) version 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
</licenses>

Expand Down Expand Up @@ -200,17 +200,6 @@
</execution>
</executions>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>@{project.version}</tagNameFormat>
<preparationGoals>clean test</preparationGoals>
<goals>package</goals>
</configuration>
</plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down Expand Up @@ -254,7 +243,6 @@
<signRole>builder</signRole>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit 50eef65

Please sign in to comment.