Skip to content

Commit 801786f

Browse files
authored
Merge pull request #169 from hazendaz/master
Update GHA and sort pom
2 parents f45b1ee + b01c77d commit 801786f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Java CI
22

3-
on: [push, pull_request]
3+
on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
test:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.mybatis</groupId>
2525
<artifactId>mybatis-parent</artifactId>
2626
<version>39</version>
27-
<relativePath />
27+
<relativePath/>
2828
</parent>
2929

3030
<groupId>org.mybatis.scripting</groupId>
@@ -53,10 +53,10 @@
5353
</contributors>
5454

5555
<scm>
56-
<url>https://github.com/mybatis/freemarker-scripting</url>
5756
<connection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</connection>
5857
<developerConnection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</developerConnection>
5958
<tag>HEAD</tag>
59+
<url>https://github.com/mybatis/freemarker-scripting</url>
6060
</scm>
6161
<issueManagement>
6262
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)