Skip to content

Commit

Permalink
Prep next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Aug 2, 2015
1 parent 99ef54a commit 06d4ffe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
jsoup changelog

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

Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.8.3-SNAPSHOT</version>
<version>1.8.4-SNAPSHOT</version>
<description>jsoup HTML parser</description>
<url>http://jsoup.org/</url>
<inceptionYear>2009</inceptionYear>
Expand All @@ -24,6 +24,7 @@
<url>http://github.com/jhy/jsoup</url>
<connection>scm:git:http://github.com/jhy/jsoup.git</connection>
<!-- <developerConnection>scm:git:git@github.com:jhy/jsoup.git</developerConnection> -->
<tag>HEAD</tag>
</scm>
<organization>
<name>Jonathan Hedley</name>
Expand Down Expand Up @@ -130,6 +131,10 @@
<artifactId>maven-resources-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 06d4ffe

Please sign in to comment.