Skip to content

Commit 83c5722

Browse files
authored
Merge pull request #3003 from hazendaz/master
Prepare site and few other minor updates
2 parents 21d6582 + 2273cb6 commit 83c5722

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
MyBatis
2+
Copyright 2010-2023
3+
4+
This product includes software developed by
5+
The MyBatis Team (https://www.mybatis.org/).
6+
17
iBATIS
28
This product includes software developed by
39
The Apache Software Foundation (https://www.apache.org/).

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<relativePath />
2727
</parent>
2828

29+
<groupId>org.mybatis</groupId>
2930
<artifactId>mybatis</artifactId>
3031
<version>3.5.15-SNAPSHOT</version>
31-
<packaging>jar</packaging>
3232

3333
<name>mybatis</name>
3434
<description>
@@ -110,9 +110,9 @@
110110

111111
<scm>
112112
<url>https://github.com/mybatis/mybatis-3</url>
113-
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
113+
<connection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection>
114114
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
115-
<tag>mybatis-3.5.12</tag>
115+
<tag>HEAD</tag>
116116
</scm>
117117
<issueManagement>
118118
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)