File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed
templates/server/src/main/resources/archetype-resources Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- -Drevision=$version
1+ -Drevision=${ version}
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >${groupId} </groupId >
77 <artifactId >${rootArtifactId} </artifactId >
8- <version >${app.version } </version >
8+ <version >${revision } </version >
99 </parent >
1010 <artifactId >${rootArtifactId} -batch</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >${groupId} </groupId >
66 <artifactId >${artifactId} </artifactId >
7- <version >${app.version } </version >
7+ <version >${revision } </version >
88 </parent >
99 <artifactId >${earProjectName} </artifactId >
1010 <name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >${groupId} </groupId >
77 <artifactId >${rootArtifactId} </artifactId >
8- <version >${app.version } </version >
8+ <version >${revision } </version >
99 </parent >
1010 <artifactId >${rootArtifactId} -api</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >${groupId} </groupId >
77 <artifactId >${rootArtifactId} </artifactId >
8- <version >${app.version } </version >
8+ <version >${revision } </version >
99 </parent >
1010 <artifactId >${rootArtifactId} -core</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >${artifactId} </artifactId >
66 <groupId >${groupId} </groupId >
7- <version >${app.version } </version >
7+ <version >${revision } </version >
88 <packaging >pom</packaging >
99 <name >${project.artifactId} </name >
1010 <description >Application based on the devon4j.</description >
1919 <jackson .version>$[jackson.version]</jackson .version> <!-- Overriding Jackson for fixing vulnerabilities -->
2020 <guava .version>$[guava.version]</guava .version>
2121 <devonfw .test.excluded.groups>system</devonfw .test.excluded.groups>
22- <app .version>${revision} </app .version>
2322 </properties >
2423
2524 <modules >
2625 <module >api</module >
2726 <module >core</module >
28- #if ($earProjectName != '.')
27+ #if ($earProjectName != '.')
2928 <module >${earProjectName} </module >
30- #end
31- #if ($batch == 'batch')
29+ #end
30+ #if ($batch == 'batch')
3231 <module >batch</module >
33- #end
32+ #end
3433 <module >server</module >
3534 </modules >
3635
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >${groupId} </groupId >
77 <artifactId >${rootArtifactId} </artifactId >
8- <version >${app.version } </version >
8+ <version >${revision } </version >
99 </parent >
1010 <artifactId >${rootArtifactId} -server</artifactId >
1111 <packaging >war</packaging >
You can’t perform that action at this time.
0 commit comments