Skip to content

Commit 990423a

Browse files
committed
更新maven
1 parent 878c86e commit 990423a

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

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.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

lambda-query-mongo-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

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.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

lambda-query-mybatis-plus-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

lambda-query-mybatis-plus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

mongo-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

pom.xml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,32 @@
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>
@@ -22,7 +45,7 @@
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>

update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
2-
mvn versions:set -DnewVersion=1.0.1-SNAPSHOT
2+
mvn versions:set -DnewVersion=1.0.1
33
mvn versions:commit

0 commit comments

Comments
 (0)