Skip to content

Commit 2db9a2b

Browse files
authored
fix: revert maven-source-plugin to 3.2.1 (#303)
* fix: update release pipeline to use maven token instead of user:password * fix:revert maven-source-plugin to 3.2.1
1 parent bcce78e commit 2db9a2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

function-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-source-plugin</artifactId>
122-
<version>3.3.1</version>
122+
<version>3.2.1</version>
123123
<executions>
124124
<execution>
125125
<id>attach-sources</id>

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.3.1</version>
154+
<version>3.2.1</version>
155155
<executions>
156156
<execution>
157157
<id>attach-sources</id>

invoker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-source-plugin</artifactId>
70-
<version>3.3.1</version>
70+
<version>3.2.1</version>
7171
<executions>
7272
<execution>
7373
<id>attach-sources</id>
@@ -119,4 +119,4 @@
119119
</build>
120120
</profile>
121121
</profiles>
122-
</project>
122+
</project>

0 commit comments

Comments
 (0)