Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpaulissen committed May 14, 2024
1 parent ac44386 commit 7d747fe
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-Drevision=3.0.2-SNAPSHOT
-Drevision=3.1.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Types of changes:

## [Unreleased]

## [3.1.0] - 2024-05-14

### Added

- [Upgrade Maven dependencies.](https://github.com/paulissoft/oracle-tools/issues/158)

## [3.0.0] - 2024-05-13

### Changed
Expand Down
1 change: 0 additions & 1 deletion jdbc/smart-pool-data-source-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</parent-->
<groupId>com.paulissoft.pato.jdbc</groupId>
<artifactId>smart-pool-data-source-jmh</artifactId>
<name>spring-boot-complete</name>
<description>Demo project for Spring Boot</description>

<properties>
Expand Down
59 changes: 37 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,42 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!--maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version-->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<!--maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version-->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.argument>-Xlint:deprecation</maven.compiler.argument>

<!-- plugins from super pom without version -->
<!--maven-clean-plugin.version>3.1.0</maven-clean-plugin.version-->
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
<!--maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version-->
<maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<!--maven-site-plugin.version>3.9.1</maven-site-plugin.version-->
<maven-site-plugin.version>4.0.0-M1</maven-site-plugin.version>
<!--maven-clean-plugin.version>3.2.0</maven-clean-plugin.version-->
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<!--maven-deploy-plugin.version>3.0.0-M2</maven-deploy-plugin.version-->
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<!--maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version-->
<maven-install-plugin.version>3.1.2</maven-install-plugin.version>
<!--maven-site-plugin.version>4.0.0-M1</maven-site-plugin.version-->
<maven-site-plugin.version>4.0.0-M14</maven-site-plugin.version>

<!--maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version-->
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<!--maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version-->
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<!--maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version-->
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<!--maven-antrun-plugin.version>1.8</maven-antrun-plugin.version-->
<!-- WARNING: 20020829 is not newer, just use 1.0b3 -->
<maven-ant-contrib-plugin.version>1.0b3</maven-ant-contrib-plugin.version>
<!--maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version-->
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
<maven.minimum.version>3.6.1</maven.minimum.version>
<!--flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version-->
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<!--properties-maven-plugin.version>1.0.0</properties-maven-plugin.version-->
<properties-maven-plugin.version>1.2.0</properties-maven-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
<!--maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version-->
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<maven.minimum.version>3.6.3</maven.minimum.version>
<!--flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version-->
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<!--maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version-->
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<!--properties-maven-plugin.version>1.2.0</properties-maven-plugin.version-->
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
<!--exec-maven-plugin.version>3.0.0</exec-maven-plugin.version-->
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
<sql-maven-plugin.version>3.0.0</sql-maven-plugin.version>
<!-- Begin of SCM section -->
<!-- DO NOT UPDATE the SCM plugin: last version that is compatible with maven-scm-provider-svnjava and svnkit -->
<maven-scm-plugin.version>1.9.5</maven-scm-plugin.version>
Expand All @@ -62,7 +65,8 @@
<!-- flyway.version>7.4.0</flyway.version--> <!-- does not support Oracle 19.1 -->
<!--flyway.version>9.22.0</flyway.version--> <!-- latest and greatest at 2023-09-06 -->

<flyway.version>10.10.0</flyway.version> <!-- latest and greatest at 2024-03-14 -->
<!--flyway.version>10.13.0</flyway.version--> <!-- latest and greatest at 2024-03-14 -->
<flyway.version>10.13.0</flyway.version> <!-- latest and greatest at 2024-05-14 -->

<!-- Oracle JDBC stuff -->
<!-- https://www.oracle.com/database/technologies/maven-central-guide.html -->
Expand Down Expand Up @@ -291,6 +295,17 @@
<inherited>false</inherited>
</plugin>
<!-- end of root only plugins used by this and other projects -->
<!--
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 7d747fe

Please sign in to comment.