We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f2394 commit b248a16Copy full SHA for b248a16
1 file changed
pom.xml
@@ -15,7 +15,7 @@
15
</parent>
16
17
<artifactId>chronicle-queue</artifactId>
18
- <version>2026.2-SNAPSHOT</version>
+ <version>2026.2</version>
19
<packaging>bundle</packaging>
20
<name>OpenHFT/Chronicle Queue</name>
21
<description>Java library for persisted low latency messaging (Java 8+)</description>
@@ -622,7 +622,7 @@
622
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
623
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
624
</developerConnection>
625
- <tag>develop</tag>
+ <tag>chronicle-queue-2026.2</tag>
626
</scm>
627
628
</project>
0 commit comments