Skip to content

Commit f52c67c

Browse files
committed
Add a performance example and reduce garbage produced.
1 parent a384544 commit f52c67c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chronicle/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.higherfrequencytrading</groupId>
2525
<artifactId>chronicle</artifactId>
26-
<version>1.7.1</version>
26+
<version>1.7.1-SNAPSHOT</version>
2727
<name>Java Chronicle</name>
2828
<description>High Performance Logging and Persisted Messaging</description>
2929

@@ -89,7 +89,7 @@
8989
<nohelp>true</nohelp>
9090
</configuration>
9191
</plugin>
92-
<plugin>
92+
<!-- plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-gpg-plugin</artifactId>
9595
<version>1.4</version>
@@ -105,7 +105,7 @@
105105
</goals>
106106
</execution>
107107
</executions>
108-
</plugin>
108+
</plugin -->
109109

110110
<plugin>
111111
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)