Skip to content

Commit 87b1591

Browse files
committed
Update for 2.4.1 release
1 parent 53bfb98 commit 87b1591

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.sharrissf.sample</groupId>
55
<artifactId>ehcache-search-sample</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<name>Ehcache Search Sample</name>
88
<description>Quick samples with the Ehcache Search Nightly
99
</description>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>net.sf.ehcache</groupId>
4141
<artifactId>ehcache-core</artifactId>
42-
<version>2.4.0</version>
42+
<version>2.4.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.slf4j</groupId>

src/assemble/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -Xms200m -Xmx200m -cp ".:./target/ehcache-search-sample-1.0.0.jar:./lib/ehcache-core-2.4.0.jar:./lib/slf4j-api-1.6.1.jar:./lib/slf4j-jdk14-1.6.1.jar" org.sharrissf.sample.EhcacheSearchPlaying
1+
java -Xms200m -Xmx200m -cp ".:./target/ehcache-search-sample-1.0.1.jar:./lib/ehcache-core-2.4.1.jar:./lib/slf4j-api-1.6.1.jar:./lib/slf4j-jdk14-1.6.1.jar" org.sharrissf.sample.EhcacheSearchPlaying

0 commit comments

Comments
 (0)