|
22 | 22 | <groupId>tools.dynamia.modules</groupId> |
23 | 23 | <artifactId>tools.dynamia.modules.entityfiles.parent</artifactId> |
24 | 24 | <packaging>pom</packaging> |
25 | | - <version>7.3.0</version> |
| 25 | + <version>7.4.0</version> |
26 | 26 | <name>Dynamia Modules - EntityFiles</name> |
27 | 27 | <url>https://dynamia.tools/modules/entityfiles</url> |
28 | 28 | <description>DynamiaTools extension to attach files to entities</description> |
|
63 | 63 |
|
64 | 64 | <properties> |
65 | 65 | <file.encoding>UTF-8</file.encoding> |
66 | | - <dynamiatools.version>5.3.6</dynamiatools.version> |
67 | | - <springboot.version>3.4.4</springboot.version> |
68 | | - <aws.version>2.31.18</aws.version> |
69 | | - <java.version>17</java.version> |
70 | | - <maven.compiler>3.13.0</maven.compiler> |
| 66 | + <dynamiatools.version>5.4.0</dynamiatools.version> |
| 67 | + <springboot.version>3.5.3</springboot.version> |
| 68 | + <aws.version>2.31.61</aws.version> |
| 69 | + <java.version>21</java.version> |
| 70 | + <maven.compiler>3.14.0</maven.compiler> |
71 | 71 | <source.encoding>UTF-8</source.encoding> |
72 | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
73 | 73 | </properties> |
|
86 | 86 | </configuration> |
87 | 87 | </plugin> |
88 | 88 | <plugin> |
89 | | - <groupId>org.sonatype.plugins</groupId> |
90 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
91 | | - <version>1.7.0</version> |
| 89 | + <groupId>org.sonatype.central</groupId> |
| 90 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 91 | + <version>0.8.0</version> |
92 | 92 | <extensions>true</extensions> |
93 | 93 | <configuration> |
94 | | - <serverId>ossrh</serverId> |
95 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
96 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 94 | + <publishingServerId>central</publishingServerId> |
| 95 | + <autoPublish>true</autoPublish> |
97 | 96 | </configuration> |
98 | 97 | </plugin> |
99 | 98 | <plugin> |
|
150 | 149 | </dependencyManagement> |
151 | 150 |
|
152 | 151 |
|
153 | | - <distributionManagement> |
154 | | - <snapshotRepository> |
155 | | - <id>ossrh</id> |
156 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
157 | | - </snapshotRepository> |
158 | | - <repository> |
159 | | - <id>ossrh</id> |
160 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
161 | | - </repository> |
162 | | - </distributionManagement> |
163 | | - |
164 | 152 | <profiles> |
165 | 153 | <profile> |
166 | 154 | <id>release-sign-artifacts</id> |
|
0 commit comments