We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8886d commit fccdc9aCopy full SHA for fccdc9a
1 file changed
pom.xml
@@ -15,7 +15,7 @@
15
</parent>
16
17
<artifactId>chronicle-queue</artifactId>
18
- <version>2026.5-SNAPSHOT</version>
+ <version>2026.5</version>
19
<packaging>bundle</packaging>
20
<name>OpenHFT/Chronicle Queue</name>
21
<description>Java library for persisted low latency messaging (Java 8+)</description>
@@ -615,7 +615,7 @@
615
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git</connection>
616
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Queue.git
617
</developerConnection>
618
- <tag>develop</tag>
+ <tag>chronicle-queue-2026.5</tag>
619
</scm>
620
621
</project>
0 commit comments