Skip to content

Commit

Permalink
Update dependencies and plugin versions to version before m-enforcer-…
Browse files Browse the repository at this point in the history
…plugin 3.0.0
  • Loading branch information
slachiewicz committed Aug 1, 2021
1 parent 7ade053 commit 3e1f7f8
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,8 @@
</developers>

<properties>
<enforcerApiVersion>1.4.1</enforcerApiVersion>
<!--
Danger ahead: increasing this to the next patch-level 1.4.1 will
fail the following ITs:
* banduplicate-classes-fail-when-not-identical/pom.xml
* enforce-bytecode-version-multirelease/pom.xml
* mojo-1731/pom.xml
* mojo-1744/pom.xml
* mojo-1769/pom.xml
* smokes/pom.xml
See https://travis-ci.org/github/mojohaus/extra-enforcer-rules/jobs/702384586
-->
<enforcerPluginVersion>1.4</enforcerPluginVersion>
<enforcerApiVersion>3.0.0-M3</enforcerApiVersion>
<enforcerPluginVersion>3.0.0-M3</enforcerPluginVersion>
<maven.version>2.0.9</maven.version>
<mojo.java.target>1.8</mojo.java.target>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
Expand Down Expand Up @@ -124,11 +113,6 @@
<artifactId>maven-dependency-tree</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-9</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand All @@ -143,13 +127,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.28.2</version>
<version>3.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.0.1</version>
<version>3.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3e1f7f8

Please sign in to comment.