Skip to content

Commit f77a00a

Browse files
committed
Minor AI-suggested improvements to Maven config
Motivation ---------- Improve consistency and utility of build/test Modification ------------ - Remove hardwired "SNAPSHOT" reference from `modules/gplazma/pom.xml`. - Removed `<showDeprecation>true</showDeprecation>` from Maven compiler configuration in `modules/srm-client/pom.xml` Result ------ More consistent, less error-prone build/test. Ticket: - Acked-by: Karen Hoyos Target: trunk Request: - Require-book: no Require-notes: no
1 parent fb5f925 commit f77a00a

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)