|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nasdanika.models.bootstrap</groupId> |
5 | 5 | <artifactId>parent</artifactId> |
6 | | - <version>2025.6.0</version> |
| 6 | + <version>2025.7.0</version> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | <name>Bootstrap model, processors, doc generator</name> |
9 | 9 | <description>Bootstrap model, node processors and HTML documentation genertor</description> |
|
40 | 40 | </developers> |
41 | 41 |
|
42 | 42 | <properties> |
43 | | - <core.version>2025.6.0</core.version> |
44 | | - <html.version>2025.6.0</html.version> |
45 | | - <models.ecore.version>2025.6.0</models.ecore.version> |
| 43 | + <core.version>2025.7.0</core.version> |
| 44 | + <html.version>2025.7.0</html.version> |
| 45 | + <models.ecore.version>2025.7.0</models.ecore.version> |
46 | 46 | <jacoco.version>0.8.12</jacoco.version> |
47 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
48 | 48 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
|
157 | 157 | </modules> |
158 | 158 | <profiles> |
159 | 159 | <profile> |
160 | | - <id>ossrh</id> |
| 160 | + <id>central</id> |
161 | 161 | <build> |
162 | 162 | <plugins> |
163 | 163 | <plugin> |
|
174 | 174 | </execution> |
175 | 175 | </executions> |
176 | 176 | </plugin> |
177 | | - <plugin> |
178 | | - <groupId>org.sonatype.plugins</groupId> |
179 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
180 | | - <version>1.7.0</version> |
| 177 | + <plugin> |
| 178 | + <groupId>org.sonatype.central</groupId> |
| 179 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 180 | + <version>0.8.0</version> |
181 | 181 | <extensions>true</extensions> |
182 | 182 | <configuration> |
183 | | - <serverId>ossrh</serverId> |
184 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
185 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 183 | + <publishingServerId>central</publishingServerId> |
| 184 | + <autoPublish>true</autoPublish> |
186 | 185 | </configuration> |
187 | | - </plugin> |
| 186 | + </plugin> |
188 | 187 | </plugins> |
189 | 188 | </build> |
190 | | - <distributionManagement> |
191 | | - <repository> |
192 | | - <id>ossrh</id> |
193 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
194 | | - </repository> |
195 | | - <snapshotRepository> |
196 | | - <id>ossrh</id> |
197 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
198 | | - </snapshotRepository> |
199 | | - </distributionManagement> |
200 | 189 | </profile> |
201 | 190 | </profiles> |
202 | 191 | </project> |
|
0 commit comments