Skip to content

Commit

Permalink
minor changes 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 6, 2023
1 parent e309c73 commit e1f9568
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
<url>http://github.com/PRIDE-Utilities/ols-client</url>
<description>Open-source java library to handle requests to the OLS RESTful web service.</description>

<parent>
<groupId>uk.ac.ebi.pride.architectural</groupId>
<artifactId>pride-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
</parent>

<developers>
<developer>
<id>Yasset Perez-Riverol</id>
Expand Down Expand Up @@ -143,6 +137,17 @@
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<showDeprecation>true</showDeprecation>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e1f9568

Please sign in to comment.