Skip to content

Commit

Permalink
Prepare version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nibix committed Jul 16, 2024
1 parent 6e70f20 commit 92214ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions backing-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.selectivem.collections</groupId>
<artifactId>collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
</parent>

<groupId>com.selectivem.collections</groupId>
<artifactId>backing-collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Backing collection implementations used by com.selectivem.collections</description>
Expand Down
4 changes: 2 additions & 2 deletions checklists/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.selectivem.collections</groupId>
<artifactId>collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
</parent>

<groupId>com.selectivem.collections</groupId>
<artifactId>checklists</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Dedicated check list and check table data structures</description>
Expand Down
4 changes: 2 additions & 2 deletions compact-subsets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.selectivem.collections</groupId>
<artifactId>collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
</parent>

<groupId>com.selectivem.collections</groupId>
<artifactId>compact-subsets</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Set implementations that allow heap-efficient subsets of other sets</description>
Expand Down
4 changes: 2 additions & 2 deletions interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.selectivem.collections</groupId>
<artifactId>collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
</parent>

<groupId>com.selectivem.collections</groupId>
<artifactId>interfaces</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Pure Java interface definitions for specialized collections</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.selectivem.collections</groupId>
<artifactId>collections</artifactId>
<version>${revision}</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Specialized collection implementations</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
</distributionManagement>

<properties>
<revision>1.2.1-SNAPSHOT</revision>
<revision>1.2.1</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
Expand Down

0 comments on commit 92214ab

Please sign in to comment.