We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8a178 commit 9b52ee6Copy full SHA for 9b52ee6
chronicle/pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>com.higherfrequencytrading</groupId>
25
<artifactId>chronicle</artifactId>
26
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
27
<name>Java Chronicle</name>
28
<description>High Performance Logging and Persisted Messaging</description>
29
@@ -89,7 +89,7 @@
89
<nohelp>true</nohelp>
90
</configuration>
91
</plugin>
92
- <!-- plugin>
+ <plugin>
93
<groupId>org.apache.maven.plugins</groupId>
94
<artifactId>maven-gpg-plugin</artifactId>
95
<version>1.4</version>
@@ -105,7 +105,7 @@
105
</goals>
106
</execution>
107
</executions>
108
- </plugin -->
+ </plugin>
109
110
<plugin>
111
<groupId>org.apache.felix</groupId>
0 commit comments