Skip to content

Commit f8c1d57

Browse files
authored
fix: use a version of maven-source-plugin that's available in mavencentral (#288)
1 parent 34b763e commit f8c1d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-framework-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.1</version>
155155
<executions>
156156
<execution>
157157
<id>attach-sources</id>

0 commit comments

Comments
 (0)