From 77914ffbe88dc55a579fadf374f998966cab3578 Mon Sep 17 00:00:00 2001 From: chickenlj Date: Wed, 24 Sep 2025 17:51:27 +0800 Subject: [PATCH 1/2] update pom --- examples/pom.xml | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 5865fc2c5..e3473c721 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,8 +21,8 @@ 4.0.0 io.agentscope - core-examples - 1.0-SNAPSHOT + agentscope-core-examples + 0.0.1-SNAPSHOT jar AgentScope Core Java Examples @@ -38,8 +38,8 @@ io.agentscope - core - 1.0-SNAPSHOT + agentscope-core + 0.1.0 slf4j-simple diff --git a/pom.xml b/pom.xml index 376080c67..e47499039 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ 4.0.0 io.agentscope - core + agentscope-core AgentScope Implementation for Java - 0.1.0-SNAPSHOT + 0.1.0 AgentScope Java: Agent-Oriented Programming for Building LLM Applications https://github.com/agentscope-ai/agentscope-java From 599cc29755f2b7696d28abc6d2bf37fd4dcd233f Mon Sep 17 00:00:00 2001 From: chickenlj Date: Wed, 24 Sep 2025 18:01:02 +0800 Subject: [PATCH 2/2] add pom scm configuration --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index e47499039..2a124d13c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,12 @@ AgentScope Java: Agent-Oriented Programming for Building LLM Applications https://github.com/agentscope-ai/agentscope-java + + git@github.com:agentscope-ai/agentscope-java.git + git@github.com:agentscope-ai/agentscope-java.git + https://github.com/agentscope-ai/agentscope-java + + Alibaba https://agentscope.io @@ -64,6 +70,8 @@ 3.5.0 UTF-8 -Xms512m -Xmx1024m + + 0.7.0 @@ -298,6 +306,16 @@ + + + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.version} + true + + central + +