diff --git a/backing-collections/pom.xml b/backing-collections/pom.xml
index aad880b..ebfb1ca 100644
--- a/backing-collections/pom.xml
+++ b/backing-collections/pom.xml
@@ -5,12 +5,12 @@
com.selectivem.collections
collections
- ${revision}
+ 1.2.1
com.selectivem.collections
backing-collections
- ${revision}
+ 1.2.1
jar
${project.groupId}:${project.artifactId}
Backing collection implementations used by com.selectivem.collections
diff --git a/checklists/pom.xml b/checklists/pom.xml
index 92e52a9..b299d14 100644
--- a/checklists/pom.xml
+++ b/checklists/pom.xml
@@ -5,12 +5,12 @@
com.selectivem.collections
collections
- ${revision}
+ 1.2.1
com.selectivem.collections
checklists
- ${revision}
+ 1.2.1
jar
${project.groupId}:${project.artifactId}
Dedicated check list and check table data structures
diff --git a/compact-subsets/pom.xml b/compact-subsets/pom.xml
index d95a225..05d845a 100644
--- a/compact-subsets/pom.xml
+++ b/compact-subsets/pom.xml
@@ -5,12 +5,12 @@
com.selectivem.collections
collections
- ${revision}
+ 1.2.1
com.selectivem.collections
compact-subsets
- ${revision}
+ 1.2.1
jar
${project.groupId}:${project.artifactId}
Set implementations that allow heap-efficient subsets of other sets
diff --git a/interfaces/pom.xml b/interfaces/pom.xml
index 731a815..5f3b4ef 100644
--- a/interfaces/pom.xml
+++ b/interfaces/pom.xml
@@ -5,12 +5,12 @@
com.selectivem.collections
collections
- ${revision}
+ 1.2.1
com.selectivem.collections
interfaces
- ${revision}
+ 1.2.1
jar
${project.groupId}:${project.artifactId}
Pure Java interface definitions for specialized collections
diff --git a/pom.xml b/pom.xml
index f515f13..26b9661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.selectivem.collections
collections
- ${revision}
+ 1.2.1
pom
${project.groupId}:${project.artifactId}
Specialized collection implementations
@@ -51,7 +51,7 @@
- 1.2.1-SNAPSHOT
+ 1.2.1
1.8
1.8
8