Skip to content

Commit bf54e1e

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 952219f commit bf54e1e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
<name>MyBatis Generator Plugins</name>
87
<description>Set of plugins for the mybatis-generator to further tweak the generated code.</description>
98
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
@@ -17,7 +16,7 @@
1716
<scm>
1817
<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection>
1918
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
20-
<tag>HEAD</tag>
19+
<tag>v1.0</tag>
2120
</scm>
2221
<developers>
2322
<developer>
@@ -89,6 +88,7 @@
8988
<goals>deploy</goals>
9089
<localCheckout>true</localCheckout>
9190
<useReleaseProfile>true</useReleaseProfile>
91+
<releaseProfiles>release</releaseProfiles>
9292
<checkModificationExcludes>
9393
<checkModificationExclude>pom.xml</checkModificationExclude>
9494
</checkModificationExcludes>
@@ -173,9 +173,17 @@
173173
</distributionManagement>
174174
<profiles>
175175
<profile>
176-
<id>release-profile</id>
176+
<id>release</id>
177177
<build>
178178
<plugins>
179+
<plugin>
180+
<groupId>org.apache.maven.plugins</groupId>
181+
<artifactId>maven-surefire-plugin</artifactId>
182+
<version>2.18.1</version>
183+
<configuration>
184+
<skip>true</skip>
185+
</configuration>
186+
</plugin>
179187
<plugin>
180188
<groupId>org.apache.maven.plugins</groupId>
181189
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)