-
Notifications
You must be signed in to change notification settings - Fork 23
Fix module configuration for central repo release #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,41 @@ | |
| </parent> | ||
|
|
||
| <artifactId>agentscope-runtime-sandbox-core</artifactId> | ||
| <name>AgentScope Runtime Sandbox Core</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> | ||
| <developer> | ||
| <id>xuehuitian45</id> | ||
| <name>Huitian Xue</name> | ||
| <email>13069167198@163.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> | ||
|
Comment on lines
+14
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Furthermore, if you decide to keep this configuration, the <scm>
<connection>scm:git:https://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>Given the redundancy, the best solution is to remove this entire block. |
||
|
|
||
| <properties> | ||
| <docker-java.version>3.7.0</docker-java.version> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,41 @@ | |
| </parent> | ||
|
|
||
| <artifactId>agentrun-extension</artifactId> | ||
| <name>AgentScope Runtime Aliyun AgentRun Sandbox Extension</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> | ||
| <developer> | ||
| <id>xuehuitian45</id> | ||
| <name>Huitian Xue</name> | ||
| <email>13069167198@163.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> | ||
|
Comment on lines
+14
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Furthermore, if you decide to keep this configuration, the <scm>
<connection>scm:git:https://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>Given the redundancy, the best solution is to remove this entire block. |
||
|
|
||
| <properties> | ||
| <agentrun.client.version>4.0.4</agentrun.client.version> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,41 @@ | |
| </parent> | ||
|
|
||
| <artifactId>fc-extension</artifactId> | ||
| <name>AgentScope Runtime Aliyun FC Sandbox Extension</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> | ||
| <developer> | ||
| <id>xuehuitian45</id> | ||
| <name>Huitian Xue</name> | ||
| <email>13069167198@163.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> | ||
|
Comment on lines
+14
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Furthermore, if you decide to keep this configuration, the <scm>
<connection>scm:git:https://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>Given the redundancy, the best solution is to remove this entire block. |
||
|
|
||
| <dependencies> | ||
| <dependency> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,41 @@ | |
| </parent> | ||
|
|
||
| <artifactId>kubernetes-extension</artifactId> | ||
| <name>AgentScope Runtime Kubernetes Sandbox Extension</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> | ||
| <developer> | ||
| <id>xuehuitian45</id> | ||
| <name>Huitian Xue</name> | ||
| <email>13069167198@163.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> | ||
|
Comment on lines
+14
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Furthermore, if you decide to keep this configuration, the <scm>
<connection>scm:git:https://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>Given the redundancy, the best solution is to remove this entire block. |
||
|
|
||
| <properties> | ||
| <kubernetes.client.version>25.0.0</kubernetes.client.version> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,41 @@ | |
| </parent> | ||
|
|
||
| <artifactId>redis-extension</artifactId> | ||
| <name>AgentScope Runtime Redis Sandbox Manager Extension</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> | ||
| <developer> | ||
| <id>xuehuitian45</id> | ||
| <name>Huitian Xue</name> | ||
| <email>13069167198@163.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> | ||
|
Comment on lines
+14
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Furthermore, if you decide to keep this configuration, the <scm>
<connection>scm:git:https://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>Given the redundancy, the best solution is to remove this entire block. |
||
|
|
||
| <properties> | ||
| <redis.client.version>4.0.1</redis.client.version> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
engine-coremodule (defined on the previous line) has a dependency on thissandbox-coremodule. In Maven, modules are built in the order they are listed. To ensure a successful build,sandbox-coremust be defined beforeengine-core. Please swap lines 57 and 58.