Skip to content

Commit fb5f925

Browse files
committed
Revert "Minor AI-suggested improvements to Maven config"
This reverts commit 07532e1.
1 parent 07532e1 commit fb5f925

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/gplazma2-fermi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.dcache</groupId>
2020
<artifactId>gplazma2</artifactId>
21-
<version>${project.version}</version>
21+
<version>11.2.0-SNAPSHOT</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.code.gson</groupId>

modules/srm-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-compiler-plugin</artifactId>
6969
<configuration>
70+
<showDeprecation>true</showDeprecation>
7071
<compilerArgument>-Xlint:all</compilerArgument>
7172
</configuration>
7273
</plugin>

0 commit comments

Comments
 (0)