|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright 2009-2016 the original author or authors. |
| 4 | + Copyright 2009-2017 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | you may not use this file except in compliance with the License.
|
|
27 | 27 | </parent>
|
28 | 28 |
|
29 | 29 | <artifactId>mybatis</artifactId>
|
30 |
| - <version>3.4.2-SNAPSHOT</version> |
| 30 | + <version>3.4.2</version> |
31 | 31 | <packaging>jar</packaging>
|
32 | 32 |
|
33 | 33 | <name>mybatis</name>
|
|
51 | 51 |
|
52 | 52 | </contributor>
|
53 | 53 | <contributor>
|
54 |
| - <name>Antonio Sánchez</name> |
| 54 | + <name>Antonio Sánchez</name> |
55 | 55 |
|
56 | 56 | </contributor>
|
57 | 57 | <contributor>
|
|
103 | 103 |
|
104 | 104 | </contributor>
|
105 | 105 | <contributor>
|
106 |
| - <name>Tomáš Neuberg</name> |
| 106 | + <name>Tomáš Neuberg</name> |
107 | 107 |
|
108 | 108 | </contributor>
|
109 | 109 | </contributors>
|
|
112 | 112 | <url>http://github.com/mybatis/mybatis-3</url>
|
113 | 113 | <connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
|
114 | 114 | < developerConnection>scm:git:ssh:// [email protected]/mybatis/mybatis-3.git</ developerConnection>
|
115 |
| - <tag>HEAD</tag> |
| 115 | + <tag>mybatis-3.4.2</tag> |
116 | 116 | </scm>
|
117 | 117 | <issueManagement>
|
118 | 118 | <system>GitHub Issue Management</system>
|
|
364 | 364 | <properties>
|
365 | 365 | <maven.compiler.testTarget>1.6</maven.compiler.testTarget>
|
366 | 366 | <maven.compiler.testSource>1.6</maven.compiler.testSource>
|
367 |
| - <maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument> |
| 367 | + <maven.compiler.testCompilerArgument /> |
368 | 368 | </properties>
|
369 | 369 | <build>
|
370 | 370 | <pluginManagement>
|
|
391 | 391 | <properties>
|
392 | 392 | <maven.compiler.testTarget>1.7</maven.compiler.testTarget>
|
393 | 393 | <maven.compiler.testSource>1.7</maven.compiler.testSource>
|
394 |
| - <maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument> |
| 394 | + <maven.compiler.testCompilerArgument /> |
395 | 395 | </properties>
|
396 | 396 | <build>
|
397 | 397 | <pluginManagement>
|
|
0 commit comments