Skip to content

Commit

Permalink
Updating for 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinleal committed Oct 16, 2014
1 parent 0db97db commit a073b3f
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 @@ -134,7 +134,7 @@
<dependency>
<groupId>org.jbake</groupId>
<artifactId>jbake-core</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/br/com/ingenieux/mojo/jbake/WatchMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void run() {
} else if (result >= lastProcessed) {
getLog().info("Refreshing");

super.execute();
super.reRender();

lastProcessed = Long.valueOf(System.currentTimeMillis());
}
Expand Down

0 comments on commit a073b3f

Please sign in to comment.