Skip to content

Commit

Permalink
fix: deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jun 2, 2024
1 parent 1363b46 commit a9dc962
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jetcache-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@
<version>2.7.6</version>
<packaging>pom</packaging>

<name>jetcache</name>
<description>a Java cache abstraction which provides consistent use for various caching solutions</description>
<url>https://github.com/alibaba/jetcache</url>
<inceptionYear>2013</inceptionYear>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>huangli</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/alibaba/jetcache.git</connection>
<url>https://github.com/alibaba/jetcache</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit a9dc962

Please sign in to comment.