Skip to content

Commit 1e0b79c

Browse files
committed
Rebase on last master version
1 parent 7317c47 commit 1e0b79c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugins>
100100
<plugin>
101101
<artifactId>maven-compiler-plugin</artifactId>
102-
<version>3.9.0</version>
102+
<version>3.6.2</version>
103103
<configuration>
104104
<source>17</source>
105105
<target>17</target>
@@ -166,8 +166,6 @@
166166
<version>3.3.0</version>
167167
</plugin>
168168
<!-- Include the git properties to ensure reproducible builds -->
169-
<!-- Maven 3.6.1 error build compatibility-->
170-
<!--
171169
<plugin>
172170
<groupId>io.github.git-commit-id</groupId>
173171
<artifactId>git-commit-id-maven-plugin</artifactId>
@@ -193,7 +191,7 @@
193191
<excludeProperty>^git.local.branch.*$</excludeProperty>
194192
</excludeProperties>
195193
</configuration>
196-
</plugin>-->
194+
</plugin>
197195
</plugins>
198196
</build>
199197

0 commit comments

Comments
 (0)