|  | 
| 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"> | 
| 3 | 2 | 	<modelVersion>4.0.0</modelVersion> | 
| 4 | 3 | 	<groupId>com.github.dcendents</groupId> | 
| 5 | 4 | 	<artifactId>mybatis-generator-plugins</artifactId> | 
| 6 |  | -	<version>1.0-SNAPSHOT</version> | 
|  | 5 | +	<version>1.0</version> | 
| 7 | 6 | 	<name>MyBatis Generator Plugins</name> | 
| 8 | 7 | 	<description>Set of plugins for the mybatis-generator to further tweak the generated code.</description> | 
| 9 | 8 | 	<url>https://github.com/dcendents/mybatis-generator-plugins</url> | 
|  | 
| 17 | 16 | 	<scm> | 
| 18 | 17 | 		<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection> | 
| 19 | 18 | 		<url>https://github.com/dcendents/mybatis-generator-plugins</url> | 
| 20 |  | -		<tag>HEAD</tag> | 
|  | 19 | +		<tag>v1.0</tag> | 
| 21 | 20 | 	</scm> | 
| 22 | 21 | 	<developers> | 
| 23 | 22 | 		<developer> | 
|  | 
| 89 | 88 | 					<goals>deploy</goals> | 
| 90 | 89 | 					<localCheckout>true</localCheckout> | 
| 91 | 90 | 					<useReleaseProfile>true</useReleaseProfile> | 
|  | 91 | +					<releaseProfiles>release</releaseProfiles> | 
| 92 | 92 | 					<checkModificationExcludes> | 
| 93 | 93 | 						<checkModificationExclude>pom.xml</checkModificationExclude> | 
| 94 | 94 | 					</checkModificationExcludes> | 
|  | 
| 173 | 173 | 	</distributionManagement> | 
| 174 | 174 | 	<profiles> | 
| 175 | 175 | 		<profile> | 
| 176 |  | -			<id>release-profile</id> | 
|  | 176 | +			<id>release</id> | 
| 177 | 177 | 			<build> | 
| 178 | 178 | 				<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> | 
| 179 | 187 | 					<plugin> | 
| 180 | 188 | 						<groupId>org.apache.maven.plugins</groupId> | 
| 181 | 189 | 						<artifactId>maven-gpg-plugin</artifactId> | 
|  | 
0 commit comments