Skip to content

Commit

Permalink
[#11084] Bump maven-source-plugin from 3.2.0 to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 30, 2024
1 parent d07f3e4 commit ee10bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions commons-mapstruct-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@

<!-- maven-plugin -->
<plugin.compiler.version>3.11.0</plugin.compiler.version>
<plugin.source.version>3.3.1</plugin.source.version>
<plugin.resources.version>3.3.1</plugin.resources.version>
<plugin.surefire.version>3.1.2</plugin.surefire.version>
<plugin.failsafe.version>3.1.2</plugin.failsafe.version>
Expand Down Expand Up @@ -1610,6 +1611,11 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${plugin.source.version}</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down Expand Up @@ -1943,7 +1949,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit ee10bbc

Please sign in to comment.