Skip to content

Commit

Permalink
update project config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Apr 15, 2024
1 parent c916fab commit 1c52a84
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,32 @@
<module>launchers</module>
</modules>

<description>LLM Agent Builder</description>
<url>https://github.com/alexcheng1982/llm-agent-builder</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Fu Cheng</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>
scm:git:git://github.com/alexcheng1982/llm-agent-builder.git
</connection>
<developerConnection>
scm:git:ssh://github.com:alexcheng1982/llm-agent-builder.git
</developerConnection>
<url>http://github.com/alexcheng1982/llm-agent-builder</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
Expand Down

0 comments on commit 1c52a84

Please sign in to comment.