Skip to content

Commit 54180ad

Browse files
authored
fix: print username for maven repo publish and revert maven-source-plugin to 3.2.1 (#307)
* fix: update release pipeline to use maven token instead of user:password * fix:revert maven-source-plugin to 3.2.1 * fix: print username for maven repo publish and revert maven-source-plugin to 3.2.1
1 parent 2db9a2b commit 54180ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.kokoro/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ setup_environment_secrets() {
1919
export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f1 -d':')
2020
export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f2 -d':')
2121
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22+
echo $SONATYPE_USERNAME
2223

2324
# Add the key ring files to $GNUPGHOME to verify the GPG credentials.
2425
export GNUPGHOME=/tmp/gpg

functions-framework-api/pom.xml

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)