We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07532e1 commit fb5f925Copy full SHA for fb5f925
modules/gplazma2-fermi/pom.xml
@@ -18,7 +18,7 @@
18
<dependency>
19
<groupId>org.dcache</groupId>
20
<artifactId>gplazma2</artifactId>
21
- <version>${project.version}</version>
+ <version>11.2.0-SNAPSHOT</version>
22
</dependency>
23
24
<groupId>com.google.code.gson</groupId>
modules/srm-client/pom.xml
@@ -67,6 +67,7 @@
67
<groupId>org.apache.maven.plugins</groupId>
68
<artifactId>maven-compiler-plugin</artifactId>
69
<configuration>
70
+ <showDeprecation>true</showDeprecation>
71
<compilerArgument>-Xlint:all</compilerArgument>
72
</configuration>
73
</plugin>
0 commit comments