Skip to content

Commit 7ed7543

Browse files
committed
Update maven package groupId
1 parent b63b673 commit 7ed7543

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>io.github.llmagentbuilder</groupId>
6+
<groupId>com.javaaidev</groupId>
77
<artifactId>chat-agent-ui</artifactId>
8-
<version>0.4.0</version>
9-
<name>LLM Agent Builder :: Chat Agent UI</name>
10-
<description>LLM Agent Builder :: Chat Agent UI</description>
8+
<version>0.1.0</version>
9+
<name>Chat Agent UI</name>
10+
<description>Chat Agent UI</description>
1111

12-
<url>https://github.com/LLMAgentBuilder/chat-agent-ui</url>
12+
<url>https://github.com/JavaAIDev/chat-agent-ui</url>
1313
<licenses>
1414
<license>
1515
<name>The Apache Software License, Version 2.0</name>
@@ -26,12 +26,12 @@
2626

2727
<scm>
2828
<connection>
29-
scm:git:git://github.com/LLMAgentBuilder/chat-agent-ui.git
29+
scm:git:git://github.com/JavaAIDev/chat-agent-ui.git
3030
</connection>
3131
<developerConnection>
32-
scm:git:ssh://github.com:LLMAgentBuilder/chat-agent-ui.git
32+
scm:git:ssh://github.com:JavaAIDev/chat-agent-ui.git
3333
</developerConnection>
34-
<url>http://github.com/LLMAgentBuilder/chat-agent-ui</url>
34+
<url>http://github.com/JavaAIDev/chat-agent-ui</url>
3535
</scm>
3636

3737
<repositories>

0 commit comments

Comments
 (0)