Skip to content

Commit 124eef7

Browse files
committed
Working to get mvn release:prepare to work
1 parent 06d4ffe commit 124eef7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jsoup</groupId>
77
<artifactId>jsoup</artifactId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.3-SNAPSHOT</version>
99
<description>jsoup HTML parser</description>
1010
<url>http://jsoup.org/</url>
1111
<inceptionYear>2009</inceptionYear>

release.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#release configuration
2+
#Sun Aug 02 13:14:42 PDT 2015
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
pushChanges=true
5+
scm.url=scm\:git\:http\://github.com/jhy/jsoup.git
6+
preparationGoals=clean verify
7+
projectVersionPolicyId=default
8+
remoteTagging=true
9+
scm.commentPrefix=[maven-release-plugin]
10+
exec.snapshotReleasePluginAllowed=false
11+
completedPhase=check-poms

0 commit comments

Comments
 (0)