Skip to content

Commit 07532e1

Browse files
committed
Minor AI-suggested improvements to Maven config
1 parent 6256b08 commit 07532e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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>11.2.0-SNAPSHOT</version>
21+
<version>${project.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.code.gson</groupId>

modules/srm-client/pom.xml

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

0 commit comments

Comments
 (0)