Skip to content

Commit 06d4ffe

Browse files
committed
Prep next release
1 parent 99ef54a commit 06d4ffe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jsoup changelog
22

3-
*** Release 1.8.3 [PENDING]
3+
*** Release 1.8.3 [2015-Aug-02]
44
* Added support for custom boolean attributes.
55
<https://github.com/jhy/jsoup/pull/555>
66

pom.xml

Lines changed: 6 additions & 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.3-SNAPSHOT</version>
8+
<version>1.8.4-SNAPSHOT</version>
99
<description>jsoup HTML parser</description>
1010
<url>http://jsoup.org/</url>
1111
<inceptionYear>2009</inceptionYear>
@@ -24,6 +24,7 @@
2424
<url>http://github.com/jhy/jsoup</url>
2525
<connection>scm:git:http://github.com/jhy/jsoup.git</connection>
2626
<!-- <developerConnection>scm:git:[email protected]:jhy/jsoup.git</developerConnection> -->
27+
<tag>HEAD</tag>
2728
</scm>
2829
<organization>
2930
<name>Jonathan Hedley</name>
@@ -130,6 +131,10 @@
130131
<artifactId>maven-resources-plugin</artifactId>
131132
<version>2.4</version>
132133
</plugin>
134+
<plugin>
135+
<artifactId>maven-release-plugin</artifactId>
136+
<version>2.5.2</version>
137+
</plugin>
133138
</plugins>
134139
<resources>
135140
<resource>

0 commit comments

Comments
 (0)