Skip to content

Commit bd78f34

Browse files
authored
chore: fix snapshot repo url (#348)
1 parent 1cbda1a commit bd78f34

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.kokoro/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ setup_environment_secrets
5353
# Pick the right package to release based on the Kokoro job name.
5454
cd ${KOKORO_ARTIFACTS_DIR}/github/functions-framework-java
5555
create_settings_xml_file "settings.xml"
56-
cat settings.xml
5756
echo "KOKORO_JOB_NAME=${KOKORO_JOB_NAME}"
5857
if [[ $KOKORO_JOB_NAME == *"function-maven-plugin"* ]]; then
5958
cd function-maven-plugin

function-maven-plugin/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,6 @@
116116
</plugin>
117117
</plugins>
118118
</build>
119-
<distributionManagement>
120-
<snapshotRepository>
121-
<id>sonatype-nexus-snapshots</id>
122-
<name>Sonatype Nexus Snapshots</name>
123-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
124-
</snapshotRepository>
125-
<repository>
126-
<id>sonatype-nexus-staging</id>
127-
<name>Nexus Release Repository</name>
128-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
129-
</repository>
130-
</distributionManagement>
131119
<profiles>
132120
<profile>
133121
<id>sonatype-oss-release</id>

0 commit comments

Comments
 (0)