Skip to content

Commit 4f62dfc

Browse files
committed
release
1 parent 74c940c commit 4f62dfc

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>7</version>
77
</parent>
88
<groupId>us.codecraft</groupId>
9-
<version>0.2.2-SNAPSHOT</version>
9+
<version>0.2.1-SNAPSHOT</version>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
1212
<artifactId>webmagic-parent</artifactId>

release.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#release configuration
2+
#Tue Aug 20 23:36:56 CST 2013
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
pushChanges=true
5+
scm.url=scm\:git\:[email protected]\:code4craft/webmagic.git
6+
preparationGoals=clean verify
7+
remoteTagging=true
8+
scm.commentPrefix=[maven-release-plugin]
9+
exec.additionalArguments=-Psonatype-oss-release -P development
10+
exec.snapshotReleasePluginAllowed=false
11+
completedPhase=check-poms

webmagic-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>us.codecraft</groupId>
55
<artifactId>webmagic-parent</artifactId>
6-
<version>0.2.2-SNAPSHOT</version>
6+
<version>0.2.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

webmagic-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>us.codecraft</groupId>
55
<artifactId>webmagic-parent</artifactId>
6-
<version>0.2.2-SNAPSHOT</version>
6+
<version>0.2.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)