Skip to content

Commit 44c0962

Browse files
committed
[maven-release-plugin] prepare release mybatis-3.4.2
1 parent 3c9f435 commit 44c0962

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: pom.xml

+7-7
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-2016 the original author or authors.
4+
Copyright 2009-2017 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.
@@ -27,7 +27,7 @@
2727
</parent>
2828

2929
<artifactId>mybatis</artifactId>
30-
<version>3.4.2-SNAPSHOT</version>
30+
<version>3.4.2</version>
3131
<packaging>jar</packaging>
3232

3333
<name>mybatis</name>
@@ -51,7 +51,7 @@
5151
<email>[email protected]</email>
5252
</contributor>
5353
<contributor>
54-
<name>Antonio S&#225;nchez</name>
54+
<name>Antonio Sánchez</name>
5555
<email>[email protected]</email>
5656
</contributor>
5757
<contributor>
@@ -103,7 +103,7 @@
103103
<email>[email protected]</email>
104104
</contributor>
105105
<contributor>
106-
<name>Tom&#225;&#353; Neuberg</name>
106+
<name>Tomáš Neuberg</name>
107107
<email>[email protected]</email>
108108
</contributor>
109109
</contributors>
@@ -112,7 +112,7 @@
112112
<url>http://github.com/mybatis/mybatis-3</url>
113113
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
114114
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
115-
<tag>HEAD</tag>
115+
<tag>mybatis-3.4.2</tag>
116116
</scm>
117117
<issueManagement>
118118
<system>GitHub Issue Management</system>
@@ -364,7 +364,7 @@
364364
<properties>
365365
<maven.compiler.testTarget>1.6</maven.compiler.testTarget>
366366
<maven.compiler.testSource>1.6</maven.compiler.testSource>
367-
<maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument>
367+
<maven.compiler.testCompilerArgument />
368368
</properties>
369369
<build>
370370
<pluginManagement>
@@ -391,7 +391,7 @@
391391
<properties>
392392
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
393393
<maven.compiler.testSource>1.7</maven.compiler.testSource>
394-
<maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument>
394+
<maven.compiler.testCompilerArgument />
395395
</properties>
396396
<build>
397397
<pluginManagement>

0 commit comments

Comments
 (0)