Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions agents/agentscope/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
<name>AgentScope Runtime AgentScope</name>
<description>Java Implementation for AgentScope Runtime</description>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>chickenlj</id>
<name>Jun Liu</name>
<email>ken.lj.hz@gmail.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>git@github.com:agentscope-ai/agentscope-runtime-java.git</developerConnection>
Expand Down
16 changes: 16 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
<name>AgentScope Runtime Core</name>
<description>Java Implementation for AgentScope Runtime</description>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>chickenlj</id>
<name>Jun Liu</name>
<email>ken.lj.hz@gmail.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>git@github.com:agentscope-ai/agentscope-runtime-java.git</developerConnection>
Expand Down
26 changes: 26 additions & 0 deletions maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,32 @@

<name>AgentScope Deployer Maven Plugin</name>
<description>Maven plugin to automatically build Docker images and deploy to Kubernetes for Java applications</description>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
<organization>
<name>Alibaba Cloud Inc.</name>
<url>https://runtime.agentscope.io</url>
</organization>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>chickenlj</id>
<name>Jun Liu</name>
<email>ken.lj.hz@gmail.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>git@github.com:agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>

<properties>
<maven.plugin.api.version>3.9.0</maven.plugin.api.version>
Expand Down
20 changes: 20 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@
<name>AgentScope Runtime Web</name>
<description>Java Implementation for AgentScope Runtime</description>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
<organization>
<name>Alibaba Cloud Inc.</name>
<url>https://runtime.agentscope.io</url>
</organization>
<licenses>
<license>
<name>Apache 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>chickenlj</id>
<name>Jun Liu</name>
<email>ken.lj.hz@gmail.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>git@github.com:agentscope-ai/agentscope-runtime-java.git</developerConnection>
Expand Down
Loading