Skip to content

Commit 095ebc6

Browse files
authored
Merge pull request #3078 from hazendaz/master
Fix HEAD tag and correct URL for site
2 parents c7c0698 + 97128d9 commit 095ebc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2023 the original author or authors.
4+
Copyright 2009-2024 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or
3636
annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping
3737
tools.</description>
38-
<url>https://www.mybatis.org/mybatis-3</url>
38+
<url>https://github.com/mybatis/mybatis-3</url>
3939

4040
<inceptionYear>2009</inceptionYear>
4141

@@ -109,7 +109,7 @@
109109
<scm>
110110
<connection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</connection>
111111
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
112-
<tag>mybatis-3.5.15</tag>
112+
<tag>HEAD</tag>
113113
<url>https://github.com/mybatis/mybatis-3</url>
114114
</scm>
115115
<issueManagement>

0 commit comments

Comments
 (0)