|
|
|
|
@ -71,16 +71,17 @@
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<!-- Project revision -->
|
|
|
|
|
<revision>2.1.2.0-2025.1.1-SNAPSHOT</revision>
|
|
|
|
|
<revision>2.1.2.0-2025.1.1</revision>
|
|
|
|
|
|
|
|
|
|
<!-- Polaris SDK version -->
|
|
|
|
|
<polaris.version>2.1.2.0-SNAPSHOT</polaris.version>
|
|
|
|
|
<polaris.version>2.1.2.0</polaris.version>
|
|
|
|
|
|
|
|
|
|
<!-- Dependencies -->
|
|
|
|
|
<springdoc.version>2.8.14</springdoc.version>
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
|
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
|
|
|
|
|
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
|
|
|
|
|
<central.publishing.maven.plugin.version>0.8.0</central.publishing.maven.plugin.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
@ -335,6 +336,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
|