We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384544 commit f52c67cCopy full SHA for f52c67c
chronicle/pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>com.higherfrequencytrading</groupId>
25
<artifactId>chronicle</artifactId>
26
- <version>1.7.1</version>
+ <version>1.7.1-SNAPSHOT</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