Skip to content

Commit 8c3f9fc

Browse files
committed
big fix
1 parent d8ec773 commit 8c3f9fc

File tree

3 files changed

+12
-43
lines changed

3 files changed

+12
-43
lines changed

log/server.2020-05-16.log

Lines changed: 0 additions & 10 deletions
This file was deleted.

log/server.log

Lines changed: 0 additions & 32 deletions
This file was deleted.

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
<github.global.server>github</github.global.server>
2222
</properties>
2323

24+
<repositories>
25+
<repository>
26+
<id>luna-commons-mvn-repo</id>
27+
<url>https://raw.github.com/czy1024/luna-commons/mvn-repo-luna-commons/</url>
28+
<snapshots>
29+
<enabled>true</enabled>
30+
<updatePolicy>always</updatePolicy>
31+
</snapshots>
32+
</repository>
33+
</repositories>
34+
2435
<!-- <dependencyManagement>-->
2536
<!-- <dependencies>-->
2637
<!-- &lt;!&ndash;-->
@@ -265,7 +276,7 @@
265276
<plugin>
266277
<groupId>com.github.github</groupId>
267278
<artifactId>site-maven-plugin</artifactId>
268-
<version>0.11</version>
279+
<version>0.12</version>
269280
<configuration>
270281
<message>Maven artifacts for ${project.version}</message> <!-- git commit message -->
271282
<noJekyll>true</noJekyll> <!-- disable webpage processing -->

0 commit comments

Comments
 (0)