Skip to content

Commit

Permalink
Merge pull request #2408 from hongwei1/obp-develop
Browse files Browse the repository at this point in the history
refactor/update the pom java and plugin version
  • Loading branch information
simonredfern authored Jul 4, 2024
2 parents 7e75393 + 517986f commit 5b90f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions obp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-->

Expand Down Expand Up @@ -530,7 +530,7 @@
<!-- add src/main/java to source dirs -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5b90f65

Please sign in to comment.