File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6+
67 <parent >
78 <groupId >com.helltractor.demo</groupId >
89 <artifactId >parent</artifactId >
1617 <dependency >
1718 <groupId >com.helltractor.demo</groupId >
1819 <artifactId >demo-util</artifactId >
19- <version >${revision} </version >
20+ <version >1.0-SNAPSHOT</version >
21+ <scope >compile</scope >
2022 </dependency >
2123
2224 <dependency >
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >com.helltractor.demo</groupId >
2020 <artifactId >demo-util</artifactId >
21- <version >${revision} </version >
21+ <version >1.0-SNAPSHOT </version >
2222 <scope >compile</scope >
2323 </dependency >
2424
Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6+
67 <parent >
78 <groupId >com.helltractor.demo</groupId >
89 <artifactId >parent</artifactId >
1213
1314 <artifactId >demo-util</artifactId >
1415
16+ <properties >
17+ <version >1.0-SNAPSHOT</version >
18+ </properties >
19+
1520 <dependencies >
1621 <dependency >
1722 <groupId >jakarta.servlet</groupId >
You can’t perform that action at this time.
0 commit comments