Skip to content

Commit 2066bfa

Browse files
committed
1.0 版本 支持mongodb 的 基础查询
1 parent 194a864 commit 2066bfa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# lambda-query 1.0 版本
2-
[![](https://jitpack.io/v/xuejike/jpa-lambda-query.svg)](https://jitpack.io/#xuejike/jpa-lambda-query)
2+
[![](https://travis-ci.org/xuejike/lambda-query.svg?branch=master)]
33

44

55
## 介绍

lambda-query-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lambda-query</artifactId>
77
<groupId>com.github.xuejike</groupId>
8-
<version>1-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<artifactId>lambda-query-core</artifactId>
1111
<name>lambda-query-core</name>
1212
<description>Demo project for Spring Boot</description>
13-
<version>1-SNAPSHOT</version>
13+
<version>1.0</version>
1414

1515
<dependencies>
1616

lambda-query-mongo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lambda-query</artifactId>
77
<groupId>com.github.xuejike</groupId>
8-
<version>1-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<artifactId>lambda-query-mongo</artifactId>
1111
<name>lambda-query-mongo</name>
1212
<description>Demo project for Spring Boot</description>
13-
<version>1-SNAPSHOT</version>
13+
<version>1.0</version>
1414

1515
<dependencies>
1616

mongo-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>lambda-query</artifactId>
77
<groupId>com.github.xuejike</groupId>
8-
<version>1-SNAPSHOT</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>mongo-demo</artifactId>
13-
13+
<version>1.0</version>
1414

1515

1616
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.xuejike</groupId>
88
<artifactId>lambda-query</artifactId>
9-
<version>1-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<name>lambda-query</name>
1111
<description>Demo project for Spring Boot</description>
1212
<modules>
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>1.8</maven.compiler.source>
1919
<maven.compiler.target>1.8</maven.compiler.target>
2020
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
21-
<query.version>1-SNAPSHOT</query.version>
21+
<query.version>1.0</query.version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323

2424
</properties>

0 commit comments

Comments
 (0)