Skip to content

Commit

Permalink
Add MIT license and developers info
Browse files Browse the repository at this point in the history
See #12 for more information.
  • Loading branch information
Kaiser-Yang committed Jul 31, 2024
1 parent 8cbf505 commit d2ce15e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,31 @@
</parent>
<groupId>edu.cmipt</groupId>
<artifactId>gcs</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<name>gcs</name>
<description>The back end of git center server</description>
<url/>
<licenses>
<license/>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer/>
<developer>
<name>Kaiser</name>
<email>[email protected]</email>
<url>https://github.com/Kaiser-Yang</url>
<roles>
<role>Project Manager</role>
<role>Architect</role>
<role>Developer</role>
</roles>
<organization>CMIPT</organization>
<organizationUrl>https://github.com/CMIPT</organizationUrl>
<timezone>8</timezone>
</developer>
</developers>
<scm>
<connection/>
Expand All @@ -36,7 +52,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down

0 comments on commit d2ce15e

Please sign in to comment.