mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
refactor/update the pom java and plugin version -step2
This commit is contained in:
parent
7e75393946
commit
e05a55f281
@ -418,7 +418,7 @@
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
<version>8.1.0.jre${java.version}-preview</version>
|
||||
<version>11.2.0.jre${java.version}</version>
|
||||
</dependency>
|
||||
<!-- scalikejdbc for call stored procedure end-->
|
||||
|
||||
@ -552,7 +552,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<version>3.4.0</version>
|
||||
<configuration>
|
||||
<webXml>${webXmlPath}</webXml>
|
||||
</configuration>
|
||||
@ -639,7 +639,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<release>${java.version}</release>
|
||||
</configuration>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
||||
<vscaladoc.links.liftweb.baseurl>http://scala-tools.org/mvnsites/liftweb</vscaladoc.links.liftweb.baseurl>
|
||||
|
||||
<!--java version, can be: [8,9,10,11,12,13]-->
|
||||
<java.version>8</java.version>
|
||||
<java.version>11</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user