File tree Expand file tree Collapse file tree 8 files changed +35
-12
lines changed
lambda-query-mongo-starter
lambda-query-mybatis-plus-starter
lambda-query-mybatis-plus Expand file tree Collapse file tree 8 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</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.0.1-SNAPSHOT </version >
13+ <version >1.0.1</version >
1414
1515 <dependencies >
1616
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</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.0.1-SNAPSHOT </version >
13+ <version >1.0.1</version >
1414
1515 <dependencies >
1616
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >lambda-query</artifactId >
77 <groupId >com.github.xuejike</groupId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.xuejike</groupId >
88 <artifactId >lambda-query</artifactId >
9- <version >1.0.1-SNAPSHOT </version >
9+ <version >1.0.1</version >
1010 <name >lambda-query</name >
11- <description >Demo project for Spring Boot</description >
11+ <url >https://gitee.com/xuejike/lambda-query.git</url >
12+
13+ <description >query all in lambda</description >
14+ <licenses >
15+ <license >
16+ <name >GNU General Public License v2.0</name >
17+ <url >https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url >
18+ <distribution >repo</distribution >
19+ </license >
20+ </licenses >
21+
22+ <scm >
23+ <tag >master</tag >
24+ <url >https://gitee.com/xuejike/lambda-query.git</url >
25+ <connection >scm:git:https://gitee.com/xuejike/lambda-query.git</connection >
26+ <developerConnection >scm:git:https://gitee.com/xuejike/lambda-query.git</developerConnection >
27+ </scm >
28+ <developers >
29+ <developer >
30+ <name >xuejike</name >
31+ <email >245674286@qq.com</email >
32+ <organization >xuejike</organization >
33+ </developer >
34+ </developers >
1235 <modules >
1336 <module >lambda-query-core</module >
1437 <module >lambda-query-mongo</module >
2245 <maven .compiler.source>1.8</maven .compiler.source>
2346 <maven .compiler.target>1.8</maven .compiler.target>
2447 <maven .compiler.compilerVersion>1.8</maven .compiler.compilerVersion>
25- <query .version>1.0.1-SNAPSHOT </query .version>
48+ <query .version>1.0.1</query .version>
2649 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2750
2851 </properties >
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- mvn versions:set -DnewVersion=1.0.1-SNAPSHOT
2+ mvn versions:set -DnewVersion=1.0.1
33mvn versions:commit
You can’t perform that action at this time.
0 commit comments