File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2828 <description >AgentScope Java: Agent-Oriented Programming for Building LLM Applications</description >
2929 <url >https://github.com/agentscope-ai/agentscope-java</url >
3030
31+ <scm >
32+ <
connection >
[email protected] :agentscope-ai/agentscope-java.git</
connection >
33+ <
developerConnection >
[email protected] :agentscope-ai/agentscope-java.git</
developerConnection >
34+ <url >https://github.com/agentscope-ai/agentscope-java</url >
35+ </scm >
36+
3137 <organization >
3238 <name >Alibaba</name >
3339 <url >https://agentscope.io</url >
6470 <maven-javadoc-plugin .version>3.5.0</maven-javadoc-plugin .version>
6571 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6672 <surefireArgLine >-Xms512m -Xmx1024m</surefireArgLine >
73+
74+ <central .publishing.maven.version>0.7.0</central .publishing.maven.version>
6775 </properties >
6876
6977 <dependencies >
298306 </execution >
299307 </executions >
300308 </plugin >
309+
310+ <plugin >
311+ <groupId >org.sonatype.central</groupId >
312+ <artifactId >central-publishing-maven-plugin</artifactId >
313+ <version >${central.publishing.maven.version} </version >
314+ <extensions >true</extensions >
315+ <configuration >
316+ <publishingServerId >central</publishingServerId >
317+ </configuration >
318+ </plugin >
301319 </plugins >
302320 </build >
303321 </profile >
You can’t perform that action at this time.
0 commit comments