We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d4ffe commit 124eef7Copy full SHA for 124eef7
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.jsoup</groupId>
7
<artifactId>jsoup</artifactId>
8
- <version>1.8.4-SNAPSHOT</version>
+ <version>1.8.3-SNAPSHOT</version>
9
<description>jsoup HTML parser</description>
10
<url>http://jsoup.org/</url>
11
<inceptionYear>2009</inceptionYear>
release.properties
@@ -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
+scm.url=scm\:git\:http\://github.com/jhy/jsoup.git
+preparationGoals=clean verify
+projectVersionPolicyId=default
+remoteTagging=true
+scm.commentPrefix=[maven-release-plugin]
+exec.snapshotReleasePluginAllowed=false
+completedPhase=check-poms
0 commit comments