Skip to content

Commit

Permalink
Revert Maven plugin changes (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocesarj authored Jan 8, 2024
1 parent 7196eda commit bce6ca5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>2.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>2.2</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.0.0-M1</version>
<configuration>
<show>private</show>
</configuration>
Expand All @@ -153,7 +153,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<version>3.0.1</version>
<configuration>
<repoToken>${coveralls.token}</repoToken>
</configuration>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.0.0-M2</version>
<executions>
<execution>
<id>enforce-java</id>
Expand All @@ -237,7 +237,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.5</version>
<configuration>
<processAllModules>true</processAllModules>
</configuration>
Expand Down

0 comments on commit bce6ca5

Please sign in to comment.