Skip to content

Commit 65e7e4b

Browse files
committed
v2.1.0
1 parent 354c9f1 commit 65e7e4b

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -173,20 +173,20 @@
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

0 commit comments

Comments
 (0)