Skip to content

Commit

Permalink
fix: revert maven-source-plugin to 3.2.1 (#297)
Browse files Browse the repository at this point in the history
* update Maven version on Kokoro cluster to fix release pipeline

* fix: update Maven version on Kokoro cluster to fix release pipeline

* fix: update the dependecy version

* fix: revert maven-javadoc-plugin to 3.2.1
  • Loading branch information
dixuswe authored Oct 5, 2024
1 parent 346714a commit 8f1fd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions-framework-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.6.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 8f1fd84

Please sign in to comment.