Skip to content

Commit

Permalink
bump deploy and install plugins to 3.0.0-M1 across the board
Browse files Browse the repository at this point in the history
see #265 for context
  • Loading branch information
xvrl committed Jun 5, 2020
1 parent 8430fdf commit f6920f0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion assembly-plugin-boilerplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
so we need to define plugin versions again -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -29,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.9.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
12 changes: 11 additions & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,20 @@
so we need to define plugin versions again -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.9.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<maven-assembly.version>3.0.0</maven-assembly.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
<maven-deploy.version>2.8.2</maven-deploy.version>
<maven-deploy.version>3.0.0-M1</maven-deploy.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
Expand All @@ -94,7 +94,7 @@
<checkstyle.version>8.18</checkstyle.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<checkstyle.config.location>checkstyle/checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>checkstyle/common-suppressions.xml</checkstyle.suppressions.location>
Expand Down

0 comments on commit f6920f0

Please sign in to comment.