Skip to content

Commit b066580

Browse files
committed
Upgraded git-commit-id-plugin
Because new version allows `-Dmaven.gitcommitid.skip=true`. Also moved it's declaration to parent pom's "pluginsManagement" to reduce duplication.
1 parent 53e9ee4 commit b066580

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

driver/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,6 @@
312312
<plugin>
313313
<groupId>pl.project13.maven</groupId>
314314
<artifactId>git-commit-id-plugin</artifactId>
315-
<version>2.1.13</version>
316-
<executions>
317-
<execution>
318-
<goals>
319-
<goal>revision</goal>
320-
</goals>
321-
</execution>
322-
</executions>
323315
</plugin>
324316
</plugins>
325317
</build>

examples/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,6 @@
162162
<plugin>
163163
<groupId>pl.project13.maven</groupId>
164164
<artifactId>git-commit-id-plugin</artifactId>
165-
<version>2.1.13</version>
166-
<executions>
167-
<execution>
168-
<goals>
169-
<goal>revision</goal>
170-
</goals>
171-
</execution>
172-
</executions>
173165
</plugin>
174166
</plugins>
175167
</build>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@
9191
</execution>
9292
</executions>
9393
</plugin>
94+
<plugin>
95+
<groupId>pl.project13.maven</groupId>
96+
<artifactId>git-commit-id-plugin</artifactId>
97+
<version>2.2.4</version>
98+
<executions>
99+
<execution>
100+
<goals>
101+
<goal>revision</goal>
102+
</goals>
103+
</execution>
104+
</executions>
105+
</plugin>
94106
</plugins>
95107
</pluginManagement>
96108
<plugins>

0 commit comments

Comments
 (0)