Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Feb 21, 2014
1 parent b890c5d commit ff20f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version>1.0.1</version>
</parent>
<artifactId>jcabi-github</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<packaging>jar</packaging>
<name>jcabi-github</name>
<description>Object Oriented Github API</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/github/mock/MkIssues.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public Issue create(final String title, final String body)
final int number;
try {
number = 1 + this.storage.xml().xpath(
String.format("%s/issue/number", this.xpath())
String.format("%s/issue/number/text()", this.xpath())
).size();
this.storage.apply(
new Directives().xpath(this.xpath()).add("issue")
Expand Down

0 comments on commit ff20f56

Please sign in to comment.