Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Jan 2, 2017
1 parent 3c9f435 commit 44c0962
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2009-2016 the original author or authors.
Copyright 2009-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.
Expand All @@ -27,7 +27,7 @@
</parent>

<artifactId>mybatis</artifactId>
<version>3.4.2-SNAPSHOT</version>
<version>3.4.2</version>
<packaging>jar</packaging>

<name>mybatis</name>
Expand All @@ -51,7 +51,7 @@
<email>[email protected]</email>
</contributor>
<contributor>
<name>Antonio S&#225;nchez</name>
<name>Antonio Sánchez</name>
<email>[email protected]</email>
</contributor>
<contributor>
Expand Down Expand Up @@ -103,7 +103,7 @@
<email>[email protected]</email>
</contributor>
<contributor>
<name>Tom&#225;&#353; Neuberg</name>
<name>Tomáš Neuberg</name>
<email>[email protected]</email>
</contributor>
</contributors>
Expand All @@ -112,7 +112,7 @@
<url>http://github.com/mybatis/mybatis-3</url>
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-3.4.2</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -364,7 +364,7 @@
<properties>
<maven.compiler.testTarget>1.6</maven.compiler.testTarget>
<maven.compiler.testSource>1.6</maven.compiler.testSource>
<maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument>
<maven.compiler.testCompilerArgument />
</properties>
<build>
<pluginManagement>
Expand All @@ -391,7 +391,7 @@
<properties>
<maven.compiler.testTarget>1.7</maven.compiler.testTarget>
<maven.compiler.testSource>1.7</maven.compiler.testSource>
<maven.compiler.testCompilerArgument></maven.compiler.testCompilerArgument>
<maven.compiler.testCompilerArgument />
</properties>
<build>
<pluginManagement>
Expand Down

0 comments on commit 44c0962

Please sign in to comment.