File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >com.javaoffers</groupId >
8
6
<artifactId >beif-tool</artifactId >
9
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
10
8
</parent >
11
9
12
10
<artifactId >common</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >com.javaoffers</groupId >
8
6
<artifactId >beif-tool</artifactId >
9
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
10
8
</parent >
11
9
12
10
<artifactId >excel</artifactId >
37
35
<dependency >
38
36
<groupId >com.javaoffers</groupId >
39
37
<artifactId >common</artifactId >
40
- <version >1.0-SNAPSHOT </version >
38
+ <version >1.0</version >
41
39
</dependency >
42
40
43
41
</dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.javaoffers</groupId >
8
6
<artifactId >beif-tool</artifactId >
9
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
10
8
<packaging >pom</packaging >
11
9
<modules >
12
10
<module >excel</module >
68
66
<url >git:https://github.com/javaoffers/brief-tool.git</url >
69
67
<developerConnection >scm:git:https://github.com/javaoffers/brief-tool.git</developerConnection >
70
68
<connection >scm:git:https://github.com/javaoffers/brief-tool.git</connection >
71
- <tag >vy </tag >
69
+ <tag >v1.0 </tag >
72
70
</scm >
73
71
74
72
<!-- name 和 id 指定你 https://oss.sonatype.org 的登录名称, email 你创建gpg私钥时填写的email就可以-->
You can’t perform that action at this time.
0 commit comments