Skip to content

Commit 287b2c5

Browse files
committed
Update pom.xml
1 parent 8c4b5fc commit 287b2c5

File tree

1 file changed

+50
-8
lines changed

1 file changed

+50
-8
lines changed

pom.xml

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,50 @@
1313
<url>https://github.com/jcasbin/hibernate-adapter</url>
1414
<inceptionYear>2020</inceptionYear>
1515

16+
<issueManagement>
17+
<system>Github</system>
18+
<url>https://github.com/jcasbin/hibernate-adapter/issues</url>
19+
</issueManagement>
20+
21+
<ciManagement>
22+
<system>Travis CI</system>
23+
<url>https://travis-ci.org/jcasbin/hibernate-adapter</url>
24+
</ciManagement>
25+
26+
<parent>
27+
<groupId>org.sonatype.oss</groupId>
28+
<artifactId>oss-parent</artifactId>
29+
<version>7</version>
30+
</parent>
31+
32+
<licenses>
33+
<license>
34+
<name>The Apache Software License, Version 2.0</name>
35+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
36+
<distribution>repo</distribution>
37+
</license>
38+
</licenses>
39+
40+
<scm>
41+
<url>https://github.com/jcasbin/hibernate-adapter</url>
42+
<connection>git@github.com:jcasbin/hibernate-adapter.git</connection>
43+
<developerConnection>https://github.com/hsluoyz</developerConnection>
44+
</scm>
45+
46+
<developers>
47+
<developer>
48+
<name>Yang Luo</name>
49+
<email>hsluoyz@qq.com</email>
50+
<url>https://github.com/hsluoyz</url>
51+
</developer>
52+
</developers>
53+
54+
<properties>
55+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
56+
</properties>
57+
1658
<build>
1759
<plugins>
18-
<plugin>
19-
<groupId>org.apache.maven.plugins</groupId>
20-
<artifactId>maven-compiler-plugin</artifactId>
21-
<configuration>
22-
<source>8</source>
23-
<target>8</target>
24-
</configuration>
25-
</plugin>
2660
<plugin>
2761
<groupId>org.eluder.coveralls</groupId>
2862
<artifactId>coveralls-maven-plugin</artifactId>
@@ -41,6 +75,14 @@
4175
</execution>
4276
</executions>
4377
</plugin>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-compiler-plugin</artifactId>
81+
<configuration>
82+
<source>8</source>
83+
<target>8</target>
84+
</configuration>
85+
</plugin>
4486
</plugins>
4587
<resources>
4688
<resource>

0 commit comments

Comments
 (0)