Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Wieczorek committed Jul 25, 2017
1 parent 168637c commit 54c3d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
POM_VERSION=1.0.0-SNAPSHOT
POM_VERSION=1.0.0
POM_GROUP=pl.droidsonroids
POM_ARTIFACT_ID=jspoon
POM_DESCRIPTION=Annotation based HTML to Java parser
POM_URL=https://github.com/DroidsOnRoids/jspoon
POM_SCM_CONNECTION_URL=scm:[email protected]:DroidsOnRoids/jspoon.git
POM_NAME=jspoon

POM_RETROFIT_VERSION=1.0.0-SNAPSHOT
POM_RETROFIT_VERSION=1.0.0
POM_RETROFIT_GROUP=pl.droidsonroids.retrofit2
POM_RETROFIT_ARTIFACT_ID=converter-jspoon
POM_RETROFIT_DESCRIPTION=Retrofit Converter which uses jspoon for parsing body from HTML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
public @interface Selector {
String NO_VALUE = "NO_VALUE";

/**
* @return Css query
*/
/** @return Css query */
String value();

/** @return Attribute or property of selected field. "text" is default. Also "html"/"innerHtml" or "outerHtml" is supported. */
Expand Down

0 comments on commit 54c3d57

Please sign in to comment.