Skip to content

Commit 08d22dc

Browse files
committed
[maven-release-plugin] prepare release mybatis-dynamic-sql-1.1.1
1 parent 129b3f0 commit 08d22dc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
2323
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
2424
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">
2826
<modelVersion>4.0.0</modelVersion>
2927
<parent>
3028
<groupId>org.mybatis</groupId>
@@ -33,7 +31,7 @@
3331
</parent>
3432
<groupId>org.mybatis.dynamic-sql</groupId>
3533
<artifactId>mybatis-dynamic-sql</artifactId>
36-
<version>1.1.1-SNAPSHOT</version>
34+
<version>1.1.1</version>
3735
<name>MyBatis Dynamic SQL</name>
3836
<description>MyBatis framework for generating dynamic SQL</description>
3937
<inceptionYear>2016</inceptionYear>
@@ -179,7 +177,7 @@
179177
<url>https://github.com/mybatis/mybatis-dynamic-sql</url>
180178
<connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection>
181179
<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>
183181
</scm>
184182
<issueManagement>
185183
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)