Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f1fd84

Browse files
authored
fix: revert maven-source-plugin to 3.2.1 (GoogleCloudPlatform#297)
* 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
1 parent 346714a commit 8f1fd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions-framework-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-source-plugin</artifactId>
76-
<version>3.3.1</version>
76+
<version>3.2.1</version>
7777
<executions>
7878
<execution>
7979
<id>attach-sources</id>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-source-plugin</artifactId>
154-
<version>3.6.0</version>
154+
<version>3.2.1</version>
155155
<executions>
156156
<execution>
157157
<id>attach-sources</id>

0 commit comments

Comments
 (0)