File tree Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 2.1.0] - 2019-12-20
10+
11+ - added [ tags support] ( https://github.com/arangodb/velocypack/blob/master/VelocyPack.md#tagging )
12+
913## [ 2.0.0] - 2019-12-19
1014
1115- performance improvements
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >velocypack</artifactId >
7- <version >2.0 .0</version >
7+ <version >2.1 .0</version >
88 <inceptionYear >2017</inceptionYear >
99 <packaging >jar</packaging >
1010
173173 </configuration >
174174 </plugin >
175175
176- <plugin >
177- <groupId >org.apache.maven.plugins</groupId >
178- <artifactId >maven-gpg-plugin</artifactId >
179- <version >1.5</version >
180- <executions >
181- <execution >
182- <id >sign-artifacts</id >
183- <phase >verify</phase >
184- <goals >
185- <goal >sign</goal >
186- </goals >
187- </execution >
188- </executions >
189- </plugin >
176+ <!-- <plugin> -- >
177+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
178+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
179+ <!-- <version>1.5</version> -- >
180+ <!-- <executions> -- >
181+ <!-- <execution> -- >
182+ <!-- <id>sign-artifacts</id> -- >
183+ <!-- <phase>verify</phase> -- >
184+ <!-- <goals> -- >
185+ <!-- <goal>sign</goal> -- >
186+ <!-- </goals> -- >
187+ <!-- </execution> -- >
188+ <!-- </executions> -- >
189+ <!-- </plugin> -- >
190190
191191 </plugins >
192192
You can’t perform that action at this time.
0 commit comments