-
Notifications
You must be signed in to change notification settings - Fork 22
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 mybatis-freemarker-1.1.1
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 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 |
---|---|---|
|
@@ -14,8 +14,7 @@ | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -26,7 +25,7 @@ | |
|
||
<groupId>org.mybatis.scripting</groupId> | ||
<artifactId>mybatis-freemarker</artifactId> | ||
<version>1.1.1-SNAPSHOT</version> | ||
<version>1.1.1</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>MyBatis FreeMarker</name> | ||
|
@@ -52,7 +51,7 @@ | |
<url>http://github.com/mybatis/freemarker-scripting</url> | ||
<connection>scm:git:ssh://github.com/mybatis/freemarker-scripting.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mybatis/freemarker-scripting.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>mybatis-freemarker-1.1.1</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issue Management</system> | ||
|
bb744b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elw00d I have just released master as 1.1.1 (to be conservative). It is important to reach to maven central otherwise very few people will try and use the plugin. I hope this is OK!
bb744b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emacarron Yeah, it is very good ! Thank you !