-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #162 from hazendaz/master
Build updates
- Loading branch information
Showing
6 changed files
with
19 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
MyBatis Type Handlers 310 Extra | ||
Copyright 2017-2023 | ||
|
||
This product includes software developed by | ||
The MyBatis Team (https://www.mybatis.org/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,12 @@ | |
<groupId>org.mybatis</groupId> | ||
<artifactId>mybatis-parent</artifactId> | ||
<version>40</version> | ||
<relativePath /> | ||
<relativePath/> | ||
</parent> | ||
|
||
<groupId>org.mybatis</groupId> | ||
<artifactId>mybatis-typehandlers-threeten-extra</artifactId> | ||
<version>1.0.1-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>mybatis-typehandlers-threeten-extra</name> | ||
<description>MyBatis Type Handlers supporting ThreeTen-Extra</description> | ||
|
@@ -37,10 +37,10 @@ | |
<inceptionYear>2017</inceptionYear> | ||
|
||
<scm> | ||
<url>http://github.com/mybatis/typehandlers-threeten-extra</url> | ||
<connection>scm:git:ssh://github.com/mybatis/typehandlers-threeten-extra.git</connection> | ||
<connection>scm:git:ssh://[email protected]/mybatis/typehandlers-threeten-extra.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mybatis/typehandlers-threeten-extra.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>http://github.com/mybatis/typehandlers-threeten-extra</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issue Management</system> | ||
|
@@ -52,9 +52,9 @@ | |
</ciManagement> | ||
<distributionManagement> | ||
<site> | ||
<id>gh-pages</id> | ||
<id>gh-pages-scm</id> | ||
<name>Mybatis GitHub Pages</name> | ||
<url>git:ssh://[email protected]/mybatis/typehandlers-threeten-extra.git?gh-pages#</url> | ||
<url>scm:git:ssh://[email protected]/mybatis/typehandlers-threeten-extra.git</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
|
@@ -116,7 +116,7 @@ | |
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<configuration> | ||
|