Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit 65e04aa

Browse files
committed
Issue #24: Bump version to 1.0.0
1 parent 8e62434 commit 65e04aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ehcache-jcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ehcache</groupId>
77
<artifactId>ehcache-jcache-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>jcache</artifactId>

jcache-tck-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ehcache</groupId>
77
<artifactId>ehcache-jcache-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>jcache-tck-runner</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.ehcache</groupId>
1515
<artifactId>ehcache-jcache-parent</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Ehcache JCache Parent Pom</name>

0 commit comments

Comments
 (0)