Skip to content

Commit

Permalink
Release v0.8.9. Fixes circleci build issue on v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kollivakkam Raghavan committed Jul 22, 2020
1 parent d699d9d commit a81ab9e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/krraghavan/mongodb-aggregate-query-support.svg)](https://travis-ci.org/krraghavan/mongodb-aggregate-query-support) [![Release Version](https://img.shields.io/badge/version-v0.8.8-red.svg)](https://github.com/krraghavan/mongodb-aggregate-query-support) [![License](https://img.shields.io/hexpm/l/plug.svg)](https://img.shields.io/hexpm/l/plug.svg)
[![Build Status](https://travis-ci.org/krraghavan/mongodb-aggregate-query-support.svg)](https://travis-ci.org/krraghavan/mongodb-aggregate-query-support) [![Release Version](https://img.shields.io/badge/version-v0.8.9-red.svg)](https://github.com/krraghavan/mongodb-aggregate-query-support) [![License](https://img.shields.io/hexpm/l/plug.svg)](https://img.shields.io/hexpm/l/plug.svg)

# MONGO DB AGGREGATE QUERY SUPPORT
This module provides annotated support for MongoDB aggregate queries much like the @Query annotation provided by the
Expand All @@ -9,7 +9,7 @@ It is highly desirable to have a similar mechanism for MongoDB aggregate queries
queries with practically no code being written.


## New in 0.8.8 version
## New in 0.8.9 version
1. Fixed Mongo distribution for all Linux distributions (Thanks Siddharth Agrawal)

## New in 0.8.7 version
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.9-SNAPSHOT</version>
<version>0.8.9</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.9-SNAPSHOT</version>
<version>0.8.9</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.9-SNAPSHOT</version>
<version>0.8.9</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.9-SNAPSHOT</version>
<version>0.8.9</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.9-SNAPSHOT</version>
<version>0.8.9</version>
<relativePath>../mongodb-aggregate-query-support-spring4-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mongodb-aggregate-query-support-test/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.9-SNAPSHOT</version>
<version>0.8.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.9-SNAPSHOT</version>
<version>0.8.9</version>

<packaging>pom</packaging>

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

<properties>
<maqs.version>0.8.8</maqs.version>
<maqs.version>0.8.9</maqs.version>
<mongodb.driver.version>3.11.2</mongodb.driver.version>
<embedded-mongo-version>2.2.0</embedded-mongo-version>
<jackson.version>2.10.1</jackson.version>
Expand Down

0 comments on commit a81ab9e

Please sign in to comment.