Skip to content

Commit

Permalink
INTERNAL: Add configurations for maven release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 committed Jul 3, 2024
1 parent 6d06f4e commit 7a1f21d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/jam2in/arcus-test-container.git</url>
<connection>scm:git:https://github.com/jam2in/arcus-test-container.git</connection>
<developerConnection>scm:git:https://github.com/jam2in/arcus-test-container.git</developerConnection>
</scm>
<developers>
<developer>
<id>jam2in</id>
<name>JaM2in</name>
<email>jam2in@jam2in.com</email>
<organization>JaM2in Corp.</organization>
<organizationUrl>https://www.jam2in.com</organizationUrl>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 7a1f21d

Please sign in to comment.