|
12 | 12 | <description>A maven plugin for running Unit Tests with utPLSQL v3+.</description> |
13 | 13 | <url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url> |
14 | 14 |
|
| 15 | + <properties> |
| 16 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 17 | + <maven.compiler.release>17</maven.compiler.release> |
| 18 | + |
| 19 | + <utplsql-java-api.version>3.2.4</utplsql-java-api.version> |
| 20 | + |
| 21 | + <!-- Minimum Maven API version required to run this plugin --> |
| 22 | + <maven.version>3.9.9</maven.version> |
| 23 | + <!-- Maven plugin tooling (annotations + plugin-plugin) has its own release cycle --> |
| 24 | + <maven.plugin.tools.version>3.15.2</maven.plugin.tools.version> |
| 25 | + |
| 26 | + <itf.version>0.13.1</itf.version> |
| 27 | + <junit.version>5.12.2</junit.version> |
| 28 | + |
| 29 | + <sonar.organization>utplsql</sonar.organization> |
| 30 | + <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
| 31 | + </properties> |
| 32 | + |
15 | 33 | <licenses> |
16 | 34 | <license> |
17 | 35 | <name>Apache License, Version 2.0</name> |
|
67 | 85 | </repository> |
68 | 86 | </distributionManagement> |
69 | 87 |
|
70 | | - <properties> |
71 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
72 | | - <maven.compiler.release>17</maven.compiler.release> |
73 | | - |
74 | | - <utplsql-java-api.version>3.2.4</utplsql-java-api.version> |
75 | | - |
76 | | - <!-- Minimum Maven API version required to run this plugin --> |
77 | | - <maven.version>3.9.9</maven.version> |
78 | | - <!-- Maven plugin tooling (annotations + plugin-plugin) has its own release cycle --> |
79 | | - <maven.plugin.tools.version>3.15.2</maven.plugin.tools.version> |
80 | | - |
81 | | - <itf.version>0.13.1</itf.version> |
82 | | - <junit.version>5.12.2</junit.version> |
83 | | - |
84 | | - <sonar.organization>utplsql</sonar.organization> |
85 | | - <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
86 | | - </properties> |
87 | 88 |
|
88 | 89 | <dependencies> |
89 | 90 | <!-- Maven API - provided by the Maven runtime --> |
|
0 commit comments