-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release mybatis2-2.3.7
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright 2004-2016 the original author or authors. | ||
Copyright 2004-2017 the original author or authors. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -28,7 +28,7 @@ | |
|
||
<groupId>org.mybatis</groupId> | ||
<artifactId>mybatis2</artifactId> | ||
<version>2.3.7-SNAPSHOT</version> | ||
<version>2.3.7</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>mybatis2</name> | ||
|
@@ -46,7 +46,7 @@ | |
<url>http://github.com/mybatis/mybatis-2</url> | ||
<connection>scm:git:ssh://github.com/mybatis/mybatis-2.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-2.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>mybatis2-2.3.7</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issue Management</system> | ||
|