File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
23
23
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
24
24
the specific language governing permissions and limitations under the License. -->
25
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
26
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
27
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
25
+ <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" >
28
26
<modelVersion >4.0.0</modelVersion >
29
27
<parent >
30
28
<groupId >org.mybatis</groupId >
33
31
</parent >
34
32
<groupId >org.mybatis.dynamic-sql</groupId >
35
33
<artifactId >mybatis-dynamic-sql</artifactId >
36
- <version >1.1.1-SNAPSHOT </version >
34
+ <version >1.1.1</version >
37
35
<name >MyBatis Dynamic SQL</name >
38
36
<description >MyBatis framework for generating dynamic SQL</description >
39
37
<inceptionYear >2016</inceptionYear >
179
177
<url >https://github.com/mybatis/mybatis-dynamic-sql</url >
180
178
<connection >scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection >
181
179
<
developerConnection >scm:git:ssh://
[email protected] /mybatis/mybatis-dynamic-sql.git</
developerConnection >
182
- <tag >HEAD </tag >
180
+ <tag >mybatis-dynamic-sql-1.1.1 </tag >
183
181
</scm >
184
182
<issueManagement >
185
183
<system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments