We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b12389 commit 0768cb6Copy full SHA for 0768cb6
1 file changed
pom.xml
@@ -12,11 +12,11 @@
12
<groupId>net.openhft</groupId>
13
<artifactId>java-parent-pom</artifactId>
14
<version>2026.0</version>
15
- <relativePath/>
+ <relativePath />
16
</parent>
17
18
<artifactId>compiler</artifactId>
19
- <version>2026.0-SNAPSHOT</version>
+ <version>2026.0</version>
20
<packaging>bundle</packaging>
21
22
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -179,7 +179,7 @@
179
<connection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git</connection>
180
<developerConnection>scm:git:git@github.com:OpenHFT/Java-Runtime-Compiler.git
181
</developerConnection>
182
- <tag>ea</tag>
+ <tag>compiler-2026.0</tag>
183
</scm>
184
185
</project>
0 commit comments