File tree Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.helltractor.demo</groupId >
1818 <artifactId >demo-util</artifactId >
19- <version >${revision } </version >
19+ <version >${project.version } </version >
2020 </dependency >
2121
2222 <dependency >
Original file line number Diff line number Diff line change 1414 <artifactId >demo-redis-lettuce</artifactId >
1515
1616 <dependencies >
17-
1817 <dependency >
1918 <groupId >com.helltractor.demo</groupId >
2019 <artifactId >demo-util</artifactId >
21- <version >${revision } </version >
20+ <version >${project.version } </version >
2221 <scope >compile</scope >
2322 </dependency >
2423
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 >
Original file line number Diff line number Diff line change 4646 <lombok .version>1.18.22</lombok .version>
4747 <!-- test -->
4848 <mocktio .version>5.14.0</mocktio .version>
49- <testcontainers .version>1.20.4 </testcontainers .version>
49+ <testcontainers .version>1.20.6 </testcontainers .version>
5050 </properties >
5151
5252 <dependencyManagement >
7575 </dependencies >
7676 </dependencyManagement >
7777
78+ <build >
79+ <plugins >
80+ <plugin >
81+ <groupId >org.codehaus.mojo</groupId >
82+ <artifactId >flatten-maven-plugin</artifactId >
83+ <version >1.1.0</version >
84+ <configuration >
85+ <updatePomFile >true</updatePomFile >
86+ <flattenMode >resolveCiFriendliesOnly</flattenMode >
87+ </configuration >
88+ <executions >
89+ <execution >
90+ <id >flatten</id >
91+ <phase >process-resources</phase >
92+ <goals >
93+ <goal >flatten</goal >
94+ </goals >
95+ </execution >
96+ <execution >
97+ <id >flatten.clean</id >
98+ <phase >clean</phase >
99+ <goals >
100+ <goal >clean</goal >
101+ </goals >
102+ </execution >
103+ </executions >
104+ </plugin >
105+ </plugins >
106+ </build >
107+
78108</project >
You can’t perform that action at this time.
0 commit comments