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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.0] - 2019-12-20
10
+
11
+ - added [ tags support] ( https://github.com/arangodb/velocypack/blob/master/VelocyPack.md#tagging )
12
+
9
13
## [ 2.0.0] - 2019-12-19
10
14
11
15
- performance improvements
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >velocypack</artifactId >
7
- <version >2.0 .0</version >
7
+ <version >2.1 .0</version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
173
173
</configuration >
174
174
</plugin >
175
175
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> -- >
190
190
191
191
</plugins >
192
192
You can’t perform that action at this time.
0 commit comments