Skip to content

Commit c84db9e

Browse files
committed
Fix indent
1 parent fb4b5fd commit c84db9e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The A2A Java SDK provides two A2A server endpoint implementations, one based on
4242

4343
Add **one** of the following dependencies to your project:
4444

45-
> *⚠️ The `io.github.a2asdk` `groupId` below is temporary and will likely change for future releases. Substitute `${io.a2a.sdk.version}` with the latest released version of the project.*
45+
> *⚠️ The `io.github.a2asdk` `groupId` below is temporary and will likely change for future releases.*
4646
4747
```xml
4848
<dependency>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182
<version>${maven-surefire-plugin.version}</version>
183183
</plugin>
184184
<plugin>
185-
<groupId>org.sonatype.central</groupId>
186-
<artifactId>central-publishing-maven-plugin</artifactId>
187-
<version>${sonatype-central-publishing-plugin.version}</version>
188-
<extensions>true</extensions>
189-
<configuration>
190-
<publishingServerId>central-a2asdk-temp</publishingServerId>
191-
</configuration>
185+
<groupId>org.sonatype.central</groupId>
186+
<artifactId>central-publishing-maven-plugin</artifactId>
187+
<version>${sonatype-central-publishing-plugin.version}</version>
188+
<extensions>true</extensions>
189+
<configuration>
190+
<publishingServerId>central-a2asdk-temp</publishingServerId>
191+
</configuration>
192192
</plugin>
193193
</plugins>
194194
</build>

0 commit comments

Comments
 (0)