File tree Expand file tree Collapse file tree 5 files changed +8
-38
lines changed Expand file tree Collapse file tree 5 files changed +8
-38
lines changed Original file line number Diff line number Diff line change 1111 <artifactId >git-commit-id-plugin</artifactId >
1212 <packaging >pom</packaging >
1313
14- <version >2.1.10 </version >
14+ <version >${git-commit-id-version} </version >
1515
1616 <name >Git Commit Id Plugin Maven Mojo</name >
1717 <description >
7676 <sourceEncoding >UTF-8</sourceEncoding >
7777 <outputEncoding >UTF-8</outputEncoding >
7878 <fest-assert .version>1.4</fest-assert .version>
79+ <git-commit-id-version >2.1.11-SNAPSHOT</git-commit-id-version >
7980 </properties >
8081
8182 <dependencies >
207208 <verbose >true</verbose >
208209 <dotGitDirectory >${project.basedir} /.git</dotGitDirectory >
209210 <generateGitPropertiesFile >true</generateGitPropertiesFile >
210- <generateGitPropertiesFilename >example/git.properties</generateGitPropertiesFilename >
211+ <!-- <generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
212+ <generateGitPropertiesFilename >target/classes/git.properties</generateGitPropertiesFilename >
211213 </configuration >
212214 </plugin >
213215
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >pl.project13.maven</groupId >
99 <artifactId >git-commit-id-plugin</artifactId >
10- <version >2.1.10 </version >
10+ <version >${git-commit-id-version} </version >
1111 </parent >
1212
1313 <groupId >pl.project13.maven</groupId >
1414 <artifactId >submodule-one</artifactId >
15- <version >2.1.10 </version >
15+ <version >${git-commit-id-version} </version >
1616
1717
1818</project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >pl.project13.maven</groupId >
99 <artifactId >git-commit-id-plugin</artifactId >
10- <version >2.1.10 </version >
10+ <version >${git-commit-id-version} </version >
1111 </parent >
1212
1313 <groupId >pl.project13.maven</groupId >
1414 <artifactId >submodule-two</artifactId >
15- <version >2.1.10 </version >
15+ <version >${git-commit-id-version} </version >
1616 <packaging >jar</packaging >
1717
1818
You can’t perform that action at this time.
0 commit comments