Commit e4f9f118 by bianpeng

[maven-release-plugin] prepare release v3.0.7.RELEASE

parent d4200ceb
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<groupId>com.gitee.flying-cattle</groupId> <groupId>com.gitee.flying-cattle</groupId>
<artifactId>mybatis-dsc-generator</artifactId> <artifactId>mybatis-dsc-generator</artifactId>
<version>3.0.7.SNAPSHOT</version> <version>3.0.7.RELEASE</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>mybatis-dsc-generator</name> <name>mybatis-dsc-generator</name>
...@@ -30,7 +28,7 @@ ...@@ -30,7 +28,7 @@
<connection>scm:git:https://gitee.com/flying-cattle/mybatis-dsc-generator.git</connection> <connection>scm:git:https://gitee.com/flying-cattle/mybatis-dsc-generator.git</connection>
<developerConnection>scm:git:https://gitee.com/flying-cattle/mybatis-dsc-generator.git</developerConnection> <developerConnection>scm:git:https://gitee.com/flying-cattle/mybatis-dsc-generator.git</developerConnection>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<tag>HEAD</tag> <tag>v3.0.7.RELEASE</tag>
</scm> </scm>
<properties> <properties>
...@@ -158,8 +156,8 @@ ...@@ -158,8 +156,8 @@
<indentSize>4</indentSize> <indentSize>4</indentSize>
<useEditMode>true</useEditMode> <useEditMode>true</useEditMode>
<localCheckout>true</localCheckout> <localCheckout>true</localCheckout>
<username></username> <username />
<password></password> <password />
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment