File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 38
38
39
39
<properties >
40
40
<beaver-iot .version>1.2.0</beaver-iot .version>
41
- <revision >${beaver-iot.version}</revision >
41
+ <revision >${beaver-iot.version}-SNAPSHOT </revision >
42
42
<maven .compiler.source>17</maven .compiler.source>
43
43
<maven .compiler.target>17</maven .compiler.target>
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
59
60
60
<build >
61
61
<plugins >
62
+ <plugin >
63
+ <groupId >org.codehaus.mojo</groupId >
64
+ <artifactId >flatten-maven-plugin</artifactId >
65
+ <version >1.2.7</version >
66
+ <configuration >
67
+ <flattenMode >resolveCiFriendliesOnly</flattenMode >
68
+ <updatePomFile >true</updatePomFile >
69
+ </configuration >
70
+ <executions >
71
+ <execution >
72
+ <id >flatten</id >
73
+ <phase >process-resources</phase >
74
+ <goals >
75
+ <goal >flatten</goal >
76
+ </goals >
77
+ </execution >
78
+ <execution >
79
+ <id >flatten-clean</id >
80
+ <phase >clean</phase >
81
+ <goals >
82
+ <goal >clean</goal >
83
+ </goals >
84
+ </execution >
85
+ </executions >
86
+ </plugin >
62
87
<plugin >
63
88
<groupId >org.apache.maven.plugins</groupId >
64
89
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments