master
yihua.huang 2013-08-20 23:37:20 +08:00
parent 74c940c758
commit 4f62dfc8a4
4 changed files with 14 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<version>7</version>
</parent>
<groupId>us.codecraft</groupId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>webmagic-parent</artifactId>

11
release.properties 100644
View File

@ -0,0 +1,11 @@
#release configuration
#Tue Aug 20 23:36:56 CST 2013
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:git@github.com\:code4craft/webmagic.git
preparationGoals=clean verify
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
exec.additionalArguments=-Psonatype-oss-release -P development
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms

View File

@ -3,7 +3,7 @@
<parent>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-parent</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>us.codecraft</groupId>
<artifactId>webmagic-parent</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>