Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
krraghavan committed Nov 29, 2019
1 parent b66c968 commit b2d4ed8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The @Query annotation provided by Spring Data MongoDb allows queries to be execu
It is highly desirable to have a similar mechanism for MongoDB aggregate queries which allow us to execute sophisticated
queries with practically no code being written.

## New in 0.8.5 version
1. Addressed security vulnerability in Jackson libraries (upgraded to 2.10.1)
1. Upgraded spring-mongo version to 2.2.1
1. Upgraded to Mongo Java driver version 3.8 and 4.2 Mongo DB

## New in 0.8.5 version
1. Addressed security vulnerability in Jackson libraries (upgraded to 2.9.7)

Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mongodb-aggregate-query-support</artifactId>
<groupId>com.github.krraghavan</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-reactive-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mongodb-aggregate-query-support</artifactId>
<groupId>com.github.krraghavan</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.krraghavan</groupId>
<artifactId>mongodb-aggregate-query-support-reactive-parent</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
<relativePath>../mongodb-aggregate-query-support-reactive-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-spring4-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mongodb-aggregate-query-support</artifactId>
<groupId>com.github.krraghavan</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-spring4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.github.krraghavan</groupId>
<artifactId>mongodb-aggregate-query-support-spring4-parent</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
<relativePath>../mongodb-aggregate-query-support-spring4-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.krraghavan</groupId>
<artifactId>mongodb-aggregate-query-support</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>

<packaging>pom</packaging>

Expand All @@ -37,7 +37,7 @@
</modules>

<properties>
<maqs.version>0.8.6-SNAPSHOT</maqs.version>
<maqs.version>0.8.6</maqs.version>
<mongodb.driver.version>3.11.2</mongodb.driver.version>
<embedded-mongo-version>2.0.3</embedded-mongo-version>
<jackson.version>2.10.1</jackson.version>
Expand Down

0 comments on commit b2d4ed8

Please sign in to comment.