Skip to content

Commit 1d47235

Browse files
Doris26copybara-github
authored andcommitted
fix: Update pom.xml files
This commit updates the pom.xml files to include a name for the city-time-weather tutorial and updates the distribution management URL to the new Sonatype API endpoint. PiperOrigin-RevId: 808375764
1 parent a47841c commit 1d47235

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<type>pom</type>
105105
<scope>import</scope>
106106
</dependency>
107-
107+
108108
<!-- Direct dependencies -->
109109
<dependency>
110110
<groupId>com.anthropic</groupId>
@@ -503,7 +503,7 @@
503503
<repository>
504504
<id>central</id>
505505
<name>Maven Central Repository</name>
506-
<url>https://central.sonatype.com</url>
506+
<url>https://central.sonatype.com/api/v1/publisher</url>
507507
</repository>
508508
<snapshotRepository>
509509
<id>central</id>

tutorials/city-time-weather/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</parent>
2626

2727
<artifactId>google-adk-tutorials-city-time-weather</artifactId>
28+
<name>Agent Development Kit - Tutorial: City Time Weather</name>
2829

2930
<properties>
3031
<exec.mainClass>com.google.adk.tutorials.CityTimeWeather</exec.mainClass>

0 commit comments

Comments
 (0)