|
21 | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 | <groupId>tools.dynamia.modules</groupId> |
23 | 23 | <artifactId>tools.dynamia.modules.saas.parent</artifactId> |
24 | | - <version>3.3.0</version> |
| 24 | + <version>3.4.0</version> |
25 | 25 | <packaging>pom</packaging> |
26 | 26 | <name>DynamiaModules - SaaS</name> |
27 | 27 | <description>DynamiaTools extension to create SaaS applications with accounts control and multi tenants in same |
|
59 | 59 | </scm> |
60 | 60 |
|
61 | 61 | <properties> |
62 | | - <dynamiatools.version>5.3.6</dynamiatools.version> |
63 | | - <entityfiles.version>7.3.0</entityfiles.version> |
64 | | - <java.version>17</java.version> |
65 | | - <maven.compiler>3.13.0</maven.compiler> |
| 62 | + <dynamiatools.version>5.4.0</dynamiatools.version> |
| 63 | + <entityfiles.version>7.4.0</entityfiles.version> |
| 64 | + <java.version>21</java.version> |
| 65 | + <maven.compiler>3.14.0</maven.compiler> |
66 | 66 | <source.encoding>UTF-8</source.encoding> |
67 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
68 | 68 |
|
69 | 69 | <oshi.version>6.5.0</oshi.version> |
70 | 70 | <jna.version>5.14.0</jna.version> |
71 | | - <springboot.version>3.4.4</springboot.version> |
| 71 | + <springboot.version>3.5.3</springboot.version> |
72 | 72 | </properties> |
73 | 73 |
|
74 | 74 | <modules> |
|
93 | 93 | </configuration> |
94 | 94 | </plugin> |
95 | 95 | <plugin> |
96 | | - <groupId>org.sonatype.plugins</groupId> |
97 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
98 | | - <version>1.7.0</version> |
| 96 | + <groupId>org.sonatype.central</groupId> |
| 97 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 98 | + <version>0.8.0</version> |
99 | 99 | <extensions>true</extensions> |
100 | 100 | <configuration> |
101 | | - <serverId>ossrh</serverId> |
102 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
103 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 101 | + <publishingServerId>central</publishingServerId> |
| 102 | + <autoPublish>true</autoPublish> |
104 | 103 | </configuration> |
105 | 104 | </plugin> |
106 | 105 | <plugin> |
|
121 | 120 | </build> |
122 | 121 |
|
123 | 122 |
|
124 | | - <distributionManagement> |
125 | | - <snapshotRepository> |
126 | | - <id>ossrh</id> |
127 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
128 | | - </snapshotRepository> |
129 | | - <repository> |
130 | | - <id>ossrh</id> |
131 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
132 | | - </repository> |
133 | | - </distributionManagement> |
134 | 123 |
|
135 | 124 | <profiles> |
136 | 125 | <profile> |
|
0 commit comments