Skip to content

Commit a9dc962

Browse files
committed
fix: deploy check
1 parent 1363b46 commit a9dc962

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

jetcache-bom/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
<version>2.7.6</version>
1010
<packaging>pom</packaging>
1111

12+
<name>jetcache</name>
13+
<description>a Java cache abstraction which provides consistent use for various caching solutions</description>
14+
<url>https://github.com/alibaba/jetcache</url>
15+
<inceptionYear>2013</inceptionYear>
16+
17+
<licenses>
18+
<license>
19+
<name>The Apache License, Version 2.0</name>
20+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
21+
</license>
22+
</licenses>
23+
24+
<developers>
25+
<developer>
26+
<name>huangli</name>
27+
<email>areyouok@gmail.com</email>
28+
</developer>
29+
</developers>
30+
31+
<scm>
32+
<connection>scm:git:https://github.com/alibaba/jetcache.git</connection>
33+
<url>https://github.com/alibaba/jetcache</url>
34+
</scm>
35+
1236
<properties>
1337
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1438
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)