We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a583d8c commit e254612Copy full SHA for e254612
1 file changed
compiler/pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>net.openhft</groupId>
24
<artifactId>compiler</artifactId>
25
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
26
<packaging>bundle</packaging>
27
28
<name>OpenHFT/Java-Runtime-Compiler</name>
@@ -103,7 +103,7 @@
103
<nohelp>true</nohelp>
104
</configuration>
105
</plugin>
106
- <!-- plugin>
+ <plugin>
107
<groupId>org.apache.maven.plugins</groupId>
108
<artifactId>maven-gpg-plugin</artifactId>
109
<version>1.4</version>
@@ -119,7 +119,7 @@
119
</goals>
120
</execution>
121
</executions>
122
- </plugin -->
+ </plugin>
123
124
<plugin>
125
<groupId>org.apache.felix</groupId>
0 commit comments