Skip to content

Commit

Permalink
adding slowcache
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwael committed Jul 9, 2015
1 parent 96167b5 commit f115b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cache4guice/trunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.slurry</groupId>
<artifactId>cache4guice</artifactId>
<packaging>jar</packaging>
<version>1.0.21-SNAPSHOT</version>
<version>1.0.22-SNAPSHOT</version>
<name>cache4guice</name>
<url>http://code.google.com/p/slurry/</url>
<parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
* @return
*/
boolean slowOperation() default false;





}
4 changes: 2 additions & 2 deletions quartz4guice/trunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
<version>2.0</version>
</plugin>

<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
Expand All @@ -426,7 +426,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>

<resources>
Expand Down

0 comments on commit f115b66

Please sign in to comment.