Skip to content

Commit 60806fc

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent fa3195f commit 60806fc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.dcendents</groupId>
54
<artifactId>mybatis-generator-plugins</artifactId>
6-
<version>1.0-SNAPSHOT</version>
5+
<version>1.0</version>
76
<properties>
87
<slf4j.version>1.7.12</slf4j.version>
98
</properties>
109
<scm>
1110
<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection>
1211
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
13-
<tag>HEAD</tag>
12+
<tag>v1.0</tag>
1413
</scm>
1514
<build>
1615
<plugins>

0 commit comments

Comments
 (0)