Skip to content

Commit

Permalink
updated build-helper plugin version, removed lifecycle plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 10, 2021
1 parent 2d3e9f7 commit c0bacab
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-alpha3-SNAPSHOT</version>
<version>2.0.0-alpha3</version>

<packaging>pom</packaging>
<name>SLF4J</name>
Expand Down Expand Up @@ -55,6 +55,8 @@
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-jxr-plugin.version>3.1.1</maven-jxr-plugin.version>
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>

</properties>

<developers>
Expand Down Expand Up @@ -159,33 +161,6 @@
<version>${maven-deploy-plugin.version}</version>
</plugin>

<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
<versionRange>[1.7,)</versionRange>
<goals>
<goal>parse-version</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -291,7 +266,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
<id>parse-version</id>
Expand Down

0 comments on commit c0bacab

Please sign in to comment.