Skip to content

Commit

Permalink
Merge pull request #88 from hazendaz/master
Browse files Browse the repository at this point in the history
Various build updates
  • Loading branch information
hazendaz authored Feb 10, 2024
2 parents 78d1a2d + c40b901 commit 207c90e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.settings
target

.github/keys/

*.iml
*.idea/

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -26,9 +27,9 @@
<relativePath/>
</parent>

<groupId>org.mybatis</groupId>
<artifactId>mybatis-2-spring</artifactId>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mybatis-2-spring</name>
<description>An easy-to-use Spring bridge for MyBatis 2 sql mapping framework. Ibatis code copied from Spring 3.2.x branch.</description>
Expand All @@ -51,7 +52,7 @@
<connection>scm:git:ssh://[email protected]/mybatis/ibatis-spring.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/ibatis-spring.git</developerConnection>
<tag>HEAD</tag>
<url>http://github.com/mybatis/ibatis-spring</url>
<url>https://github.com/mybatis/ibatis-spring/</url>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
]
}

0 comments on commit 207c90e

Please sign in to comment.