Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Apr 7, 2019
1 parent 129b3f0 commit 08d22dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. 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>
<groupId>org.mybatis</groupId>
Expand All @@ -33,7 +31,7 @@
</parent>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>MyBatis Dynamic SQL</name>
<description>MyBatis framework for generating dynamic SQL</description>
<inceptionYear>2016</inceptionYear>
Expand Down Expand Up @@ -179,7 +177,7 @@
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-dynamic-sql-1.1.1</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit 08d22dc

Please sign in to comment.