Skip to content

Commit 666721f

Browse files
author
Jacek Gębal
committed
Move properties to the beginning of pom
1 parent 7fb4662 commit 666721f

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

pom.xml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
<description>A maven plugin for running Unit Tests with utPLSQL v3+.</description>
1313
<url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url>
1414

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+
1533
<licenses>
1634
<license>
1735
<name>Apache License, Version 2.0</name>
@@ -67,23 +85,6 @@
6785
</repository>
6886
</distributionManagement>
6987

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>
8788

8889
<dependencies>
8990
<!-- Maven API - provided by the Maven runtime -->

0 commit comments

Comments
 (0)