Skip to content

Commit 615eae5

Browse files
authored
Merge 9870a60 into bb4b358
2 parents bb4b358 + 9870a60 commit 615eae5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

core/mybatis-generator-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
<distributionManagement>
3939
<site>
40-
<id>gh-pages</id>
41-
<name>Mybatis Generator GitHub Pages</name>
42-
<url>git:ssh://git@github.com/mybatis/generator.git?gh-pages#</url>
40+
<id>gh-pages-scm</id>
41+
<name>Mybatis GitHub Pages</name>
42+
<url>scm:git:ssh://git@github.com/mybatis/generator.git</url>
4343
</site>
4444
</distributionManagement>
4545

core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
<system>Github</system>
6363
<url>https://github.com/mybatis/generator/actions</url>
6464
</ciManagement>
65+
<distributionManagement>
66+
<site>
67+
<id>gh-pages-scm</id>
68+
<name>Mybatis GitHub Pages</name>
69+
<url>scm:git:ssh://git@github.com/mybatis/generator.git</url>
70+
</site>
71+
</distributionManagement>
6572

6673
<properties>
6774
<findbugs.onlyAnalyze>org.mybatis.generator.*</findbugs.onlyAnalyze>

0 commit comments

Comments
 (0)